GetOrCreateIMAPAcct returns User associated with storage account specified by the name. If it doesn't exists - it should be created.
(username string)
| 33 | // |
| 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. |
no outgoing calls
no test coverage detected