summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-11-01 10:42:58 -0300
committerTomás Touceda <chiiph@leap.se>2013-11-01 10:42:58 -0300
commitf2076cf22b889a332d497e8db0e0602bbc592336 (patch)
tree0b5b6e87f336674c13c2993d4e0ff1e52f658665
parent1bb3748a9617ab641710113e4f29d9bab0b4487c (diff)
Fold in changes
-rw-r--r--CHANGELOG10
-rw-r--r--changes/bug-4000_support-non-ascii1
-rw-r--r--changes/bug_default_to_utf82
-rw-r--r--changes/bug_refactor_utils1
-rw-r--r--changes/bug_return_factory_and_port_imap2
-rw-r--r--changes/feature-mail-notifications1
-rw-r--r--changes/feature_3637-use-tls-wrapper-mode1
7 files changed, 10 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 319fda5..5755e59 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+0.3.6 Nov 1:
+ o Add support for non-ascii characters in emails. Closes #4000.
+ o Default to UTF-8 when there is no charset parsed from the mail
+ contents.
+ o Refactor get_email_charset to leap.common.
+ o Return the necessary references (factory, port) from IMAP4 launch
+ in order to be able to properly stop it. Related to #4199.
+ o Notify MUA of new mail, using IDLE as advertised. Closes: #3671
+ o Use TLS wrapper mode instead of STARTTLS. Closes #3637.
+
0.3.5 Oct 18:
o Do not log mail doc contents.
o Comply with RFC 3156. Closes #4029.
diff --git a/changes/bug-4000_support-non-ascii b/changes/bug-4000_support-non-ascii
deleted file mode 100644
index 8f6712d..0000000
--- a/changes/bug-4000_support-non-ascii
+++ /dev/null
@@ -1 +0,0 @@
- o Add support for non-ascii characters in emails. Closes #4000.
diff --git a/changes/bug_default_to_utf8 b/changes/bug_default_to_utf8
deleted file mode 100644
index 898138b..0000000
--- a/changes/bug_default_to_utf8
+++ /dev/null
@@ -1,2 +0,0 @@
- o Default to UTF-8 when there is no charset parsed from the mail
- contents. \ No newline at end of file
diff --git a/changes/bug_refactor_utils b/changes/bug_refactor_utils
deleted file mode 100644
index 8ba697a..0000000
--- a/changes/bug_refactor_utils
+++ /dev/null
@@ -1 +0,0 @@
- o Refactor get_email_charset to leap.common. \ No newline at end of file
diff --git a/changes/bug_return_factory_and_port_imap b/changes/bug_return_factory_and_port_imap
deleted file mode 100644
index 75f96d7..0000000
--- a/changes/bug_return_factory_and_port_imap
+++ /dev/null
@@ -1,2 +0,0 @@
- o Return the necessary references (factory, port) from IMAP4 launch
- in order to be able to properly stop it. Related to #4199. \ No newline at end of file
diff --git a/changes/feature-mail-notifications b/changes/feature-mail-notifications
deleted file mode 100644
index 8e52493..0000000
--- a/changes/feature-mail-notifications
+++ /dev/null
@@ -1 +0,0 @@
- o Notify MUA of new mail, using IDLE as advertised. Closes: #3671
diff --git a/changes/feature_3637-use-tls-wrapper-mode b/changes/feature_3637-use-tls-wrapper-mode
deleted file mode 100644
index 668015f..0000000
--- a/changes/feature_3637-use-tls-wrapper-mode
+++ /dev/null
@@ -1 +0,0 @@
- o Use TLS wrapper mode instead of STARTTLS. Closes #3637.