summaryrefslogtreecommitdiff
path: root/mail/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-23 11:33:45 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-23 11:33:45 -0300
commite4b03c492c53f6fbd5b3f02d67c810b1d5676e8a (patch)
tree91bceb873c2a8a3d6289f3c0f74c81f87017613a /mail/changes
parentd35a0541fabf7672278a2eea0697902e6d7b700d (diff)
Fold in changes
Diffstat (limited to 'mail/changes')
-rw-r--r--mail/changes/bug_3416-do-not-log-pass1
-rw-r--r--mail/changes/bug_dont_fail_on_emtpy_mail2
-rw-r--r--mail/changes/bug_various_fixes5
-rw-r--r--mail/changes/feature_3409-imap-fetch-period2
-rw-r--r--mail/changes/feature_3423_refactor_imap_fetch1
-rw-r--r--mail/changes/feature_3464-make-smtprelay-emit-signals1
-rw-r--r--mail/changes/feature_3480_add_imap_events1
-rw-r--r--mail/changes/feature_3487-split-soledad-into-common-client-and-server2
-rw-r--r--mail/changes/feature_improve_packaging1
9 files changed, 0 insertions, 16 deletions
diff --git a/mail/changes/bug_3416-do-not-log-pass b/mail/changes/bug_3416-do-not-log-pass
deleted file mode 100644
index 137b7a3c..00000000
--- a/mail/changes/bug_3416-do-not-log-pass
+++ /dev/null
@@ -1 +0,0 @@
- o Avoid logging dummy password on imap server. Closes: #3416
diff --git a/mail/changes/bug_dont_fail_on_emtpy_mail b/mail/changes/bug_dont_fail_on_emtpy_mail
deleted file mode 100644
index 0fc4ffc8..00000000
--- a/mail/changes/bug_dont_fail_on_emtpy_mail
+++ /dev/null
@@ -1,2 +0,0 @@
- o Do not fail while processing an empty mail, just skip it. Fixes
- #3457. \ No newline at end of file
diff --git a/mail/changes/bug_various_fixes b/mail/changes/bug_various_fixes
deleted file mode 100644
index f76b21b9..00000000
--- a/mail/changes/bug_various_fixes
+++ /dev/null
@@ -1,5 +0,0 @@
- o Notify of unread email explicitly every time the mailbox is
- sync'ed.
- o Fix signals to emit only string in the contents instead of bool or
- int values.
- o Improve unseen filter of email. \ No newline at end of file
diff --git a/mail/changes/feature_3409-imap-fetch-period b/mail/changes/feature_3409-imap-fetch-period
deleted file mode 100644
index a6e2dd29..00000000
--- a/mail/changes/feature_3409-imap-fetch-period
+++ /dev/null
@@ -1,2 +0,0 @@
- o Make default imap fetch period 5 minutes. Client can config it
- via environment variable for debug. Closes: #3409
diff --git a/mail/changes/feature_3423_refactor_imap_fetch b/mail/changes/feature_3423_refactor_imap_fetch
deleted file mode 100644
index cacceef3..00000000
--- a/mail/changes/feature_3423_refactor_imap_fetch
+++ /dev/null
@@ -1 +0,0 @@
- o Refactor imap fetch code for better defer handling. Closes: #3423
diff --git a/mail/changes/feature_3464-make-smtprelay-emit-signals b/mail/changes/feature_3464-make-smtprelay-emit-signals
deleted file mode 100644
index 987b0e3e..00000000
--- a/mail/changes/feature_3464-make-smtprelay-emit-signals
+++ /dev/null
@@ -1 +0,0 @@
- o Emit signals to notify UI for SMTP relay events. Closes #3464.
diff --git a/mail/changes/feature_3480_add_imap_events b/mail/changes/feature_3480_add_imap_events
deleted file mode 100644
index fc503e82..00000000
--- a/mail/changes/feature_3480_add_imap_events
+++ /dev/null
@@ -1 +0,0 @@
- o Add events for notifications about imap activity. Closes: #3480
diff --git a/mail/changes/feature_3487-split-soledad-into-common-client-and-server b/mail/changes/feature_3487-split-soledad-into-common-client-and-server
deleted file mode 100644
index 46983232..00000000
--- a/mail/changes/feature_3487-split-soledad-into-common-client-and-server
+++ /dev/null
@@ -1,2 +0,0 @@
- o Update to new soledad package scheme (common, client and server). Closes
- #3487.
diff --git a/mail/changes/feature_improve_packaging b/mail/changes/feature_improve_packaging
deleted file mode 100644
index 9d0e722e..00000000
--- a/mail/changes/feature_improve_packaging
+++ /dev/null
@@ -1 +0,0 @@
- o Improve packaging: add versioneer, parse_requirements, classifiers.