summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-02-19 10:35:56 -0600
committerRuben Pollan <meskio@sindominio.net>2015-02-19 11:08:12 -0600
commit6fb497a9bdf32ddba5e91ad7f049bda9588eefb6 (patch)
tree69e5486792bbc1eeb91e85b8ef51cc897e898c86 /changes
parent2af7083d4543be9a1b1476de75fafb17bfe78b95 (diff)
Add missing changes about IncomingMail
Diffstat (limited to 'changes')
-rw-r--r--changes/feature-6598_refactor_incoming_mail2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/feature-6598_refactor_incoming_mail b/changes/feature-6598_refactor_incoming_mail
new file mode 100644
index 0000000..1db8c28
--- /dev/null
+++ b/changes/feature-6598_refactor_incoming_mail
@@ -0,0 +1,2 @@
+- Refactor email fetching outside IMAP to it's own independient IncomingMail class (Closes: #6361)
+- Add listener for each email added to inbox in IncomingMail (Closes: #6742)