* main
- Set
* Working
* Welcome
- Added welcome message generation
* Smtpsender
- On successful SMTP send create the "Sent" box and then
try move from "Outbox" to "Sent"
* Sent box
- Create the mailbox in `main.go` and not every time we try move from `Outbox` to `Sent`
* Use logegr
* USer
- Added logger pointer (and made use of it)
- Disallow renaming or deletion of 'Sent'
* When creating a new user set it up with logger
* Encoded message
* Added tests
* Send a welcome mail on startup (soon to mke it only happen once)
* try set flags
* Onboarding flag set
* Sender
- Removed testing code
* Welcome
- Moved welcomer code
* Cleaned up
* Added more
* renamed package
* Removed comment
* welcome
- FIxed variable names
* welcome
- Removed semi-colons
- Fixed imports
* welcome
- Ran `gofmt`
* welcome test
- Fixed up
* h
* main
- Ran `gofmt`
* Main
- Fxied
* Welcome
- Foxed name
* Added `.gitignore`
* Mailbox
- Disabled print logging
* Fixed
* fixedg
* fixe and use `%v`
* Update main.go
* Update main.go
* Set
* Set password to db
* Main
- Password hash, after trimming, cannot be empty
* Backend
- Assume incoming data is already a hash
* Main
- CLeaned up
* README
- Updated command-line argument documentation
* Menton this
* lower case
* SQLITE Driver
- Removed comments
* Main
- `passwordhash` only valiud when non-""
* Main
- Try running `Cost([]byte)` on the UTF-8 bytes to verify the hash