Re: Please Help Me Fix My Goofy Problem
Java Rockx wrote: I see that. I'm using perl-Mail-IMAPClient-2.1.4-1 Latest version on CPAN is 2.2.9 You could install that and see if it helps? Paul. --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
Re: Please Help Me Fix My Goofy Problem
Hi again, You have several, possibly related, error messages here. As far as I can see, Cyrus is returning an error in response to an Append operation that the imapsync tool is attempting. You're also getting errors from the Perl interpreter itself - It sounds like either imapsync, or perhaps the Perl module Mail::IMAPClient on which it depends, is transmitting malformed IMAP commands. What version of Mail::IMAPSync are you using? Paul. Java Rockx wrote: Paul, Thank You!! When I did the imapsync I did not include the --syncinternaldate option. Anyhow, when I include that option I get the following messages returned from imapsync and messages are not actually transferred. Any clues? Paul + Copying msg #1332:2501 to folder INBOX.INBOX flags from : [\Seen]["29-Apr-2004 16:17:32 -0400" UID 1332) 4298 OK FETCH completed. "] Error trying to append string: 539 BAD Missing required argument to Append command at /opt/software/imapsync-1.96/imapsync line 708 subject is all lower-case. May conflict with future methods. Change method name to be mixed case or all upper case to ensure upward compatability at /opt/software/imapsync-1.96/imapsync line 709 Use of uninitialized value in concatenation (.) or string at /opt/software/imapsync-1.96/imapsync line 709. Couldn't append msg #1332 (Subject:[]) to folder INBOX.INBOX: Error trying to append string: 539 BAD Missing required argument to Append command --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
Re: Please Help Me Fix My Goofy Problem
Java Rockx wrote: It does not work when using Outlook or Outlook Express. When using either of these mail clients, the "recieved date" never seems to match the message headers, but rather shows when the actual mail message was migrated. Hi, We had a similar problem (same sync tool, same issue) at our site recently. Outlook apparantly displays the "Received" date, which in turn is calculated by the IMAP server based on when the mail arrived. Thus all mails moved during your sync appear to be only recently arrived, and thus there received dates are messed up. You have two options. One is to change Outlook to dsplay the "Sent" field, and sort by this date. Unfortunately, you have to do it for every folder view, and the Sent columns will initially be null until you force Outlook to redownload all the message headers. An easier option is to re-run the sync, but ask imapsync to preserve Received ("internal") dates via the --syncinternaldates command line switch. Hope this helps. Paul. --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html