From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50838 Path: main.gmane.org!not-for-mail From: Alexander Kotelnikov Newsgroups: gmane.emacs.gnus.general Subject: Re: imap APPEND problem Date: Sat, 15 Mar 2003 01:37:01 +0300 Organization: Global disintoxication Sender: owner-ding@hpc.uh.edu Message-ID: <87u1e5r2wi.fsf@pale.sj.ru> References: <87wuj3473x.fsf@forexware.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047681476 25487 80.91.224.249 (14 Mar 2003 22:37:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2003 22:37:56 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Fri Mar 14 23:37:55 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18txoI-0006co-00 for ; Fri, 14 Mar 2003 23:37:54 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18txo3-0003z6-00; Fri, 14 Mar 2003 16:37:39 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 14 Mar 2003 16:38:39 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA00417 for ; Fri, 14 Mar 2003 16:38:27 -0600 (CST) Original-Received: (qmail 37954 invoked by alias); 14 Mar 2003 22:37:22 -0000 Original-Received: (qmail 37921 invoked from network); 14 Mar 2003 22:37:16 -0000 Original-Received: from unknown (HELO pale.sj.ru) (81.29.141.129) by 66.230.238.6 with SMTP; 14 Mar 2003 22:37:16 -0000 Original-Received: from pale.sj.ru (localhost [127.0.0.1]) by pale.sj.ru (8.12.3/8.12.3/Debian-5) with ESMTP id h2EMbCsq008838 for ; Sat, 15 Mar 2003 01:37:15 +0300 Original-Received: (from sacha@localhost) by pale.sj.ru (8.12.3/8.12.3/Debian-5) id h2EMb3hu008837; Sat, 15 Mar 2003 01:37:03 +0300 X-Authentication-Warning: pale.sj.ru: sacha set sender to sacha@myxomop.com using -f Original-To: ding@gnus.org X-Face: (uU)eOi[yT~l(bwno'Pl_Z-MbLa:<"SX"r]IQb3zJ8G[n(PGcwS^;\?oSN~iz{IrR3`=_A- ]ghp.+wSOFa}KX@4m{Nl!yP)&v;o8~ (Simon Josefsson's message of "Fri, 14 Mar 2003 17:52:43 +0100") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50838 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50838 >>>>> On Fri, 14 Mar 2003 17:52:43 +0100 >>>>> "SJ" == Simon Josefsson wrote: SJ> SJ> Alexander Kotelnikov writes: >> Hello. >> >> I have a problem with appending articles to groups on IMAP. >> >> First, how it looks like: for instance, if I have >> (setq gnus-outgoing-message-group "nnimap+myxomop:INBOX.outbox") >> where "myxomop" is my imap server I get the following in *imap-log* on >> send: >> >> 36 APPEND "INBOX.outbox" {591} >> 136 BAD Invalid literal in Append command >> >> Second, when it happens. Everything works if I connect imap server >> with "network". But if I do it with ssh: >> imap-shell-program '("ssh -q %s nc localhost imap") >> I get the problem. SJ> SJ> Try (setq imap-client-eol "\r\n"), or use telnet instead of nc. imap-client-eol does not hel, unfortunately. I still get 226 FETCH 1,* UID * 1 FETCH (UID 3) * 22 FETCH (UID 24) 226 OK Completed 227 UNSELECT 227 OK Completed 228 APPEND "INBOX.outbox" {638} 228 BAD Invalid literal in Append command 229 SELECT "INBOX.ding" * FLAGS (\Answered \Flagged \Draft \Deleted \Seen) Try to use telnet was my first intention, but imap-shell-program '("ssh -q %s telnet localhost imap") does not work at all. Gnus stops on opening connection to imap. -- Alexander Kotelnikov Saint-Petersburg, Russia