This commit is contained in:
bel
2026-02-24 00:01:33 -07:00
parent 8e40f85166
commit fbc173a78f

View File

@@ -168,7 +168,7 @@ func (e *Emailer) readIMAP(authU, authP string) (chan *mail.Message, error) {
return nil, err
}
}
mbox, err := c.Select(e.INBOX, true) //readonly
mbox, err := c.Select(e.Inbox, true) //readonly
if err != nil {
return nil, err
}