Extremely WIP, but now messages appear in the evolution list pane

This commit is contained in:
2018-03-09 03:20:22 +00:00
parent b661b4a978
commit 3c52b23723
10 changed files with 211 additions and 75 deletions

View File

@@ -29,6 +29,9 @@ type Account struct {
// As generated by HashPassword
PasswordHash string
// Where to put messages by default. FK: mailbox.id
DefaultMailbox uint64
}
// HashPassword turns a plaintext password into a crypt()ed string, using bcrypt