diff options
author | Kali Kaneko <kali@leap.se> | 2014-02-26 10:46:44 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-02-26 11:06:29 -0400 |
commit | 893629a12076d929c5cc6b55578ccab11ba5d821 (patch) | |
tree | 2b5f4583ea5bb93b8a9c2cfe3d4c22101067392e /mail/changes | |
parent | b0ad4109a3157cb48f60b6229eff530c0fe7d260 (diff) |
Implement non-synchronizing literals (rfc2088) Closes: #5190
This also paves the way to MULTIAPPEND IMAP Extension (rfc3502)
Related to: Feature #5182
Diffstat (limited to 'mail/changes')
-rw-r--r-- | mail/changes/feature_literal-plus | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/changes/feature_literal-plus b/mail/changes/feature_literal-plus new file mode 100644 index 0000000..39192b9 --- /dev/null +++ b/mail/changes/feature_literal-plus @@ -0,0 +1,2 @@ + o Implement IMAP4 non-synchronizing literals (rfc2088), so APPENDs can be made + in a single round-trip. Closes: #5190 |