Extremely WIP - expose a hardcoded INBOX to IMAP. Messages do not show in evolution yet

This commit is contained in:
2018-03-08 02:17:15 +00:00
parent b4537d1283
commit b661b4a978
4 changed files with 174 additions and 6 deletions

View File

@@ -82,6 +82,7 @@ func (c *concrete) Login(user, pass string) (imapbackend.User, error) {
ID: atomic.AddUint64(&c.sid, uint64(1)),
Account: account,
ServiceName: c.name,
store: c.store,
}
log.Printf("Beginning %s session %d for %s", c.name, session.ID, user)