Minor improvements
- New: replaced Summernote with CKEditor 4 for WYSIWYG editing
- New: in Outbox, allow sending from oneself as an option
A new column was added to the emails
table and thus to upgrade, one must run the following SQLite query:
ALTER TABLE emails ADD COLUMN mailfrom INTEGER NOT NULL DEFAULT '0';