()
| 398 | } |
| 399 | |
| 400 | func (store *Storage) CreateMessageLimit() *uint32 { |
| 401 | return store.Back.CreateMessageLimit() |
| 402 | } |
| 403 | |
| 404 | func (store *Storage) GetOrCreateIMAPAcct(username string) (backend.User, error) { |
| 405 | accountName, err := store.authNormalize(context.TODO(), username) |
no outgoing calls
no test coverage detected