Patch #998149: imaplib deleteacl and myrights.
diff --git a/Misc/ACKS b/Misc/ACKS
index 071f86e..2a2013e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -328,6 +328,7 @@
 Hannu Krosing
 Andrew Kuchling
 Vladimir Kushnir
+Arnaud Mazin
 Cameron Laird
 Tino Lange
 Andrew Langmead
diff --git a/Misc/NEWS b/Misc/NEWS
index e48309c..a7b0f1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@
 Library
 -------
 
+- imaplib has two new methods: deleteacl and myrights.
+
 - nntplib has two new methods: description and descriptions. They
   use a more RFC-compliant way of getting a newsgroup description.