Send a "." at the end, which may or may not help.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 27 Sep 2010 17:00:11 +0000 (19:00 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 27 Sep 2010 17:00:11 +0000 (19:00 +0200)
lisp/ChangeLog
lisp/nnimap.el

index 6d7ba1e..28ac850 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
+       which may or may not help.
+
 2010-09-27  Florian Ragwitz  <rafl@debian.org>
 
        * sieve-manage.el (sieve-manage-default-stream): Make default stream
index d4e0f12..aa41802 100644 (file)
@@ -770,8 +770,8 @@ some servers.")
        (process-send-string (get-buffer-process (current-buffer)) message)
        (process-send-string (get-buffer-process (current-buffer))
                             (if (nnimap-newlinep nnimap-object)
-                                "\n"
-                              "\r\n"))
+                                ".\n"
+                              ".\r\n"))
        (let ((result (nnimap-get-response sequence)))
          (if (not (car result))
              (progn