(username string)
| 34 | // If it doesn't exists - it should be created. |
| 35 | GetOrCreateIMAPAcct(username string) (imapbackend.User, error) |
| 36 | GetIMAPAcct(username string) (imapbackend.User, error) |
| 37 | |
| 38 | // Extensions returns list of IMAP extensions supported by backend. |
| 39 | IMAPExtensions() []string |
no outgoing calls
no test coverage detected