From jc at thp.org Sun Jan 15 00:06:48 2006 From: jc at thp.org (John Coonrod) Date: Sat, 14 Jan 2006 19:06:48 -0500 Subject: [tinysofa-discuss] Problem with imapsync Message-ID: <43C99218.7080809@thp.org> imapsync fails on my new ts2 install with a proven working copy of cyrus-imapd. I get the error: "use of uninitialized value in split at /usr/lib/perl5/site_perl/5.8.5/Mail/IMAPClient.pm line 2629." imapsync seems to run - I get lots of other messages - it seems to log in ok (although I needed to add an --noauthmd5 parameter), and it counts all the messages in each the folders, but doesn't actually move anything. Any suggestions? From lee at marzke.net Sun Jan 15 16:10:13 2006 From: lee at marzke.net (Lee Marzke) Date: Sun, 15 Jan 2006 11:10:13 -0500 Subject: [tinysofa-discuss] Problem with imapsync In-Reply-To: <43C99218.7080809@thp.org> References: <43C99218.7080809@thp.org> Message-ID: <43CA73E5.4080605@marzke.net> John, I'd suggest checking your versions. When I last used ImapSync my versions were: imapsync 1.139 ImapClient: 2.2.9 To know the version you have on your system try : perl -mMail::IMAPClient -e 'print $Mail::IMAPClient::VERSION, "\n"' I still have 1.139, if you need it email me. Lee Marzke John Coonrod wrote: > imapsync fails on my new ts2 install with a proven working copy of > cyrus-imapd. I get the error: > > "use of uninitialized value in split at > /usr/lib/perl5/site_perl/5.8.5/Mail/IMAPClient.pm line 2629." > > imapsync seems to run - I get lots of other messages - it seems to log > in ok (although I needed to add an --noauthmd5 parameter), and it > counts all the messages in each the folders, but doesn't actually move > anything. Any suggestions? > > > _______________________________________________ > tinysofa-discuss mailing list > tinysofa-discuss at tinysofa.org > http://lists.tinysofa.org/mailman/listinfo/tinysofa-discuss > From lee at marzke.net Sun Jan 15 20:59:29 2006 From: lee at marzke.net (Lee Marzke) Date: Sun, 15 Jan 2006 15:59:29 -0500 Subject: [tinysofa-discuss] Problem with imapsync In-Reply-To: <43CA98F4.506@thp.org> References: <43C99218.7080809@thp.org> <43CA73E5.4080605@marzke.net> <43CA98F4.506@thp.org> Message-ID: <43CAB7B1.3060207@marzke.net> John, Source is at: http://www.linux-france.org/prj/imapsync/ v1.145 Read the INSTALL file in the distribution. Lee Marzke John Coonrod wrote: > thanks. my imapsync apt-get'd yesterday from tinysofa is 1.121. If you > could email me or point me to the newer one, that will probably solve it. > > Lee Marzke wrote: > >> John, >> >> I'd suggest checking your versions. >> When I last used ImapSync my versions were: >> >> imapsync 1.139 >> >> ImapClient: 2.2.9 >> To know the version you have on your system try : >> perl -mMail::IMAPClient -e 'print $Mail::IMAPClient::VERSION, "\n"' >> >> I still have 1.139, if you need it email me. >> >> Lee Marzke >> >> >> John Coonrod wrote: >> >>> imapsync fails on my new ts2 install with a proven working copy of >>> cyrus-imapd. I get the error: >>> >>> "use of uninitialized value in split at >>> /usr/lib/perl5/site_perl/5.8.5/Mail/IMAPClient.pm line 2629." >>> >>> imapsync seems to run - I get lots of other messages - it seems to >>> log in ok (although I needed to add an --noauthmd5 parameter), and >>> it counts all the messages in each the folders, but doesn't actually >>> move anything. Any suggestions? >>> >>> >>> _______________________________________________ >>> tinysofa-discuss mailing list >>> tinysofa-discuss at tinysofa.org >>> http://lists.tinysofa.org/mailman/listinfo/tinysofa-discuss >>> >> > > >