|
|
| ||||||
| comp.mail.imap Discussion of IMAP-based mail systems. |
![]() |
| | Thread Tools |
| | #1 |
|
Posts: n/a Hébergeur: | Good morning, I am using: /usr/bin/imapsync --version 1.252 With: --- Here is a [linux] system (Linux benlinux5 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686) with perl 5.10.0 Mail::IMAPClient version is 2.2.9 $Id: imapsync,v 1.252 2008/05/08 02:30:17 gilles Exp gilles $ imapsync copyleft is the GNU General Public License. See http://www.gnu.org/copyleft/gpl.html --- It is the version that is coming in Ubuntu. The program hangs on a particular messages. The only particularity that is obvious is that it has an empty subject. If I strace the process it stays in read status. It always stop on the same message: Message 6dxPU3c08T2IwztLhDS3Dw SZ_GOOD f:43:87457 t:44:87457 + key jylV/Vi8n+fA6r3HdMvpKA #44 Message id [jylV/Vi8n+fA6r3HdMvpKA] found in t:Inbox Setting flags flags from : \Seen flags to : \Seen Looking dates idate from : 18-Jan-2008 12:08:45 +0000 idate to : 18-Jan-2008 13:08:45 +0100 Message jylV/Vi8n+fA6r3HdMvpKA SZ_GOOD f:44:1750 t:45:1750 + key CsSa7wuiID9at0kiAJ7EVw #45 Message id [CsSa7wuiID9at0kiAJ7EVw] found in t:Inbox Setting flags flags from : \Seen flags to : \Seen Looking dates idate from : 18-Jan-2008 12:09:55 +0000 idate to : 18-Jan-2008 13:09:55 +0100 Message CsSa7wuiID9at0kiAJ7EVw SZ_GOOD f:45:1381 t:46:1381 + key 9FHQls4f005W+IPlzNqVdg #46 + NO msg #46 [9FHQls4f005W+IPlzNqVdg] in Inbox + Copying msg #46:1081329 to folder Inbox ^C 1. Has anyone experience something similar? 2. How could I try to debug the problem? Thanks in advance for your answer. |
|
| | #2 |
|
Posts: n/a Hébergeur: | Putting the imapdebug, I have: Sent 31 bytes Read: * 46 FETCH (RFC822.SIZE 1081329 UID 46) Read: 89 OK FETCH completed Sending: 90 CAPABILITY Sent 15 bytes Read: * CAPABILITY IMAP4rev1 AUTH=PLAIN LITERAL+ NAMESPACE QUOTA UIDPLUS Read: 90 OK CAPABILITY completed Sending: 91 UID FETCH 46 BODY.PEEK[] Sent 29 bytes LITERAL: received literal in line * 46 FETCH (BODY[] of length 1081329; attempting to retrieve from the 0 bytes in: <END_OF_iBuffer> Still need 1081329 to complete literal string antispam wrote: > Good morning, > > I am using: > /usr/bin/imapsync --version > 1.252 > > With: > --- > Here is a [linux] system (Linux benlinux5 2.6.27-9-generic #1 SMP > Thu Nov 20 21:57:00 UTC 2008 i686) > with perl 5.10.0 > Mail::IMAPClient version is 2.2.9 > $Id: imapsync,v 1.252 2008/05/08 02:30:17 gilles Exp gilles $ > imapsync copyleft is the GNU General Public License. > See http://www.gnu.org/copyleft/gpl.html > --- > > It is the version that is coming in Ubuntu. > > The program hangs on a particular messages. > The only particularity that is obvious is that it has an empty subject. > > If I strace the process it stays in read status. > > It always stop on the same message: > Message 6dxPU3c08T2IwztLhDS3Dw SZ_GOOD f:43:87457 t:44:87457 > + key jylV/Vi8n+fA6r3HdMvpKA #44 > Message id [jylV/Vi8n+fA6r3HdMvpKA] found in t:Inbox > Setting flags > flags from : \Seen > flags to : \Seen > Looking dates > idate from : 18-Jan-2008 12:08:45 +0000 > idate to : 18-Jan-2008 13:08:45 +0100 > Message jylV/Vi8n+fA6r3HdMvpKA SZ_GOOD f:44:1750 t:45:1750 > + key CsSa7wuiID9at0kiAJ7EVw #45 > Message id [CsSa7wuiID9at0kiAJ7EVw] found in t:Inbox > Setting flags > flags from : \Seen > flags to : \Seen > Looking dates > idate from : 18-Jan-2008 12:09:55 +0000 > idate to : 18-Jan-2008 13:09:55 +0100 > Message CsSa7wuiID9at0kiAJ7EVw SZ_GOOD f:45:1381 t:46:1381 > + key 9FHQls4f005W+IPlzNqVdg #46 > + NO msg #46 [9FHQls4f005W+IPlzNqVdg] in Inbox > + Copying msg #46:1081329 to folder Inbox > ^C > > 1. Has anyone experience something similar? > > 2. How could I try to debug the problem? > > Thanks in advance for your answer. -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Benoit Schmid Tel: (++41-22) 379-7209 UNIGE Postmaster University of Geneva - Information Technology Division _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ |
|
| | #3 |
|
Posts: n/a Hébergeur: | At the end, I have: --- --Boundary_(ID_ss3VTc6rq90c UID 46) 91 OK FETCH completed --- Then it is stuck and there is no flags lines. antispam wrote: > Good morning, > > I am using: > /usr/bin/imapsync --version > 1.252 > > With: > --- > Here is a [linux] system (Linux benlinux5 2.6.27-9-generic #1 SMP > Thu Nov 20 21:57:00 UTC 2008 i686) > with perl 5.10.0 > Mail::IMAPClient version is 2.2.9 > $Id: imapsync,v 1.252 2008/05/08 02:30:17 gilles Exp gilles $ > imapsync copyleft is the GNU General Public License. > See http://www.gnu.org/copyleft/gpl.html > --- > > It is the version that is coming in Ubuntu. > > The program hangs on a particular messages. > The only particularity that is obvious is that it has an empty subject. > > If I strace the process it stays in read status. > > It always stop on the same message: > Message 6dxPU3c08T2IwztLhDS3Dw SZ_GOOD f:43:87457 t:44:87457 > + key jylV/Vi8n+fA6r3HdMvpKA #44 > Message id [jylV/Vi8n+fA6r3HdMvpKA] found in t:Inbox > Setting flags > flags from : \Seen > flags to : \Seen > Looking dates > idate from : 18-Jan-2008 12:08:45 +0000 > idate to : 18-Jan-2008 13:08:45 +0100 > Message jylV/Vi8n+fA6r3HdMvpKA SZ_GOOD f:44:1750 t:45:1750 > + key CsSa7wuiID9at0kiAJ7EVw #45 > Message id [CsSa7wuiID9at0kiAJ7EVw] found in t:Inbox > Setting flags > flags from : \Seen > flags to : \Seen > Looking dates > idate from : 18-Jan-2008 12:09:55 +0000 > idate to : 18-Jan-2008 13:09:55 +0100 > Message CsSa7wuiID9at0kiAJ7EVw SZ_GOOD f:45:1381 t:46:1381 > + key 9FHQls4f005W+IPlzNqVdg #46 > + NO msg #46 [9FHQls4f005W+IPlzNqVdg] in Inbox > + Copying msg #46:1081329 to folder Inbox > ^C > > 1. Has anyone experience something similar? > > 2. How could I try to debug the problem? > > Thanks in advance for your answer. |
|
![]() |
| Thread Tools | |
| |