Re: Unable to sync to Gmail, Getting Invalid character in literal
mailbox synchronizer
Brought to you by:
ossi
|
From: Oswald B. <osw...@gm...> - 2014-10-13 08:32:57
|
On Mon, Oct 13, 2014 at 11:25:03AM +0400, Evgeniy Berdnikov wrote:
> On Mon, Oct 13, 2014 at 12:06:57AM -0700, Wael M. Nasreddine wrote:
> > new message 25163 on slave
> > -> pair(-2,25163) exists
> > -> updated flags to 8
> > -> pushing message, TUID ZpYx0cJZg8mA
> > synchronizing flags
> > propagating new messages
> > >>> 7 APPEND "Yahoo/Old Inbox" (\Seen) {8360}
> > + go ahead
> > (1 in progress) >>> 8 APPEND "Yahoo/Old Inbox" (\Seen) {3569}
> > * BYE Invalid character in literal
you can add another -V to see what data is being sent. though you could
end up with utter garbage on the screen. maybe pipe straight to 'less'.
> > Socket error: secure read from imap.gmail.com ([2607:f8b0:4001:c08::6c]:993):
> > unexpected EOF
> >
i clearly should handle that better ...
> > It seems like an encoding issue to me, how can I find out which file is the
> > problem.
>
> Look for mail with header "X-TUID: ZpYx0cJZg8mA", it should be somewhere
> in your local folder, which is counterpart of remote "Yahoo/Old Inbox".
>
no, the tuid is *temporary*, that's already in the name. it's box-specific.
the uid (25163) should be possible to find in the maildir by the
,U=25163 in the file name.
btw, it wouldn't have been necessary to use a temporary maildir (and the
associated cleaning up of the sync state from the fetch) - you can sync
two imap servers directly.
|