From 258c474887f0c465127289764c031f485189f564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 1 Nov 2013 10:42:58 -0300 Subject: Fold in changes --- mail/CHANGELOG | 10 ++++++++++ mail/changes/bug-4000_support-non-ascii | 1 - mail/changes/bug_default_to_utf8 | 2 -- mail/changes/bug_refactor_utils | 1 - mail/changes/bug_return_factory_and_port_imap | 2 -- mail/changes/feature-mail-notifications | 1 - mail/changes/feature_3637-use-tls-wrapper-mode | 1 - 7 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 mail/changes/bug-4000_support-non-ascii delete mode 100644 mail/changes/bug_default_to_utf8 delete mode 100644 mail/changes/bug_refactor_utils delete mode 100644 mail/changes/bug_return_factory_and_port_imap delete mode 100644 mail/changes/feature-mail-notifications delete mode 100644 mail/changes/feature_3637-use-tls-wrapper-mode diff --git a/mail/CHANGELOG b/mail/CHANGELOG index 319fda59..5755e593 100644 --- a/mail/CHANGELOG +++ b/mail/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/mail/changes/bug-4000_support-non-ascii b/mail/changes/bug-4000_support-non-ascii deleted file mode 100644 index 8f6712d7..00000000 --- a/mail/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/mail/changes/bug_default_to_utf8 b/mail/changes/bug_default_to_utf8 deleted file mode 100644 index 898138b5..00000000 --- a/mail/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/mail/changes/bug_refactor_utils b/mail/changes/bug_refactor_utils deleted file mode 100644 index 8ba697af..00000000 --- a/mail/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/mail/changes/bug_return_factory_and_port_imap b/mail/changes/bug_return_factory_and_port_imap deleted file mode 100644 index 75f96d7b..00000000 --- a/mail/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/mail/changes/feature-mail-notifications b/mail/changes/feature-mail-notifications deleted file mode 100644 index 8e52493d..00000000 --- a/mail/changes/feature-mail-notifications +++ /dev/null @@ -1 +0,0 @@ - o Notify MUA of new mail, using IDLE as advertised. Closes: #3671 diff --git a/mail/changes/feature_3637-use-tls-wrapper-mode b/mail/changes/feature_3637-use-tls-wrapper-mode deleted file mode 100644 index 668015f1..00000000 --- a/mail/changes/feature_3637-use-tls-wrapper-mode +++ /dev/null @@ -1 +0,0 @@ - o Use TLS wrapper mode instead of STARTTLS. Closes #3637. -- cgit v1.2.3