summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-02-26 10:46:44 -0400
committerKali Kaneko <kali@leap.se>2014-02-26 11:06:29 -0400
commit3f69d4216c731c2985bb5d09127c58e196a29006 (patch)
tree7645d58b2469161d84a2e95a537b854da997009a /changes
parent7c69f85731546d844303cadc7c064a1142c93856 (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 'changes')
-rw-r--r--changes/feature_literal-plus2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/feature_literal-plus b/changes/feature_literal-plus
new file mode 100644
index 0000000..39192b9
--- /dev/null
+++ b/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