From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76352 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: "no process" gnus bug when moving messages from nnml to imap folder Date: Fri, 04 Feb 2011 12:02:45 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <8762szisoq.fsf@lifelogs.com> References: <8762t1dww9.fsf@gnus.org> <871v3orhhw.fsf@gnus.org> <87k4hgq1du.fsf@gnus.org> <83d3n8b3dq.fsf@gnu.org> <87bp2skwok.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296842606 27433 80.91.229.12 (4 Feb 2011 18:03:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2011 18:03:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: ding-owner+M24705@lists.math.uh.edu Fri Feb 04 19:03:22 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PlQ06-0002vu-1S for ding-account@gmane.org; Fri, 04 Feb 2011 19:03:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PlPzw-0004AF-Tu; Fri, 04 Feb 2011 12:03:08 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PlPzv-0004A7-QJ for ding@lists.math.uh.edu; Fri, 04 Feb 2011 12:03:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PlPzr-0005qC-Fr for ding@lists.math.uh.edu; Fri, 04 Feb 2011 12:03:07 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PlPzo-0003Ux-V9 for ding@gnus.org; Fri, 04 Feb 2011 19:03:00 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PlPzn-0002ix-Bl for ding@gnus.org; Fri, 04 Feb 2011 19:02:59 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Feb 2011 19:02:59 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Feb 2011 19:02:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:w3cdJFYOT3WdrKp7qmNA9eoXeM0= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76352 gmane.emacs.devel:135580 Archived-At: On Fri, 04 Feb 2011 00:53:31 -0800 Lars Ingebrigtsen wrote: LI> I've verified that putting a single NUL character into any mail and then LI> trying to move it to Gmail will make Gmail hang up the connection. LI> So the Gmail IMAP servers just aren't compliant -- the IMAP RFC says LI> that all IMAP servers should be able to take binary data after APPEND, I LI> seem to recall. LI> The question is -- what should nnimap do about that? Introduce a LI> "quirks mode" for Gmail that just strips all NUL characters? I would ask the use how to treat the NULs, similarly to how Gnus asks about unprintable characters in an outgoing e-mail. Ted