Convert from BoltDB to Maildir storage for emails
This commit is contained in:
@@ -29,9 +29,6 @@ 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
|
||||
|
Reference in New Issue
Block a user