* Communication_reconciliation
* Email inbox
* added collapsed timeline for communication
* new email prefill from when only one address
* timeline duplication and notifcation and stability fixs
* add subject to timeline
* email system v7 fixes
* added password required validation
* use proper email datetime
* email inbox v7.1 fixes
* email inbox communication_date used instead of created
* email inbox communication data cleanup
* remove old patch
* email inbox permit unlinking
* [fix] duplication queue and rename domain to email domain
* fix rename domain
* email inbox index optimisation
* email inbox relink doctype query usability fix
* email_inbox Set attachment variable for forwards and replies based on whether it exists or not
* uidnext fixes and cleanup
* email inbox fix tests
* fix rebase timeline issue
* email inbox threading and cleanup
* email inbox cleanup
* bring inbox into frappe and cleanup
* fix missed path
* inbox cleanup
* email-inbox move service back to account
* separate to erpnext contact match
* email inbox cleanup and move relink and timeline fix
* relink optimisation
* inbox fix footer
* keep email drafts on pages not just forms
* email inbox add sent items
* email inbox allow not save list settings on query
* email inbox cleanup and remove communications recon
* add suspend sending button in email queue
* fix rebase error
* email inbox assorted fixes
* email inbox fixes and relink option only when linked otherwise link;
* email inbox fix sender fullname as administrator
* create user email to custom button
* email inbox sent no match and seen
* email inbox fix unicode issues with subject recipient and sender
* [kanban] wip
* [kanban] refresh views on kanban change, add kanban board to title, kanban cards draggable
* update field on column change, open form when clicked
* [kanban] refactor into new view KanbanView
* [kanban] minor
* [kanban] refactor into classes
* [kanban] refactor wip
* [kanban] Show Board button in kanban board
* [kanban] add card, move card
* [kanban] wip
* [kanban] filters wip
* [kanban] add new column wip
* [kanban] filters sort-of working
* [kanban] filters still not working, ugh
* another failed attempt :(
* [kanban] filters working, added quick edit for cards
* [kanban] add column partially working
* added assign to
* kanban using stores wip
* wip
* add card, add column working without refresh
* save filter button
* show card meta
* delete column
* fluxify data flow
* change:cards working
* delete changed to archive
* removed old store implementation
* restore column option
* edit card title, api cleanup
* kanban_column_order wip
* kanban column order wip2
* order save finished
* fix new card sorting
* cleanups
* fixed undefined card
* fixed refresh on list view change
* cleanups
* Added edit button to comments of doc timeline
* Used $timeline_item where applicable
Changed pencil-icon to check-icon while editing
Added hover effect to edit icon
Made octicon-check green and slightly bigger
* Used tabs instead of spaces for indentation
* Update utils.py
* Update timeline.js
* [Enhancement] Email Alert to Role
* [Fix] Email Alert Value Change for non String Types
- Currently if we listen on say a date, the value change comparison will fail because doc.get will return a unicode type whilst the frappe.db.get_value will return a date time type
* [Fixed] Email Alert Unit Tests