Helo all, I'm having a small problem when migrating from uw-imap mbox to cyrus 1.5.19 on debian woody.
I am using imapmigrate to do the job. Everything goes smoothly. The problem is with Outlook, The received field shows the date of the migration. I tried the method used in O'Reilly Managing IMAP, smae thing hapens. I searched the web, this list and found the APPEND date thing to be modified in th imapmigrate script : my $msgintdate = $oldimap->internaldate($msg); ... $newimap->append_string($newfolder, $msgtext, $flg, $msgintdate); But, ... I get this : Sending: 34 APPEND "INBOX" (\Seen \Answered) 13-Sep-2001 12:01:00 -0400 {1841} Sent 71 bytes Read: 34 BAD Missing required argument to Append command >From what I read so far in the RFCs, this should work fine ! Any clues ?