casing
This commit is contained in:
2
email.go
2
email.go
@@ -168,7 +168,7 @@ func (e *Emailer) readIMAP(authU, authP string) (chan *mail.Message, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mbox, err := c.Select(e.INBOX, true) //readonly
|
mbox, err := c.Select(e.Inbox, true) //readonly
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user