[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [imapsync] imapsync : parse_headers want an ARRAY ref, Can'tsave a zero byte message


From xbot <xbot12 at gmail dot com>
Subject Re: [imapsync] imapsync : parse_headers want an ARRAY ref, Can'tsave a zero byte message
Date Mon, 01 Jun 2009 20:05:07 +0200



Gilles LAMIRAL a écrit :
Hello,

How to replace the old one by the 1.282 version ? Sorry for my question,
i'm a newbie with Ubuntu 9.04 : )

Nothing to replace :


  wget -N http://lamiral.info/~gilles/imapsync/imapsync
  perl imapsync --version # just to verify
  perl imapsync \
   --host1 imap.truc.org --user1 foo --passfile1 /etc/secret1 \
   --host2 imap.trac.org --user2 bar --passfile2 /etc/secret2 # real stuff

It is a bad idea to replace any standard in its standard place,
an upgrade will erase your change.

Thanx Gilles,

i followed your advice, but got this error message :

perl imapsync --version
Can't locate Mail/IMAPClient.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at imapsync line 428.
BEGIN failed--compilation aborted at imapsync line 428.

How to solve it ?


Regards