Guys,
I'm testing out a 01.com account (I used to run Zimbra on my own before switching to Google Apps....I want to come back). I'm using imapsync to sync between the two with the following syntax:
Code:
imapsync --user1 mygmailuser --user2 my01user --host1 imap.gmail.com --host2 \
mail.01.com --syncinternaldates --ssl1 --ssl2 --noauthmd5 --useheader 'Message-Id' \
--skipsize --passfile1 ~/p1 --passfile2 ~/p2 --exclude "All Mail|Spam|Trash" --nofoldersizes
This is pieced together from various tips I've read online. However, when I run the sync, I get the following type of error on *every* email (I read another thread, unresolved, that had this with attachments):
Code:
Mail::IMAPClient=HASH(0x890ba80)::message_string: expected 16089 bytes but received 16097 at /usr/bin/imapsync line 2473
main::__ANON__('Mail::IMAPClient=HASH(0x890ba80)', 122) called at /usr/bin/imapsync line 1376
flags from : [()]["08-Jan-2007 16:17:37 -0400"]
Copied msg id [122] to folder Inbox msg id [1318]
+ NO msg #136 [6t4Oz/q+2b6i8AQ6p/qA2w] in Inbox
+ Copying msg #136:1581 to folder Inbox
Mail::IMAPClient=HASH(0x890ba80)::message_string: expected 1581 bytes but received 1589 at /usr/bin/imapsync line 2473
main::__ANON__('Mail::IMAPClient=HASH(0x890ba80)', 136) called at /usr/bin/imapsync line 1376
flags from : [()]["09-Jan-2007 12:37:28 -0400"]
Copied msg id [136] to folder Inbox msg id [1319]
+ NO msg #161 [iOkYjJAqwZBl+SGLnpV9OA] in Inbox
+ Copying msg #161:3815 to folder Inbox
Mail::IMAPClient=HASH(0x890ba80)::message_string: expected 3815 bytes but received 3823 at /usr/bin/imapsync line 2473
main::__ANON__('Mail::IMAPClient=HASH(0x890ba80)', 161) called at /usr/bin/imapsync line 1376
flags from : [()]["08-Jan-2007 15:58:44 -0400"]
Copied msg id [161] to folder Inbox msg id [1320]
+ NO msg #300 [/Qt329FjF16AbKXgrd7j0Q] in Inbox
+ Copying msg #300:5584 to folder Inbox
Mail::IMAPClient=HASH(0x890ba80)::message_string: expected 5584 bytes but received 5592 at /usr/bin/imapsync line 2473
main::__ANON__('Mail::IMAPClient=HASH(0x890ba80)', 300) called at /usr/bin/imapsync line 1376
flags from : [()]["19-Jan-2007 20:47:20 -0400"]
Copied msg id [300] to folder Inbox msg id [1321] This is on Ubuntu Ibex (8.10) with the following version info:
Code:
Here is a [linux] system (Linux myhost 2.6.27-5-generic #1 SMP Fri Oct 3 00:38:23 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 Emails seem to be coming over ok...even attachments are working. Should I be concerned?
Thanks,
Jbwiv