2011-03-12 03:44:36 +01:00
|
|
|
|
#!/usr/bin/perl
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:33 +01:00
|
|
|
|
=pod
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
=head1 NAME
|
|
|
|
|
|
2011-03-12 03:44:27 +01:00
|
|
|
|
imapsync - IMAP synchronisation, sync, copy or migration
|
2011-03-12 03:44:27 +01:00
|
|
|
|
tool. Synchronise mailboxes between two imap servers. Good
|
2011-03-12 03:44:32 +01:00
|
|
|
|
at IMAP migration. More than 32 different IMAP server softwares
|
2011-03-12 03:44:27 +01:00
|
|
|
|
supported with success.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$Revision: 1.327 $
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
=head1 INSTALL
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
imapsync works fine under any Unix OS with perl.
|
2011-03-12 03:44:40 +01:00
|
|
|
|
imapsync works fine under Windows (2000, XP) and ActiveState's 5.8 Perl
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
imapsync is already available directly on the following distributions (at least):
|
2011-03-12 03:44:37 +01:00
|
|
|
|
FreeBSD, Debian, Ubuntu, Gentoo, NetBSD, Darwin, Mandriva and OpenBSD (yeah!).
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
2011-03-12 03:43:49 +01:00
|
|
|
|
Get imapsync at
|
2011-03-12 03:43:55 +01:00
|
|
|
|
http://www.linux-france.org/prj/imapsync/dist/
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
|
|
|
|
You'll find a compressed tarball called imapsync-x.xx.tgz
|
|
|
|
|
where x.xx is the version number. Untar the tarball where
|
2011-03-12 03:44:35 +01:00
|
|
|
|
you want (on Unix):
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
2011-03-12 03:44:11 +01:00
|
|
|
|
tar xzvf imapsync-x.xx.tgz
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
Go into the directory imapsync-x.xx and read the INSTALL file.
|
|
|
|
|
The INSTALL file is also at
|
|
|
|
|
http://www.linux-france.org/prj/imapsync/INSTALL (for windows users)
|
|
|
|
|
|
|
|
|
|
The freshmeat record is at http://freshmeat.net/projects/imapsync/
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
2011-03-12 03:40:59 +01:00
|
|
|
|
imapsync [options]
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
To get a description of each option just run imapsync like this:
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
2011-03-12 03:40:59 +01:00
|
|
|
|
imapsync --help
|
|
|
|
|
imapsync
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
The option list:
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
imapsync [--host1 server1] [--port1 <num>]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--user1 <string>] [--passfile1 <string>]
|
2011-03-12 03:39:59 +01:00
|
|
|
|
[--host2 server2] [--port2 <num>]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--user2 <string>] [--passfile2 <string>]
|
2011-03-12 03:44:22 +01:00
|
|
|
|
[--ssl1] [--ssl2]
|
2011-03-12 03:44:51 +01:00
|
|
|
|
[--tls1] [--tls2]
|
2011-03-12 03:44:22 +01:00
|
|
|
|
[--authmech1 <string>] [--authmech2 <string>]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--noauthmd5]
|
2011-03-12 03:43:47 +01:00
|
|
|
|
[--folder <string> --folder <string> ...]
|
2011-03-12 03:44:30 +01:00
|
|
|
|
[--folderrec <string> --folderrec <string> ...]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--include <regex>] [--exclude <regex>]
|
2011-03-12 03:44:19 +01:00
|
|
|
|
[--prefix2 <string>] [--prefix1 <string>]
|
2011-03-12 03:44:20 +01:00
|
|
|
|
[--regextrans2 <regex> --regextrans2 <regex> ...]
|
2011-03-12 03:43:48 +01:00
|
|
|
|
[--sep1 <char>]
|
|
|
|
|
[--sep2 <char>]
|
2011-03-12 03:44:47 +01:00
|
|
|
|
[--justfolders] [--justfoldersizes] [--justconnect] [--justbanner]
|
2011-03-12 03:43:50 +01:00
|
|
|
|
[--syncinternaldates]
|
2011-03-12 03:44:39 +01:00
|
|
|
|
[--idatefromheader]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--buffersize <int>]
|
|
|
|
|
[--syncacls]
|
2011-03-12 03:44:20 +01:00
|
|
|
|
[--regexmess <regex>] [--regexmess <regex>]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--maxsize <int>]
|
|
|
|
|
[--maxage <int>]
|
2011-03-12 03:44:20 +01:00
|
|
|
|
[--minage <int>]
|
2011-03-12 03:43:54 +01:00
|
|
|
|
[--skipheader <regex>]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--useheader <string>] [--useheader <string>]
|
2011-03-12 03:44:47 +01:00
|
|
|
|
[--skipsize] [--allowsizemismatch]
|
2011-03-12 03:44:25 +01:00
|
|
|
|
[--delete] [--delete2]
|
2011-03-12 03:44:47 +01:00
|
|
|
|
[--expunge] [--expunge1] [--expunge2] [--uidexpunge2]
|
2011-03-12 03:44:53 +01:00
|
|
|
|
[--subscribed] [--subscribe] [--subscribe_all]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--nofoldersizes]
|
2011-03-12 03:39:59 +01:00
|
|
|
|
[--dry]
|
2011-03-12 03:44:54 +01:00
|
|
|
|
[--debug] [--debugimap][--debugimap1][--debugimap2]
|
2011-03-12 03:44:15 +01:00
|
|
|
|
[--timeout <int>] [--fast]
|
2011-03-12 03:44:24 +01:00
|
|
|
|
[--split1] [--split2]
|
2011-03-12 03:44:47 +01:00
|
|
|
|
[--reconnectretry1 <int>] [--reconnectretry2 <int>]
|
2011-03-12 03:44:54 +01:00
|
|
|
|
[--pidfile <filepath>]
|
|
|
|
|
[--tmpdir <dirpath>]
|
2011-03-12 03:39:59 +01:00
|
|
|
|
[--version] [--help]
|
|
|
|
|
|
|
|
|
|
=cut
|
|
|
|
|
# comment
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
=pod
|
|
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
The command imapsync is a tool allowing incremental and
|
|
|
|
|
recursive imap transfer from one mailbox to another.
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
By default all folders are transferred, recursively.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
We sometimes need to transfer mailboxes from one imap server to
|
|
|
|
|
another. This is called migration.
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
imapsync is a good tool because it reduces the amount
|
2011-03-12 03:44:29 +01:00
|
|
|
|
of data transferred by not transferring a given message if it
|
2011-03-12 03:43:54 +01:00
|
|
|
|
is already on both sides. Same headers, same message size
|
2011-03-12 03:44:29 +01:00
|
|
|
|
and the transfer is done only once. All flags are
|
2011-03-12 03:43:54 +01:00
|
|
|
|
preserved, unread will stay unread, read will stay read,
|
2011-03-12 03:44:29 +01:00
|
|
|
|
deleted will stay deleted. You can stop the transfer at any
|
2011-03-12 03:44:47 +01:00
|
|
|
|
time and restart it later, imapsync works well with bad
|
|
|
|
|
connections. imapsync is CPU hungry so nice and renice
|
2011-03-12 03:44:31 +01:00
|
|
|
|
commands can be a good help. imapsync can be memory hungry too,
|
|
|
|
|
especially with large messages.
|
2011-03-12 03:40:59 +01:00
|
|
|
|
|
|
|
|
|
You can decide to delete the messages from the source mailbox
|
2011-03-12 03:44:29 +01:00
|
|
|
|
after a successful transfer (it is a good feature when migrating).
|
2011-03-12 03:44:21 +01:00
|
|
|
|
In that case, use the --delete --expunge1 options.
|
2011-03-12 03:40:59 +01:00
|
|
|
|
|
|
|
|
|
You can also just synchronize a mailbox A from another mailbox B
|
|
|
|
|
in case you just want to keep a "live" copy of B in A.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
To get a description of each option just invoke:
|
|
|
|
|
|
|
|
|
|
imapsync --help
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
=head1 HISTORY
|
|
|
|
|
|
|
|
|
|
I wrote imapsync because an enterprise (basystemes) paid me to install
|
2011-03-12 03:44:47 +01:00
|
|
|
|
a new imap server without losing huge old mailboxes located on a far
|
2011-03-12 03:44:53 +01:00
|
|
|
|
away remote imap server accessible by a low bandwidth link. The tool
|
2011-03-12 03:43:46 +01:00
|
|
|
|
imapcp (written in python) could not help me because I had to verify
|
2011-03-12 03:44:29 +01:00
|
|
|
|
every mailbox was well transferred and delete it after a good
|
2011-03-12 03:44:47 +01:00
|
|
|
|
transfer. imapsync started life as a copy_folder.pl patch.
|
2011-03-12 03:43:46 +01:00
|
|
|
|
The tool copy_folder.pl comes from the Mail-IMAPClient-2.1.3 perl
|
2011-03-12 03:40:59 +01:00
|
|
|
|
module tarball source (in the examples/ directory of the tarball).
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:21 +01:00
|
|
|
|
=head1 EXAMPLE
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:21 +01:00
|
|
|
|
While working on imapsync parameters please run imapsync in
|
|
|
|
|
dry mode (no modification induced) with the --dry
|
|
|
|
|
option. Nothing bad can be done this way.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:21 +01:00
|
|
|
|
To synchronize the imap account "buddy" on host
|
|
|
|
|
"imap.src.fr" to the imap account "max" on host
|
2011-03-12 03:44:27 +01:00
|
|
|
|
"imap.dest.fr" (the passwords are located in two files
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"/etc/secret1" for "buddy", "/etc/secret2" for "max"):
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
imapsync --host1 imap.src.fr --user1 buddy --passfile1 /etc/secret1 \
|
|
|
|
|
--host2 imap.dest.fr --user2 max --passfile2 /etc/secret2
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
Then, you will have max's mailbox updated from buddy's
|
2011-03-12 03:44:21 +01:00
|
|
|
|
mailbox.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
=head1 SECURITY
|
|
|
|
|
|
|
|
|
|
You can use --password1 instead of --passfile1 to give the
|
|
|
|
|
password but it is dangerous because any user on your host
|
|
|
|
|
can see the password by using the 'ps auxwwww'
|
|
|
|
|
command. Using a variable (like $PASSWORD1) is also
|
|
|
|
|
dangerous because of the 'ps auxwwwwe' command. So, saving
|
|
|
|
|
the password in a well protected file (600 or rw-------) is
|
|
|
|
|
the best solution.
|
|
|
|
|
|
2011-03-12 03:44:23 +01:00
|
|
|
|
imasync is not totally protected against sniffers on the
|
2011-03-12 03:44:47 +01:00
|
|
|
|
network since passwords may be transferred in plain text
|
|
|
|
|
if CRAM-MD5 is not supported by your imap servers. Use
|
2011-03-12 03:44:51 +01:00
|
|
|
|
--ssl1 (or --tls1) and --ssl2 (or --tls2) to enable
|
|
|
|
|
encryption on host1 and host2.
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
|
|
|
|
You may authenticate as one user (typically an admin user),
|
|
|
|
|
but be authorized as someone else, which means you don't
|
|
|
|
|
need to know every user's personal password. Specify
|
|
|
|
|
--authuser1 "adminuser" to enable this on host1. In this
|
2011-03-12 03:44:35 +01:00
|
|
|
|
case, --authmech1 PLAIN will be used by default since it
|
|
|
|
|
is the only way to go for now. So don't use --authmech1 SOMETHING
|
|
|
|
|
with --authuser1 "adminuser", it will not work.
|
|
|
|
|
Same behavior with the --authuser2 option.
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
=head1 EXIT STATUS
|
|
|
|
|
|
|
|
|
|
imapsync will exit with a 0 status (return code) if everything went good.
|
|
|
|
|
Otherwise, it exits with a non-zero status.
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
So if you have an unreliable internet connection, you can use this loop
|
2011-03-12 03:39:59 +01:00
|
|
|
|
in a Bourne shell:
|
|
|
|
|
|
|
|
|
|
while ! imapsync ...; do
|
|
|
|
|
echo imapsync not complete
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
=head1 LICENSE
|
|
|
|
|
|
2011-03-12 03:43:55 +01:00
|
|
|
|
imapsync is free, gratis and open source software cover by
|
2011-03-12 03:44:50 +01:00
|
|
|
|
the Do What The Fuck You Want To Public License (WTFPL).
|
|
|
|
|
See COPYING file included in the distribution or the web site
|
|
|
|
|
http://sam.zoy.org/wtfpl/COPYING
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:37 +01:00
|
|
|
|
=head1 MAILING-LIST
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
The public mailing-list may be the best way to get support.
|
2011-03-12 03:44:37 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
To write on the mailing-list, the address is:
|
|
|
|
|
<imapsync@linux-france.org>
|
2011-03-12 03:44:37 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
To subscribe, send a message to:
|
|
|
|
|
<imapsync-subscribe@listes.linux-france.org>
|
2011-03-12 03:44:37 +01:00
|
|
|
|
|
|
|
|
|
To unsubscribe, send a message to:
|
2011-03-12 03:44:47 +01:00
|
|
|
|
<imapsync-unsubscribe@listes.linux-france.org>
|
2011-03-12 03:44:37 +01:00
|
|
|
|
|
|
|
|
|
To contact the person in charge for the list:
|
2011-03-12 03:44:47 +01:00
|
|
|
|
<imapsync-request@listes.linux-france.org>
|
2011-03-12 03:44:37 +01:00
|
|
|
|
|
|
|
|
|
The list archives may be available at:
|
|
|
|
|
http://www.linux-france.org/prj/imapsync_list/
|
|
|
|
|
So consider that the list is public, anyone
|
|
|
|
|
can see your post. Use a pseudonym or do not
|
|
|
|
|
post to this list if you want to stay private.
|
|
|
|
|
|
|
|
|
|
Thank you for your participation.
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
=head1 AUTHOR
|
|
|
|
|
|
|
|
|
|
Gilles LAMIRAL <lamiral@linux-france.org>
|
|
|
|
|
|
|
|
|
|
Feedback good or bad is always welcome.
|
|
|
|
|
|
|
|
|
|
The newsgroup comp.mail.imap may be a good place to talk about
|
|
|
|
|
imapsync. I read it when imapsync is concerned.
|
|
|
|
|
A better place is the public imapsync mailing-list
|
|
|
|
|
(see below).
|
|
|
|
|
|
|
|
|
|
Gilles LAMIRAL earns his living writing, installing,
|
|
|
|
|
configuring and teaching free, open and gratis
|
|
|
|
|
softwares. Do not hesitate to pay him for that services.
|
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
=head1 BUG REPORT GUIDELINES
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Report any bugs or feature requests to the public mailing-list
|
|
|
|
|
or to the author.
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Help us to help you: follow the following guidelines.
|
2011-03-12 03:43:46 +01:00
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
One time in your life, read the paper
|
|
|
|
|
"How To Ask Questions The Smart Way"
|
2011-03-12 03:44:51 +01:00
|
|
|
|
http://www.catb.org/~esr/faqs/smart-questions.html
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Before reporting bugs, read the FAQ, the README and the
|
|
|
|
|
TODO files. http://www.linux-france.org/prj/imapsync/
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
Upgrade to last imapsync release, maybe the bug
|
|
|
|
|
is already fixed.
|
|
|
|
|
|
|
|
|
|
Upgrade to last Mail-IMAPClient Perl module.
|
|
|
|
|
http://search.cpan.org/dist/Mail-IMAPClient/
|
|
|
|
|
|
|
|
|
|
Make a good title with word "imapsync" in it (my spam filter won't filter it),
|
|
|
|
|
Don't write an email title with just "imapsync" or "problem",
|
2011-03-12 03:44:35 +01:00
|
|
|
|
a good title is made of keywords summary, not too long (one visible line).
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Don't write imapsync in uppercase in the email title, we'll
|
|
|
|
|
know you run windows(tm) and you haven't read the README yet.
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Help us to help you: in your report, please include:
|
2011-03-12 03:43:54 +01:00
|
|
|
|
|
2011-03-12 03:44:26 +01:00
|
|
|
|
- imapsync version.
|
2011-03-12 03:44:39 +01:00
|
|
|
|
- output given with --debug --debugimap near the failure point.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Isolate a message in a folder 'BUG' and use --folder 'BUG'
|
|
|
|
|
- imap server software on both side and their version number.
|
2011-03-12 03:44:39 +01:00
|
|
|
|
- imapsync with all the options you use, the full command line
|
|
|
|
|
you use (except the passwords of course).
|
|
|
|
|
- IMAPClient.pm version.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
- operating system running imapsync.
|
2011-03-12 03:44:32 +01:00
|
|
|
|
- operating systems on both sides and the third side in case
|
|
|
|
|
you run imapsync on a foreign host from the both.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
- virtual software context (vmware, xen etc.)
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Most of those values can be found as a copy/paste at the begining of the output.
|
2011-03-12 03:43:44 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
=head1 IMAP SERVERS
|
|
|
|
|
|
|
|
|
|
Failure stories reported with the following 4 imap servers:
|
2011-03-12 03:44:17 +01:00
|
|
|
|
|
2011-03-12 03:44:20 +01:00
|
|
|
|
- MailEnable 1.54 (Proprietary) http://www.mailenable.com/
|
2011-03-12 03:44:35 +01:00
|
|
|
|
- DBMail 0.9, 2.0.7 (GPL). But DBMail 1.2.1 works.
|
2011-03-12 03:44:20 +01:00
|
|
|
|
Patient and confident testers are welcome.
|
2011-03-12 03:44:22 +01:00
|
|
|
|
- dkimap4 2.39
|
2011-03-12 03:44:30 +01:00
|
|
|
|
- Imail 7.04 (maybe).
|
2011-03-12 03:44:25 +01:00
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
Success stories reported with the following 36 imap servers
|
2011-03-12 03:44:47 +01:00
|
|
|
|
(software names are in alphabetic order):
|
2011-03-12 03:43:44 +01:00
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
- 1und1 H mimap1 84498 [host1]
|
2011-03-12 03:44:51 +01:00
|
|
|
|
- Archiveopteryx 2.03, 2.04, 2.09, 2.10 [host2], 3.0.0 [host2]
|
2011-03-12 03:44:39 +01:00
|
|
|
|
(OSL 3.0) http://www.archiveopteryx.org/
|
2011-03-12 03:44:17 +01:00
|
|
|
|
- BincImap 1.2.3 (GPL) (http://www.bincimap.org/)
|
2011-03-12 03:44:51 +01:00
|
|
|
|
- CommuniGatePro server (Redhat 8.0) (Solaris), CommuniGate Pro 5.2.17[host2] (CentOS 5.4)
|
2011-03-12 03:44:35 +01:00
|
|
|
|
- Courier IMAP 1.5.1, 2.2.0, 2.1.1, 2.2.1, 3.0.8, 3.0.3, 4.1.1 (GPL)
|
2011-03-12 03:44:17 +01:00
|
|
|
|
(http://www.courier-mta.org/)
|
2011-03-12 03:43:50 +01:00
|
|
|
|
- Critical Path (7.0.020)
|
2011-03-12 03:44:17 +01:00
|
|
|
|
- Cyrus IMAP 1.5, 1.6, 2.1, 2.1.15, 2.1.16, 2.1.18
|
2011-03-12 03:44:31 +01:00
|
|
|
|
2.2.1, 2.2.2-BETA, 2.2.10, 2.2.12,
|
|
|
|
|
v2.2.3-Invoca-RPM-2.2.3-8,
|
|
|
|
|
2.3-alpha (OSI Approved),
|
2011-03-12 03:44:31 +01:00
|
|
|
|
v2.2.12-Invoca-RPM-2.2.12-3.RHEL4.1,
|
2011-03-12 03:44:35 +01:00
|
|
|
|
2.2.13,
|
2011-03-12 03:44:31 +01:00
|
|
|
|
v2.3.1-Invoca-RPM-2.3.1-2.7.fc5,
|
2011-03-12 03:44:38 +01:00
|
|
|
|
v2.3.7,
|
2011-03-12 03:44:17 +01:00
|
|
|
|
(http://asg.web.cmu.edu/cyrus/)
|
2011-03-12 03:44:29 +01:00
|
|
|
|
- David Tobit V8 (proprietary Message system).
|
2011-03-12 03:44:30 +01:00
|
|
|
|
- DBMail 1.2.1, 2.0.4, 2.0.9, 2.2rc1 (GPL) (http://www.dbmail.org/).
|
2011-03-12 03:44:29 +01:00
|
|
|
|
2.0.7 seems buggy.
|
2011-03-12 03:44:51 +01:00
|
|
|
|
- Deerfield VisNetic MailServer 5.8.6 [host1]
|
|
|
|
|
- Domino (Notes) 4.61[host1], 6.5, 5.0.6, 5.0.7, 7.0.2, 6.0.2CF1, 7.0.1[host1], 8.0.1[host1]
|
2011-03-12 03:44:34 +01:00
|
|
|
|
- Dovecot 0.99.10.4, 0.99.14, 0.99.14-8.fc4, 1.0-0.beta2.7,
|
2011-03-12 03:44:40 +01:00
|
|
|
|
1.0.0 [dest/source] (LGPL) (http://www.dovecot.org/)
|
2011-03-12 03:44:26 +01:00
|
|
|
|
- Eudora WorldMail v2
|
2011-03-12 03:44:35 +01:00
|
|
|
|
- GMX IMAP4 StreamProxy.
|
2011-03-12 03:44:28 +01:00
|
|
|
|
- Groupwise IMAP (Novell) 6.x and 7.0. Buggy so see the FAQ.
|
|
|
|
|
- iPlanet Messaging server 4.15, 5.1, 5.2
|
2011-03-12 03:44:01 +01:00
|
|
|
|
- IMail 7.15 (Ipswitch/Win2003), 8.12
|
2011-03-12 03:44:36 +01:00
|
|
|
|
- MDaemon 7.0.1, 8.0.2, 8.1, 9.5.4 (Windows server 2003 R2 platform)
|
2011-03-12 03:44:32 +01:00
|
|
|
|
- Mercury 4.1 (Windows server 2000 platform)
|
2011-03-12 03:44:51 +01:00
|
|
|
|
- Microsoft Exchange Server 5.5, 6.0.6249.0[host1], 6.0.6487.0[host1],
|
|
|
|
|
6.5.7638.1 [host2], Exchange 2007 SP1 (with Update Rollup 2),
|
|
|
|
|
Exchange2007-EP-SP2,
|
|
|
|
|
Exchange 2010 RTM (Release to Manufacturing) [host2]
|
2011-03-12 03:43:50 +01:00
|
|
|
|
- Netscape Mail Server 3.6 (Wintel !)
|
2011-03-12 03:44:13 +01:00
|
|
|
|
- Netscape Messaging Server 4.15 Patch 7
|
2011-03-12 03:44:31 +01:00
|
|
|
|
- OpenMail IMAP server B.07.00.k0 (Samsung Contact ?)
|
2011-03-12 03:44:01 +01:00
|
|
|
|
- OpenWave
|
2011-03-12 03:44:06 +01:00
|
|
|
|
- Qualcomm Worldmail (NT)
|
2011-03-12 03:44:35 +01:00
|
|
|
|
- Rockliffe Mailsite 5.3.11, 4.5.6
|
2011-03-12 03:44:13 +01:00
|
|
|
|
- Samsung Contact IMAP server 8.5.0
|
2011-03-12 03:44:31 +01:00
|
|
|
|
- Scalix v10.1, 10.0.1.3, 11.0.0.431
|
2011-03-12 03:44:54 +01:00
|
|
|
|
- SmarterMail, Smarter Mail 5.0 Enterprise.
|
2011-03-12 03:43:50 +01:00
|
|
|
|
- SunONE Messaging server 5.2, 6.0 (SUN JES - Java Enterprise System)
|
2011-03-12 03:44:47 +01:00
|
|
|
|
- Sun Java(tm) System Messaging Server 6.2-2.05, 6.2-7.05
|
2011-03-12 03:44:29 +01:00
|
|
|
|
- Surgemail 3.6f5-5
|
2011-03-12 03:43:49 +01:00
|
|
|
|
- UW-imap servers (imap-2000b) rijkkramer IMAP4rev1 2000.287
|
2011-03-12 03:44:32 +01:00
|
|
|
|
(RedHat uses UW like 2003.338rh), v12.264 Solaris 5.7 (OSI Approved)
|
2011-03-12 03:44:17 +01:00
|
|
|
|
(http://www.washington.edu/imap/)
|
2011-03-12 03:43:50 +01:00
|
|
|
|
- UW - QMail v2.1
|
2011-03-12 03:44:26 +01:00
|
|
|
|
- Imap part of TCP/IP suite of VMS 7.3.2
|
2011-03-12 03:44:35 +01:00
|
|
|
|
- Zimbra-IMAP 3.0.1 GA 160, 3.1.0 Build 279, 4.0.5, 4.5.2, 4.5.6, 5.5.
|
2011-03-12 03:43:44 +01:00
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
Please report to the author any success or bad story with
|
2011-03-12 03:44:39 +01:00
|
|
|
|
imapsync and do not forget to mention the IMAP server
|
2011-03-12 03:43:48 +01:00
|
|
|
|
software names and version on both sides. This will help
|
|
|
|
|
future users. To help the author maintaining this section
|
|
|
|
|
report the two lines at the begining of the output if they
|
|
|
|
|
are useful to know the softwares. Example:
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
Host1 software:* OK louloutte Cyrus IMAP4 v1.5.19 server ready
|
|
|
|
|
Host2 software:* OK Courier-IMAP ready
|
2011-03-12 03:43:44 +01:00
|
|
|
|
|
2011-03-12 03:43:50 +01:00
|
|
|
|
You can use option --justconnect to get those lines.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Example:
|
2011-03-12 03:44:20 +01:00
|
|
|
|
|
|
|
|
|
imapsync --host1 imap.troc.org --host2 imap.trac.org --justconnect
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
Please rate imapsync at http://freshmeat.net/projects/imapsync/
|
|
|
|
|
or better give the author a book, he likes books:
|
|
|
|
|
http://www.amazon.com/gp/registry/wishlist/1C9UNDIH3P7R7/
|
2011-03-12 03:44:34 +01:00
|
|
|
|
(or its paypal account gilles.lamiral@laposte.net)
|
2011-03-12 03:43:46 +01:00
|
|
|
|
|
2011-03-12 03:43:49 +01:00
|
|
|
|
=head1 HUGE MIGRATION
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Pay special attention to options
|
2011-03-12 03:43:49 +01:00
|
|
|
|
--subscribed
|
|
|
|
|
--subscribe
|
|
|
|
|
--delete
|
2011-03-12 03:44:25 +01:00
|
|
|
|
--delete2
|
2011-03-12 03:43:49 +01:00
|
|
|
|
--expunge
|
2011-03-12 03:44:18 +01:00
|
|
|
|
--expunge1
|
|
|
|
|
--expunge2
|
2011-03-12 03:44:47 +01:00
|
|
|
|
--uidexpunge2
|
2011-03-12 03:43:50 +01:00
|
|
|
|
--maxage
|
2011-03-12 03:44:20 +01:00
|
|
|
|
--minage
|
2011-03-12 03:43:50 +01:00
|
|
|
|
--maxsize
|
2011-03-12 03:44:16 +01:00
|
|
|
|
--useheader
|
2011-03-12 03:44:47 +01:00
|
|
|
|
--fast
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
2011-03-12 03:43:49 +01:00
|
|
|
|
If you have many mailboxes to migrate think about a little
|
|
|
|
|
shell program. Write a file called file.csv (for example)
|
|
|
|
|
containing users and passwords.
|
|
|
|
|
The separator used in this example is ';'
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
The file.csv file contains:
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
|
|
|
|
user0001;password0001;user0002;password0002
|
|
|
|
|
user0011;password0011;user0012;password0012
|
|
|
|
|
...
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
And the shell program is just:
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
2011-03-12 03:44:16 +01:00
|
|
|
|
{ while IFS=';' read u1 p1 u2 p2; do
|
|
|
|
|
imapsync --user1 "$u1" --password1 "$p1" --user2 "$u2" --password2 "$p2" ...
|
|
|
|
|
done ; } < file.csv
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
|
|
|
|
Welcome in shell programming !
|
|
|
|
|
|
2011-03-12 03:43:49 +01:00
|
|
|
|
=head1 Hacking
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
Feel free to hack imapsync as the WTFPL Licence permits it.
|
2011-03-12 03:43:51 +01:00
|
|
|
|
|
|
|
|
|
=head1 Links
|
|
|
|
|
|
|
|
|
|
Entries for imapsync:
|
|
|
|
|
http://www.imap.org/products/showall.php
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
=head1 SIMILAR SOFTWARES
|
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
imap_tools : http://www.athensfbc.com/imap_tools
|
|
|
|
|
offlineimap : http://software.complete.org/offlineimap
|
|
|
|
|
mailsync : http://mailsync.sourceforge.net/
|
|
|
|
|
imapxfer : http://www.washington.edu/imap/
|
|
|
|
|
part of the imap-utils from UW.
|
|
|
|
|
mailutil : replace imapxfer in
|
|
|
|
|
part of the imap-utils from UW.
|
|
|
|
|
http://www.gsp.com/cgi-bin/man.cgi?topic=mailutil
|
|
|
|
|
imaprepl : http://www.bl0rg.net/software/
|
|
|
|
|
http://freshmeat.net/projects/imap-repl/
|
|
|
|
|
imap_migrate : http://freshmeat.net/projects/imapmigration/
|
|
|
|
|
imapcopy : http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html
|
|
|
|
|
migrationtool : http://sourceforge.net/projects/migrationtool/
|
|
|
|
|
imapmigrate : http://sourceforge.net/projects/cyrus-utils/
|
2011-03-12 03:44:35 +01:00
|
|
|
|
wonko_imapsync: http://wonko.com/article/554
|
2011-03-12 03:44:36 +01:00
|
|
|
|
see also tools/wonko_ruby_imapsync
|
2011-03-12 03:44:35 +01:00
|
|
|
|
pop2imap : http://www.linux-france.org/prj/pop2imap/
|
2011-03-12 03:43:44 +01:00
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Feedback (good or bad) will always be welcome.
|
2011-03-12 03:43:53 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$Id: imapsync,v 1.327 2010/07/12 00:23:02 gilles Exp gilles $
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
=cut
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
use warnings;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
++$|;
|
|
|
|
|
use strict;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
use Carp;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
use Getopt::Long;
|
|
|
|
|
use Mail::IMAPClient;
|
|
|
|
|
use Digest::MD5 qw(md5_base64);
|
2011-03-12 03:44:32 +01:00
|
|
|
|
#use Term::ReadKey;
|
2011-03-12 03:44:30 +01:00
|
|
|
|
#use IO::Socket::SSL;
|
2011-03-12 03:44:22 +01:00
|
|
|
|
use MIME::Base64;
|
2011-03-12 03:44:26 +01:00
|
|
|
|
use English;
|
|
|
|
|
use POSIX qw(uname);
|
2011-03-12 03:44:31 +01:00
|
|
|
|
use Fcntl;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
use File::Spec;
|
|
|
|
|
use File::Path qw(mkpath rmtree);
|
2011-03-12 03:44:53 +01:00
|
|
|
|
use IO::Socket qw(:crlf SOL_SOCKET SO_KEEPALIVE);
|
|
|
|
|
use Errno qw(EAGAIN EPIPE ECONNRESET);
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
#use Test::Simple tests => 1;
|
|
|
|
|
use Test::More 'no_plan';
|
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
eval { require 'usr/include/sysexits.ph' };
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
my(
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$rcs, $pidfile,
|
|
|
|
|
$debug, $debugimap, $debugimap1, $debugimap2, $error,
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$host1, $host2, $port1, $port2,
|
|
|
|
|
$user1, $user2, $password1, $password2, $passfile1, $passfile2,
|
2011-03-12 03:44:30 +01:00
|
|
|
|
@folder, @include, @exclude, @folderrec,
|
2011-03-12 03:44:19 +01:00
|
|
|
|
$prefix1, $prefix2,
|
2011-03-12 03:44:26 +01:00
|
|
|
|
@regextrans2, @regexmess, @regexflag,
|
2011-03-12 03:43:48 +01:00
|
|
|
|
$sep1, $sep2,
|
2011-03-12 03:44:39 +01:00
|
|
|
|
$syncinternaldates,
|
|
|
|
|
$idatefromheader,
|
|
|
|
|
$syncacls,
|
2011-03-12 03:44:17 +01:00
|
|
|
|
$fastio1, $fastio2,
|
2011-03-12 03:44:20 +01:00
|
|
|
|
$maxsize, $maxage, $minage,
|
2011-03-12 03:44:15 +01:00
|
|
|
|
$skipheader, @useheader,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$skipsize, $allowsizemismatch, $foldersizes, $buffersize,
|
2011-03-12 03:44:25 +01:00
|
|
|
|
$delete, $delete2,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$expunge, $expunge1, $expunge2, $uidexpunge2, $dry,
|
2011-03-12 03:44:20 +01:00
|
|
|
|
$justfoldersizes,
|
2011-03-12 03:43:53 +01:00
|
|
|
|
$authmd5,
|
2011-03-12 03:44:53 +01:00
|
|
|
|
$subscribed, $subscribe, $subscribe_all,
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$version, $VERSION, $help,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$justconnect, $justfolders, $justbanner,
|
2011-03-12 03:44:11 +01:00
|
|
|
|
$fast,
|
2011-03-12 03:43:50 +01:00
|
|
|
|
$mess_size_total_trans,
|
|
|
|
|
$mess_size_total_skipped,
|
|
|
|
|
$mess_size_total_error,
|
2011-03-12 03:44:32 +01:00
|
|
|
|
$mess_trans, $mess_skipped, $mess_skipped_dry,
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h1_mess_deleted, $h2_mess_deleted,
|
2011-03-12 03:43:53 +01:00
|
|
|
|
$timeout, # whr (ESS/PRW)
|
2011-03-12 03:43:55 +01:00
|
|
|
|
$timestart, $timeend, $timediff,
|
2011-03-12 03:44:01 +01:00
|
|
|
|
$timesize, $timebefore,
|
2011-03-12 03:44:22 +01:00
|
|
|
|
$ssl1, $ssl2,
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$tls1, $tls2,
|
2011-03-12 03:44:23 +01:00
|
|
|
|
$authuser1, $authuser2,
|
2011-03-12 03:44:22 +01:00
|
|
|
|
$authmech1, $authmech2,
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$split1, $split2,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$reconnectretry1, $reconnectretry2,
|
2011-03-12 03:44:52 +01:00
|
|
|
|
$tests, $test_builder, $tests_debug,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$allow3xx, $justlogin,
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$tmpdir,
|
2011-03-12 03:39:59 +01:00
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
use vars qw ($opt_G); # missing code for this will be option.
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$rcs = '$Id: imapsync,v 1.327 2010/07/12 00:23:02 gilles Exp gilles $ ';
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$rcs =~ m/,v (\d+\.\d+)/;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$VERSION = ($1) ? $1: "UNKNOWN";
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
2011-03-12 03:43:50 +01:00
|
|
|
|
my $VERSION_IMAPClient = $Mail::IMAPClient::VERSION;
|
|
|
|
|
|
2011-03-12 03:43:50 +01:00
|
|
|
|
$mess_size_total_trans = 0;
|
|
|
|
|
$mess_size_total_skipped = 0;
|
|
|
|
|
$mess_size_total_error = 0;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
$mess_trans = $mess_skipped = $mess_skipped_dry = 0;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h1_mess_deleted = $h2_mess_deleted = 0;
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
2011-03-12 03:44:16 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
|
2011-03-12 03:44:16 +01:00
|
|
|
|
sub check_lib_version {
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$debug and print "VERSION_IMAPClient $VERSION_IMAPClient\n";
|
2011-03-12 03:44:36 +01:00
|
|
|
|
if ($VERSION_IMAPClient eq '2.2.9') {
|
|
|
|
|
override_imapclient();
|
|
|
|
|
return(1);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:44:47 +01:00
|
|
|
|
# 3.x.x is no longer buggy with imapsync.
|
2011-03-12 03:44:43 +01:00
|
|
|
|
if ($allow3xx) {
|
|
|
|
|
return(1);
|
|
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
return(0);
|
|
|
|
|
}
|
2011-03-12 03:43:50 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$error=0;
|
|
|
|
|
|
2011-03-12 03:44:40 +01:00
|
|
|
|
sub modules_VERSION() {
|
|
|
|
|
|
|
|
|
|
no warnings 'uninitialized';
|
|
|
|
|
my $modules_releases = "
|
|
|
|
|
Mail::IMAPClient $Mail::IMAPClient::VERSION
|
|
|
|
|
IO::Socket $IO::Socket::VERSION
|
|
|
|
|
IO::Socket::SSL $IO::Socket::SSL::VERSION
|
|
|
|
|
Digest::MD5 $Digest::MD5::VERSION
|
|
|
|
|
Digest::HMAC_MD5 $Digest::HMAC_MD5::VERSION
|
|
|
|
|
Term::ReadKey $Term::ReadKey::VERSION
|
|
|
|
|
Date::Manip $Date::Manip::VERSION
|
|
|
|
|
";
|
|
|
|
|
return($modules_releases);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
|
|
|
|
|
# Construct a command line copy with passwords replaced by MASKED.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
my @argv_nopassord;
|
|
|
|
|
my @argv_copy = @ARGV;
|
|
|
|
|
while (@argv_copy) {
|
|
|
|
|
my $arg = shift(@argv_copy);
|
|
|
|
|
if ($arg =~ m/-password[12]/) {
|
|
|
|
|
shift(@argv_copy);
|
|
|
|
|
push(@argv_nopassord, $arg, "MASKED");
|
|
|
|
|
}else{
|
|
|
|
|
push(@argv_nopassord, $arg);
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:40 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
my $banner_imapsync = join("",
|
2011-03-12 03:43:49 +01:00
|
|
|
|
'$RCSfile: imapsync,v $ ',
|
2011-03-12 03:44:54 +01:00
|
|
|
|
'$Revision: 1.327 $ ',
|
|
|
|
|
'$Date: 2010/07/12 00:23:02 $ ',
|
|
|
|
|
"\n",localhost_info(), "\n",
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"Command line used:\n",
|
|
|
|
|
"$0 @argv_nopassord\n",
|
2011-03-12 03:43:49 +01:00
|
|
|
|
);
|
2011-03-12 03:43:45 +01:00
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
unless(defined(&_SYSEXITS_H)) {
|
|
|
|
|
# 64 on my linux box.
|
|
|
|
|
eval 'sub EX_USAGE () {64;}' unless defined(&EX_USAGE);
|
|
|
|
|
}
|
2011-03-12 03:43:45 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
get_options();
|
2011-03-12 03:44:43 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
|
|
|
|
|
sub write_pidfile {
|
|
|
|
|
my $pidfile = shift;
|
|
|
|
|
|
|
|
|
|
print "PID file is $pidfile\n";
|
|
|
|
|
if (-e $pidfile) {
|
|
|
|
|
warn "$pidfile already exists, overwriting it\n";
|
|
|
|
|
}
|
|
|
|
|
open(PIDFILE, ">$pidfile") or do {
|
|
|
|
|
warn "Could not open $pidfile for writing";
|
|
|
|
|
return undef;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
print PIDFILE $PROCESS_ID;
|
|
|
|
|
close PIDFILE;
|
|
|
|
|
return($PROCESS_ID);
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$tmpdir ||= File::Spec->tmpdir();
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$pidfile ||= $tmpdir . '/imapsync.pid';
|
2011-03-12 03:44:50 +01:00
|
|
|
|
|
|
|
|
|
sub check_dir {
|
|
|
|
|
my $dir = shift;
|
|
|
|
|
return(1) if (-d $dir and -r _ and -w _);
|
|
|
|
|
# Trying to create it
|
|
|
|
|
mkpath($dir) or die "Error creating tmpdir $tmpdir : $!";
|
|
|
|
|
die "Error with tmpdir $tmpdir : $!" if not (-d $dir and -r _ and -w _);
|
|
|
|
|
return(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:48 +01:00
|
|
|
|
# allow Mail::IMAPClient 3.0.xx by default
|
|
|
|
|
|
|
|
|
|
$allow3xx = defined($allow3xx) ? $allow3xx : 1;
|
|
|
|
|
|
2011-03-12 03:44:43 +01:00
|
|
|
|
check_lib_version() or
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die "imapsync needs perl lib Mail::IMAPClient release 2.2.9, or 3.0.25 or superior \n";
|
2011-03-12 03:44:43 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
print $banner_imapsync;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Temp directory is $tmpdir\n";
|
|
|
|
|
|
|
|
|
|
check_dir($tmpdir);
|
2011-03-12 03:44:54 +01:00
|
|
|
|
write_pidfile($pidfile) if ($pidfile);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exit_clean(0) if ($justbanner);
|
2011-03-12 03:44:50 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
sub exit_clean {
|
|
|
|
|
my $status = shift;
|
|
|
|
|
|
|
|
|
|
unlink($pidfile);
|
|
|
|
|
exit($status);
|
|
|
|
|
}
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
sub die_clean {
|
|
|
|
|
|
|
|
|
|
unlink($pidfile);
|
|
|
|
|
die @_;
|
|
|
|
|
}
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
sub missing_option {
|
|
|
|
|
my ($option) = @_;
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean "$option option must be used, run $0 --help for help\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:26 +01:00
|
|
|
|
# By default, 1000 at a time, not more.
|
|
|
|
|
$split1 ||= 1000;
|
|
|
|
|
$split2 ||= 1000;
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$host1 || missing_option("--host1") ;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$port1 ||= (defined $ssl1 and !defined $tls1) ? 993 : 143;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
$host2 || missing_option("--host2") ;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$port2 ||= (defined $ssl2 && !defined $tls2) ? 993 : 143;
|
2011-03-12 03:44:48 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$debugimap1 = $debugimap2 = 1 if ($debugimap);
|
2011-03-12 03:44:40 +01:00
|
|
|
|
|
2011-03-12 03:44:20 +01:00
|
|
|
|
sub connect_imap {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my($host, $port, $debugimap, $ssl, $tls) = @_;
|
2011-03-12 03:44:20 +01:00
|
|
|
|
my $imap = Mail::IMAPClient->new();
|
|
|
|
|
$imap->Server($host);
|
|
|
|
|
$imap->Port($port);
|
|
|
|
|
$imap->Debug($debugimap);
|
2011-03-12 03:44:43 +01:00
|
|
|
|
$imap->Ssl($ssl) if ($ssl);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$imap->Tls($tls) if ($tls);
|
2011-03-12 03:44:47 +01:00
|
|
|
|
#$imap->connect()
|
|
|
|
|
myconnect($imap)
|
2011-03-12 03:44:54 +01:00
|
|
|
|
or die_clean("Can not open imap connection on [$host]: $@\n");
|
2011-03-12 03:44:20 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:33 +01:00
|
|
|
|
sub localhost_info {
|
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
my($infos) = join("",
|
2011-03-12 03:44:40 +01:00
|
|
|
|
"Here is a [$OSNAME] system (",
|
|
|
|
|
join(" ",
|
|
|
|
|
uname(),
|
|
|
|
|
),
|
|
|
|
|
")\n",
|
2011-03-12 03:44:54 +01:00
|
|
|
|
"With perl ",
|
|
|
|
|
sprintf("%vd", $PERL_VERSION),
|
|
|
|
|
" Mail::IMAPClient $Mail::IMAPClient::VERSION",
|
2011-03-12 03:44:40 +01:00
|
|
|
|
);
|
2011-03-12 03:44:33 +01:00
|
|
|
|
return($infos);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:20 +01:00
|
|
|
|
if ($justconnect) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $imap1 = ();
|
|
|
|
|
my $imap2 = ();
|
2011-03-12 03:44:20 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$imap1 = connect_imap($host1, $port1, $debugimap1, $ssl1, $tls1);
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Host1 software: ", server_banner($imap1);
|
|
|
|
|
print "Host1 capability: ", join(" ", $imap1->capability()), "\n";
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$imap2 = connect_imap($host2, $port2, $debugimap2, $ssl2, $tls2);
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Host2 software: ", server_banner($imap2);
|
|
|
|
|
print "Host2 capability: ", join(" ", $imap2->capability()), "\n";
|
|
|
|
|
$imap1->logout();
|
|
|
|
|
$imap2->logout();
|
2011-03-12 03:44:54 +01:00
|
|
|
|
exit_clean(0);
|
2011-03-12 03:44:20 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$user1 || missing_option("--user1");
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$user2 || missing_option("--user2");
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
$syncinternaldates = defined($syncinternaldates) ? defined($syncinternaldates) : 1;
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
|
|
|
|
if($idatefromheader) {
|
|
|
|
|
print "Turned ON idatefromheader, ",
|
|
|
|
|
"will set the internal dates on host2 from the 'Date:' header line.\n";
|
|
|
|
|
$syncinternaldates = 0;
|
|
|
|
|
|
|
|
|
|
}
|
2011-03-12 03:44:36 +01:00
|
|
|
|
if ($syncinternaldates) {
|
2011-03-12 03:44:39 +01:00
|
|
|
|
print "Turned ON syncinternaldates, ",
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"will set the internal dates (arrival dates) on host2 same as host1.\n";
|
2011-03-12 03:44:36 +01:00
|
|
|
|
}else{
|
|
|
|
|
print "Turned OFF syncinternaldates\n";
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
if ($syncinternaldates || $idatefromheader) {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
no warnings 'redefine';
|
|
|
|
|
local *Carp::confess = sub { return undef; };
|
|
|
|
|
require Date::Manip;
|
2011-03-12 03:44:49 +01:00
|
|
|
|
Date::Manip->import(qw(ParseDate UnixDate Date_Init Date_TimeZone));
|
2011-03-12 03:44:47 +01:00
|
|
|
|
#print "Date_init: [", join(" ",Date_Init()), "]\n";
|
|
|
|
|
print "TimeZone:[", Date_TimeZone(), "]\n";
|
2011-03-12 03:44:36 +01:00
|
|
|
|
if (not (Date_TimeZone())) {
|
|
|
|
|
warn "TimeZone not defined, setting it to GMT";
|
|
|
|
|
Date_Init("TZ=GMT");
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "TimeZone: [", Date_TimeZone(), "]\n";
|
2011-03-12 03:44:36 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:22 +01:00
|
|
|
|
if(defined($authmd5) and not($authmd5)) {
|
2011-03-12 03:44:30 +01:00
|
|
|
|
$authmech1 ||= 'LOGIN';
|
|
|
|
|
$authmech2 ||= 'LOGIN';
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:44:23 +01:00
|
|
|
|
$authmech1 ||= $authuser1 ? 'PLAIN' : 'CRAM-MD5';
|
|
|
|
|
$authmech2 ||= $authuser2 ? 'PLAIN' : 'CRAM-MD5';
|
2011-03-12 03:44:22 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$authmech1 = uc($authmech1);
|
|
|
|
|
$authmech2 = uc($authmech2);
|
|
|
|
|
|
2011-03-12 03:44:23 +01:00
|
|
|
|
$authuser1 ||= $user1;
|
|
|
|
|
$authuser2 ||= $user2;
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
print "Will try to use $authmech1 authentication on host1\n";
|
|
|
|
|
print "Will try to use $authmech2 authentication on host2\n";
|
2011-03-12 03:43:53 +01:00
|
|
|
|
|
2011-03-12 03:44:15 +01:00
|
|
|
|
$syncacls = (defined($syncacls)) ? $syncacls : 0;
|
2011-03-12 03:44:11 +01:00
|
|
|
|
$foldersizes = (defined($foldersizes)) ? $foldersizes : 1;
|
2011-03-12 03:44:08 +01:00
|
|
|
|
|
2011-03-12 03:44:34 +01:00
|
|
|
|
$fastio1 = (defined($fastio1)) ? $fastio1 : 0;
|
|
|
|
|
$fastio2 = (defined($fastio2)) ? $fastio2 : 0;
|
2011-03-12 03:44:17 +01:00
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
$reconnectretry1 = (defined($reconnectretry1)) ? $reconnectretry1 : 3;
|
|
|
|
|
$reconnectretry2 = (defined($reconnectretry2)) ? $reconnectretry2 : 3;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
2011-03-12 03:44:15 +01:00
|
|
|
|
@useheader = ("ALL") unless (@useheader);
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Host1 imap server [$host1] port [$port1] user [$user1]\n";
|
|
|
|
|
print "Host2 imap server [$host2] port [$port2] user [$user2]\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
|
|
|
|
sub ask_for_password {
|
2011-03-12 03:44:32 +01:00
|
|
|
|
my ($user, $host) = @_;
|
|
|
|
|
print "What's the password for $user\@$host? ";
|
|
|
|
|
Term::ReadKey::ReadMode(2);
|
|
|
|
|
my $password = <>;
|
|
|
|
|
chomp $password;
|
|
|
|
|
printf "\n";
|
|
|
|
|
Term::ReadKey::ReadMode(0);
|
|
|
|
|
return $password;
|
2011-03-12 03:44:23 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:13 +01:00
|
|
|
|
$password1 || $passfile1 || do {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$password1 = ask_for_password($authuser1 || $user1, $host1);
|
2011-03-12 03:44:13 +01:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
$password1 = (defined($passfile1)) ? firstline ($passfile1) : $password1;
|
|
|
|
|
|
|
|
|
|
$password2 || $passfile2 || do {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$password2 = ask_for_password($authuser2 || $user2, $host2);
|
2011-03-12 03:44:13 +01:00
|
|
|
|
};
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
2011-03-12 03:44:13 +01:00
|
|
|
|
$password2 = (defined($passfile2)) ? firstline ($passfile2) : $password2;
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $imap1 = ();
|
|
|
|
|
my $imap2 = ();
|
2011-03-12 03:43:44 +01:00
|
|
|
|
|
2011-03-12 03:43:55 +01:00
|
|
|
|
$timestart = time();
|
2011-03-12 03:44:01 +01:00
|
|
|
|
$timebefore = $timestart;
|
2011-03-12 03:43:51 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$debugimap1 and print "Host1 connection\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$imap1 = login_imap($host1, $port1, $user1, $password1,
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$debugimap1, $timeout, $fastio1, $ssl1, $tls1,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$authmech1, $authuser1, $reconnectretry1);
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$debugimap2 and print "Host2 connection\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$imap2 = login_imap($host2, $port2, $user2, $password2,
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$debugimap2, $timeout, $fastio2, $ssl2, $tls2,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$authmech2, $authuser2, $reconnectretry2);
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
2011-03-12 03:44:23 +01:00
|
|
|
|
# history
|
2011-03-12 03:44:15 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$debug and print "Host1 Buffer I/O: ", $imap1->Buffer(), "\n";
|
|
|
|
|
$debug and print "Host2 Buffer I/O: ", $imap2->Buffer(), "\n";
|
2011-03-12 03:44:16 +01:00
|
|
|
|
|
2011-03-12 03:44:15 +01:00
|
|
|
|
|
2011-03-12 03:43:50 +01:00
|
|
|
|
sub login_imap {
|
2011-03-12 03:43:53 +01:00
|
|
|
|
my($host, $port, $user, $password,
|
2011-03-12 03:44:23 +01:00
|
|
|
|
$debugimap, $timeout, $fastio,
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$ssl, $tls, $authmech, $authuser, $reconnectretry) = @_;
|
2011-03-12 03:44:22 +01:00
|
|
|
|
my ($imap);
|
2011-03-12 03:44:40 +01:00
|
|
|
|
|
|
|
|
|
$imap = Mail::IMAPClient->new();
|
|
|
|
|
|
2011-03-12 03:44:43 +01:00
|
|
|
|
$imap->Ssl($ssl) if ($ssl);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$imap->Tls($tls) if ($tls);
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$imap->Clear(5);
|
2011-03-12 03:43:50 +01:00
|
|
|
|
$imap->Server($host);
|
|
|
|
|
$imap->Port($port);
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$imap->Fast_io($fastio);
|
|
|
|
|
$imap->Buffer($buffersize || 4096);
|
2011-03-12 03:43:50 +01:00
|
|
|
|
$imap->Uid(1);
|
|
|
|
|
$imap->Peek(1);
|
|
|
|
|
$imap->Debug($debugimap);
|
2011-03-12 03:44:23 +01:00
|
|
|
|
$timeout and $imap->Timeout($timeout);
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
$imap->Reconnectretry($reconnectretry) if ($reconnectretry);
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
|
|
|
|
#$imap->connect()
|
|
|
|
|
myconnect($imap)
|
2011-03-12 03:44:54 +01:00
|
|
|
|
or die_clean("Can not open imap connection on [$host] with user [$user]: $@\n");
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "Banner: ", server_banner($imap);
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
2011-03-12 03:44:31 +01:00
|
|
|
|
if ($imap->has_capability("AUTH=$authmech")
|
|
|
|
|
or $imap->has_capability($authmech)
|
|
|
|
|
) {
|
|
|
|
|
printf("Host %s says it has CAPABILITY for AUTHENTICATE %s\n",
|
|
|
|
|
$imap->Server, $authmech);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:31 +01:00
|
|
|
|
printf("Host %s says it has NO CAPABILITY for AUTHENTICATE %s\n",
|
2011-03-12 03:44:22 +01:00
|
|
|
|
$imap->Server, $authmech);
|
2011-03-12 03:44:29 +01:00
|
|
|
|
if ($authmech eq 'PLAIN') {
|
|
|
|
|
print "Frequently PLAIN is only supported with SSL, ",
|
|
|
|
|
"try --ssl1 or --ssl2 option\n";
|
|
|
|
|
}
|
2011-03-12 03:44:22 +01:00
|
|
|
|
}
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
2011-03-12 03:44:31 +01:00
|
|
|
|
$imap->Authmechanism($authmech) unless ($authmech eq 'LOGIN');
|
|
|
|
|
$imap->Authcallback(\&plainauth) if $authmech eq "PLAIN";
|
2011-03-12 03:44:53 +01:00
|
|
|
|
|
2011-03-12 03:44:31 +01:00
|
|
|
|
|
2011-03-12 03:43:50 +01:00
|
|
|
|
$imap->User($user);
|
2011-03-12 03:44:23 +01:00
|
|
|
|
$imap->Authuser($authuser);
|
2011-03-12 03:43:50 +01:00
|
|
|
|
$imap->Password($password);
|
2011-03-12 03:44:36 +01:00
|
|
|
|
unless ($imap->login()) {
|
2011-03-12 03:44:47 +01:00
|
|
|
|
my $info = "Error login: [$host] with user [$user] auth";
|
|
|
|
|
my $einfo = $imap->LastError || @{$imap->History}[-1];
|
|
|
|
|
chomp($einfo);
|
|
|
|
|
my $error = "$info [$authmech]: $einfo\n";
|
|
|
|
|
print $error; # note: duplicating error on stdout/stderr
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean($error) if ($authmech eq 'LOGIN' or $imap->IsUnconnected() or $authuser);
|
2011-03-12 03:44:31 +01:00
|
|
|
|
print "Trying LOGIN Auth mechanism on [$host] with user [$user]\n";
|
|
|
|
|
$imap->Authmechanism("");
|
2011-03-12 03:44:36 +01:00
|
|
|
|
$imap->login() or
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean("$info [LOGIN]: ", $imap->LastError, "\n");
|
2011-03-12 03:44:31 +01:00
|
|
|
|
}
|
|
|
|
|
print "Success login on [$host] with user [$user] auth [$authmech]\n";
|
2011-03-12 03:43:50 +01:00
|
|
|
|
return($imap);
|
|
|
|
|
}
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:22 +01:00
|
|
|
|
sub plainauth() {
|
|
|
|
|
my $code = shift;
|
|
|
|
|
my $imap = shift;
|
2011-03-12 03:43:45 +01:00
|
|
|
|
|
2011-03-12 03:44:22 +01:00
|
|
|
|
my $string = sprintf("%s\x00%s\x00%s", $imap->User,
|
2011-03-12 03:44:23 +01:00
|
|
|
|
$imap->Authuser, $imap->Password);
|
2011-03-12 03:44:29 +01:00
|
|
|
|
return encode_base64("$string", "");
|
2011-03-12 03:43:51 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:23 +01:00
|
|
|
|
sub server_banner {
|
|
|
|
|
my $imap = shift;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $banner = $imap->Banner() || "No banner\n";
|
|
|
|
|
return $banner;
|
2011-03-12 03:44:23 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:20 +01:00
|
|
|
|
|
2011-03-12 03:43:45 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$debug and print "Host1 capability: ", join(" ", $imap1->capability()), "\n";
|
|
|
|
|
$debug and print "Host2 capability: ", join(" ", $imap2->capability()), "\n";
|
2011-03-12 03:43:45 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean() unless $imap1->IsAuthenticated();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "host1: state Authenticated\n";
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean() unless $imap2->IsAuthenticated();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "host2: state Authenticated\n";
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
exit_clean(0) if ($justlogin);
|
2011-03-12 03:43:53 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$split1 and $imap1->Split($split1);
|
|
|
|
|
$split2 and $imap2->Split($split2);
|
2011-03-12 03:44:24 +01:00
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
#
|
|
|
|
|
# Folder stuff
|
|
|
|
|
#
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
my (@h1_folders, %requested_folder,
|
|
|
|
|
@h2_folders, @h2_folders_list, %h2_folders_list, %subscribed_folder, %h2_folders);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
|
|
|
|
sub tests_folder_routines {
|
|
|
|
|
ok( !give_requested_folders() ,"no requested folders" );
|
|
|
|
|
ok( !is_requested_folder('folder_foo') );
|
|
|
|
|
ok( add_to_requested_folders('folder_foo') );
|
|
|
|
|
ok( is_requested_folder('folder_foo') );
|
|
|
|
|
ok( !is_requested_folder('folder_NO_EXIST') );
|
|
|
|
|
ok( !remove_from_requested_folders('folder_foo'), "removed folder_foo");
|
|
|
|
|
ok( !is_requested_folder('folder_foo') );
|
|
|
|
|
my @f;
|
|
|
|
|
ok( @f = add_to_requested_folders('folder_bar', 'folder_toto'), "add result: @f");
|
|
|
|
|
ok( is_requested_folder('folder_bar') );
|
|
|
|
|
ok( is_requested_folder('folder_toto') );
|
|
|
|
|
ok( remove_from_requested_folders('folder_toto') );
|
|
|
|
|
ok( !is_requested_folder('folder_toto') );
|
|
|
|
|
ok( init_requested_folders() , 'empty requested folders');
|
|
|
|
|
ok( !give_requested_folders() , 'no requested folders' );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub give_requested_folders {
|
|
|
|
|
return(keys(%requested_folder));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub init_requested_folders {
|
|
|
|
|
|
|
|
|
|
%requested_folder = ();
|
|
|
|
|
return(1);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub is_requested_folder {
|
|
|
|
|
my ( $folder ) = @_;
|
|
|
|
|
|
|
|
|
|
defined( $requested_folder{ $folder } );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sub add_to_requested_folders {
|
|
|
|
|
my @wanted_folders = @_;
|
|
|
|
|
|
|
|
|
|
foreach my $folder ( @wanted_folders ) {
|
|
|
|
|
++$requested_folder{ $folder };
|
|
|
|
|
}
|
|
|
|
|
return( keys( %requested_folder ) );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub remove_from_requested_folders {
|
|
|
|
|
my @wanted_folders = @_;
|
|
|
|
|
|
|
|
|
|
foreach my $folder (@wanted_folders) {
|
|
|
|
|
delete $requested_folder{$folder};
|
|
|
|
|
}
|
|
|
|
|
return( keys(%requested_folder) );
|
|
|
|
|
}
|
2011-03-12 03:44:24 +01:00
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
|
2011-03-12 03:43:49 +01:00
|
|
|
|
# Make a hash of subscribed folders in source server.
|
2011-03-12 03:44:50 +01:00
|
|
|
|
map { $subscribed_folder{$_} = 1 } $imap1->subscribed();
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
|
2011-03-12 03:44:49 +01:00
|
|
|
|
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
2011-03-12 03:44:30 +01:00
|
|
|
|
if (scalar(@folder) or $subscribed or scalar(@folderrec)) {
|
2011-03-12 03:43:48 +01:00
|
|
|
|
# folders given by option --folder
|
2011-03-12 03:44:35 +01:00
|
|
|
|
if (scalar(@folder)) {
|
|
|
|
|
add_to_requested_folders(@folder);
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
# option --subscribed
|
2011-03-12 03:44:35 +01:00
|
|
|
|
if ($subscribed) {
|
|
|
|
|
add_to_requested_folders(keys (%subscribed_folder));
|
|
|
|
|
}
|
2011-03-12 03:44:30 +01:00
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
# option --folderrec
|
2011-03-12 03:44:30 +01:00
|
|
|
|
if (scalar(@folderrec)) {
|
|
|
|
|
foreach my $folderrec (@folderrec) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
add_to_requested_folders($imap1->folders($folderrec));
|
2011-03-12 03:44:30 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
|
|
|
|
|
# no include, no folder/subscribed/folderrec options => all folders
|
|
|
|
|
if (not scalar(@include)) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my @all_source_folders = sort $imap1->folders();
|
2011-03-12 03:44:35 +01:00
|
|
|
|
add_to_requested_folders(@all_source_folders);
|
|
|
|
|
}
|
2011-03-12 03:44:30 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:44:30 +01:00
|
|
|
|
# consider (optional) includes and excludes
|
|
|
|
|
if (scalar(@include)) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my @all_source_folders = sort $imap1->folders();
|
2011-03-12 03:44:22 +01:00
|
|
|
|
foreach my $include (@include) {
|
2011-03-12 03:44:35 +01:00
|
|
|
|
my @included_folders = grep /$include/, @all_source_folders;
|
|
|
|
|
add_to_requested_folders(@included_folders);
|
|
|
|
|
print "Including folders matching pattern '$include': @included_folders\n";
|
2011-03-12 03:43:50 +01:00
|
|
|
|
}
|
2011-03-12 03:43:48 +01:00
|
|
|
|
}
|
2011-03-12 03:43:43 +01:00
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
if (scalar(@exclude)) {
|
|
|
|
|
foreach my $exclude (@exclude) {
|
|
|
|
|
my @requested_folder = sort(keys(%requested_folder));
|
|
|
|
|
my @excluded_folders = grep /$exclude/, @requested_folder;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
remove_from_requested_folders(@excluded_folders);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
print "Excluding folders matching pattern '$exclude': @excluded_folders\n";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
# Remove no selectable folders
|
|
|
|
|
|
|
|
|
|
foreach my $folder (keys(%requested_folder)) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
if ( not $imap1->selectable($folder)) {
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "Warning: ignoring folder $folder because it is not selectable\n";
|
2011-03-12 03:44:39 +01:00
|
|
|
|
remove_from_requested_folders($folder);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
|
|
|
|
my @requested_folder = sort(keys(%requested_folder));
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
@h1_folders = @requested_folder;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
|
|
|
|
sub compare_lists {
|
|
|
|
|
my ($list_1_ref, $list_2_ref) = @_;
|
|
|
|
|
|
|
|
|
|
return(-1) if ((not defined($list_1_ref)) and defined($list_2_ref));
|
2011-03-12 03:44:52 +01:00
|
|
|
|
return(0) if ((not defined($list_1_ref)) and not defined($list_2_ref)); # end if no list
|
|
|
|
|
return(1) if (not defined($list_2_ref)); # end if only one list
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
|
|
|
|
if (not ref($list_1_ref)) {$list_1_ref = [$list_1_ref]};
|
|
|
|
|
if (not ref($list_2_ref)) {$list_2_ref = [$list_2_ref]};
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:52 +01:00
|
|
|
|
my $last_used_indice = -1;
|
|
|
|
|
#print "\$#$list_1_ref:", $#$list_1_ref, "\n";
|
|
|
|
|
#print "\$#$list_2_ref:", $#$list_2_ref, "\n";
|
2011-03-12 03:44:35 +01:00
|
|
|
|
ELEMENT:
|
|
|
|
|
foreach my $indice ( 0 .. $#$list_1_ref ) {
|
|
|
|
|
$last_used_indice = $indice;
|
|
|
|
|
|
|
|
|
|
# End of list_2
|
|
|
|
|
return 1 if ($indice > $#$list_2_ref);
|
|
|
|
|
|
|
|
|
|
my $element_list_1 = $list_1_ref->[$indice];
|
|
|
|
|
my $element_list_2 = $list_2_ref->[$indice];
|
|
|
|
|
my $balance = $element_list_1 cmp $element_list_2 ;
|
|
|
|
|
next ELEMENT if ($balance == 0) ;
|
|
|
|
|
return $balance;
|
|
|
|
|
}
|
|
|
|
|
# each element equal until last indice of list_1
|
|
|
|
|
return -1 if ($last_used_indice < $#$list_2_ref);
|
|
|
|
|
|
|
|
|
|
# same size, each element equal
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub tests_compare_lists {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
my $empty_list_ref = [];
|
|
|
|
|
|
|
|
|
|
ok( 0 == compare_lists() , 'compare_lists, no args');
|
|
|
|
|
ok( 0 == compare_lists(undef) , 'compare_lists, undef = nothing');
|
|
|
|
|
ok( 0 == compare_lists(undef, undef) , 'compare_lists, undef = undef');
|
|
|
|
|
ok(-1 == compare_lists(undef , []) , 'compare_lists, undef < []');
|
2011-03-12 03:44:52 +01:00
|
|
|
|
ok(-1 == compare_lists(undef , [1]) , 'compare_lists, undef < [1]');
|
|
|
|
|
ok(-1 == compare_lists(undef , [0]) , 'compare_lists, undef < [0]');
|
2011-03-12 03:44:35 +01:00
|
|
|
|
ok(+1 == compare_lists([]) , 'compare_lists, [] > nothing');
|
|
|
|
|
ok(+1 == compare_lists([], undef) , 'compare_lists, [] > undef');
|
|
|
|
|
ok( 0 == compare_lists([] , []) , 'compare_lists, [] = []');
|
2011-03-12 03:44:52 +01:00
|
|
|
|
|
|
|
|
|
ok(-1 == compare_lists([] , [1]) , 'compare_lists, [] < [1]');
|
|
|
|
|
ok(+1 == compare_lists([1] , []) , 'compare_lists, [1] > []');
|
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
|
|
|
|
ok( 0 == compare_lists([1], 1 ) , "compare_lists, [1] = 1 ") ;
|
|
|
|
|
ok( 0 == compare_lists( 1 , [1]) , "compare_lists, 1 = [1]") ;
|
|
|
|
|
ok( 0 == compare_lists( 1 , 1 ) , "compare_lists, 1 = 1 ") ;
|
2011-03-12 03:44:52 +01:00
|
|
|
|
ok(-1 == compare_lists( 0 , 1 ) , "compare_lists, 0 < 1 ") ;
|
|
|
|
|
ok(-1 == compare_lists(-1 , 0 ) , "compare_lists, -1 < 0 ") ;
|
|
|
|
|
ok(-1 == compare_lists( 1 , 2 ) , "compare_lists, 1 < 2 ") ;
|
|
|
|
|
ok(+1 == compare_lists( 2 , 1 ) , "compare_lists, 2 > 1 ") ;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok( 0 == compare_lists([1,2], [1,2]) , "compare_lists, [1,2] = [1,2]") ;
|
|
|
|
|
ok(-1 == compare_lists([1], [1,2]) , "compare_lists, [1] < [1,2]") ;
|
|
|
|
|
ok(-1 == compare_lists([1], [1,1]) , "compare_lists, [1] < [1,1]") ;
|
|
|
|
|
ok(+1 == compare_lists([1, 1], [1]) , "compare_lists, [1, 1] > [1]") ;
|
|
|
|
|
ok( 0 == compare_lists([1 .. 20_000] , [1 .. 20_000])
|
|
|
|
|
, "compare_lists, [1..20_000] = [1..20_000]") ;
|
|
|
|
|
ok(-1 == compare_lists([1], [3]) , 'compare_lists, [1] < [3]') ;
|
|
|
|
|
ok( 0 == compare_lists([2], [2]) , 'compare_lists, [0] = [2]') ;
|
|
|
|
|
ok(+1 == compare_lists([3], [1]) , 'compare_lists, [3] > [1]') ;
|
|
|
|
|
|
|
|
|
|
ok(-1 == compare_lists(["a"], ["b"]) , 'compare_lists, ["a"] < ["b"]') ;
|
|
|
|
|
ok( 0 == compare_lists(["a"], ["a"]) , 'compare_lists, ["a"] = ["a"]') ;
|
|
|
|
|
ok( 0 == compare_lists(["ab"], ["ab"]) , 'compare_lists, ["ab"] = ["ab"]') ;
|
|
|
|
|
ok(+1 == compare_lists(["b"], ["a"]) , 'compare_lists, ["b"] > ["a"]') ;
|
|
|
|
|
ok(-1 == compare_lists(["a"], ["aa"]) , 'compare_lists, ["a"] < ["aa"]') ;
|
|
|
|
|
ok(-1 == compare_lists(["a"], ["a", "a"]), 'compare_lists, ["a"] < ["a", "a"]') ;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
ok( 0 == compare_lists([split(" ", "a b")], ["a", "b"]), 'compare_lists, split') ;
|
|
|
|
|
ok( 0 == compare_lists([sort split(" ", "b a")], ["a", "b"]), 'compare_lists, sort split') ;
|
2011-03-12 03:44:30 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:43 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:12 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my($h1_sep,$h2_sep);
|
2011-03-12 03:43:44 +01:00
|
|
|
|
# what are the private folders separators for each server ?
|
2011-03-12 03:43:48 +01:00
|
|
|
|
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
|
|
|
|
$debug and print "Getting separators\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$h1_sep = get_separator($imap1, $sep1, "--sep1");
|
|
|
|
|
$h2_sep = get_separator($imap2, $sep2, "--sep2");
|
2011-03-12 03:43:48 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
#my $h1_namespace = $imap1->namespace();
|
|
|
|
|
#my $h2_namespace = $imap2->namespace();
|
|
|
|
|
#$debug and print "Host1 namespace:\n", Data::Dumper->Dump([$h1_namespace]);
|
|
|
|
|
#$debug and print "Host2 namespace:\n", Data::Dumper->Dump([$h2_namespace]);
|
2011-03-12 03:44:19 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my($h1_prefix,$h2_prefix);
|
|
|
|
|
$h1_prefix = get_prefix($imap1, $prefix1, "--prefix1");
|
|
|
|
|
$h2_prefix = get_prefix($imap2, $prefix2, "--prefix2");
|
2011-03-12 03:44:19 +01:00
|
|
|
|
|
|
|
|
|
sub get_prefix {
|
|
|
|
|
my($imap, $prefix_in, $prefix_opt) = @_;
|
|
|
|
|
my($prefix_out);
|
|
|
|
|
|
|
|
|
|
$debug and print "Getting prefix namespace\n";
|
|
|
|
|
if (defined($prefix_in)) {
|
|
|
|
|
print "Using [$prefix_in] given by $prefix_opt\n";
|
|
|
|
|
$prefix_out = $prefix_in;
|
|
|
|
|
return($prefix_out);
|
|
|
|
|
}
|
|
|
|
|
$debug and print "Calling namespace capability\n";
|
|
|
|
|
if ($imap->has_capability("namespace")) {
|
|
|
|
|
my $r_namespace = $imap->namespace();
|
|
|
|
|
$prefix_out = $r_namespace->[0][0][0];
|
|
|
|
|
return($prefix_out);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:44:19 +01:00
|
|
|
|
print
|
|
|
|
|
"No NAMESPACE capability in imap server ",
|
|
|
|
|
$imap->Server(),"\n",
|
|
|
|
|
"Give the prefix namespace with the $prefix_opt option\n";
|
2011-03-12 03:44:54 +01:00
|
|
|
|
exit_clean(1);
|
2011-03-12 03:44:19 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:16 +01:00
|
|
|
|
|
2011-03-12 03:43:48 +01:00
|
|
|
|
sub get_separator {
|
|
|
|
|
my($imap, $sep_in, $sep_opt) = @_;
|
|
|
|
|
my($sep_out);
|
2011-03-12 03:44:12 +01:00
|
|
|
|
|
2011-03-12 03:44:06 +01:00
|
|
|
|
|
|
|
|
|
if ($sep_in) {
|
2011-03-12 03:44:12 +01:00
|
|
|
|
print "Using [$sep_in] given by $sep_opt\n";
|
2011-03-12 03:43:48 +01:00
|
|
|
|
$sep_out = $sep_in;
|
2011-03-12 03:44:12 +01:00
|
|
|
|
return($sep_out);
|
|
|
|
|
}
|
|
|
|
|
$debug and print "Calling namespace capability\n";
|
|
|
|
|
if ($imap->has_capability("namespace")) {
|
2011-03-12 03:44:06 +01:00
|
|
|
|
$sep_out = $imap->separator();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
return($sep_out) if defined $sep_out;
|
|
|
|
|
warn
|
|
|
|
|
"NAMESPACE request failed for ",
|
|
|
|
|
$imap->Server(), ": ", $imap->LastError, "\n";
|
2011-03-12 03:44:54 +01:00
|
|
|
|
exit_clean(1);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:44:47 +01:00
|
|
|
|
warn
|
2011-03-12 03:43:48 +01:00
|
|
|
|
"No NAMESPACE capability in imap server ",
|
2011-03-12 03:43:50 +01:00
|
|
|
|
$imap->Server(),"\n",
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"Give the separator character with the $sep_opt option\n";
|
2011-03-12 03:44:54 +01:00
|
|
|
|
exit_clean(1);
|
2011-03-12 03:43:48 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:43:43 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Host1 separator and prefix: [$h1_sep][$h1_prefix]\n";
|
|
|
|
|
print "Host2 separator and prefix: [$h2_sep][$h2_prefix]\n";
|
2011-03-12 03:43:46 +01:00
|
|
|
|
|
2011-03-12 03:44:16 +01:00
|
|
|
|
|
|
|
|
|
sub foldersizes {
|
|
|
|
|
|
|
|
|
|
my ($side, $imap, $folders_r) = @_;
|
2011-03-12 03:43:56 +01:00
|
|
|
|
my $tot = 0;
|
|
|
|
|
my $tmess = 0;
|
2011-03-12 03:44:16 +01:00
|
|
|
|
my @folders = @{$folders_r};
|
2011-03-12 03:44:11 +01:00
|
|
|
|
print "++++ Calculating sizes ++++\n";
|
2011-03-12 03:44:16 +01:00
|
|
|
|
foreach my $folder (@folders) {
|
2011-03-12 03:43:56 +01:00
|
|
|
|
my $stot = 0;
|
|
|
|
|
my $smess = 0;
|
2011-03-12 03:44:16 +01:00
|
|
|
|
printf("$side Folder %-35s", "[$folder]");
|
2011-03-12 03:44:32 +01:00
|
|
|
|
unless($imap->exists($folder)) {
|
|
|
|
|
print("does not exist yet\n");
|
|
|
|
|
next;
|
|
|
|
|
}
|
2011-03-12 03:44:16 +01:00
|
|
|
|
unless ($imap->select($folder)) {
|
2011-03-12 03:43:56 +01:00
|
|
|
|
warn
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"$side Folder $folder: Could not select: ",
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$imap->LastError, "\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$error++;
|
2011-03-12 03:43:56 +01:00
|
|
|
|
next;
|
|
|
|
|
}
|
2011-03-12 03:44:20 +01:00
|
|
|
|
if (defined($maxage) or defined($minage)) {
|
2011-03-12 03:44:11 +01:00
|
|
|
|
# The pb is fetch_hash() can only be applied on ALL messages
|
2011-03-12 03:44:20 +01:00
|
|
|
|
my @msgs = select_msgs($imap);
|
2011-03-12 03:44:17 +01:00
|
|
|
|
$smess = scalar(@msgs);
|
2011-03-12 03:44:16 +01:00
|
|
|
|
foreach my $m (@msgs) {
|
|
|
|
|
my $s = $imap->size($m)
|
2011-03-12 03:44:01 +01:00
|
|
|
|
or warn "Could not find size of message $m: $@\n";
|
|
|
|
|
$stot += $s;
|
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:44:01 +01:00
|
|
|
|
my $hashref = {};
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$smess = $imap->message_count();
|
2011-03-12 03:44:11 +01:00
|
|
|
|
unless ($smess == 0) {
|
2011-03-12 03:44:17 +01:00
|
|
|
|
#$imap->Ranges(1);
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$imap->fetch_hash("RFC822.SIZE",$hashref) or die_clean("$@");
|
2011-03-12 03:44:17 +01:00
|
|
|
|
#$imap->Ranges(0);
|
2011-03-12 03:44:01 +01:00
|
|
|
|
#print map {$hashref->{$_}->{"RFC822.SIZE"}, " "} keys %$hashref;
|
2011-03-12 03:44:11 +01:00
|
|
|
|
map {$stot += $hashref->{$_}->{"RFC822.SIZE"}} keys %$hashref;
|
2011-03-12 03:44:01 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:11 +01:00
|
|
|
|
printf(" Size: %9s", $stot);
|
|
|
|
|
printf(" Messages: %5s\n", $smess);
|
|
|
|
|
$tot += $stot;
|
|
|
|
|
$tmess += $smess;
|
2011-03-12 03:43:56 +01:00
|
|
|
|
}
|
2011-03-12 03:43:56 +01:00
|
|
|
|
print "Total size: $tot\n";
|
|
|
|
|
print "Total messages: $tmess\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "Time: ", timenext(), " s\n";
|
2011-03-12 03:44:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
foreach my $h1_fold (@h1_folders) {
|
|
|
|
|
my $h2_fold;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h2_fold = imap2_folder_name($h1_fold);
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$h2_folders{$h2_fold}++;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
@h2_folders = sort keys(%h2_folders);
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
2011-03-12 03:44:16 +01:00
|
|
|
|
if ($foldersizes) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
foldersizes("Host1", $imap1, \@h1_folders);
|
|
|
|
|
foldersizes("Host2", $imap2, \@h2_folders);
|
2011-03-12 03:44:16 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
2011-03-12 03:44:01 +01:00
|
|
|
|
sub timenext {
|
|
|
|
|
my ($timenow, $timerel);
|
|
|
|
|
# $timebefore is global, beurk !
|
|
|
|
|
$timenow = time;
|
|
|
|
|
$timerel = $timenow - $timebefore;
|
|
|
|
|
$timebefore = $timenow;
|
|
|
|
|
return($timerel);
|
2011-03-12 03:43:56 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
exit_clean(0) if ($justfoldersizes);
|
2011-03-12 03:43:46 +01:00
|
|
|
|
|
2011-03-12 03:43:45 +01:00
|
|
|
|
# needed for setting flags
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $imap2hasuidplus = $imap2->has_capability("UIDPLUS");
|
2011-03-12 03:43:45 +01:00
|
|
|
|
|
2011-03-12 03:43:43 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
@h2_folders_list = sort @{$imap2->folders()};
|
|
|
|
|
foreach my $folder (@h2_folders_list) {
|
|
|
|
|
$h2_folders_list{$folder}++;
|
2011-03-12 03:44:43 +01:00
|
|
|
|
}
|
2011-03-12 03:44:12 +01:00
|
|
|
|
|
2011-03-12 03:43:45 +01:00
|
|
|
|
print
|
2011-03-12 03:44:32 +01:00
|
|
|
|
"++++ Listing folders ++++\n",
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"Host1 folders list:\n", map("[$_]\n",@h1_folders),"\n",
|
|
|
|
|
"Host2 folders list:\n", map("[$_]\n",@h2_folders_list),"\n";
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
|
|
|
|
print
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"Host1 subscribed folders list: ",
|
2011-03-12 03:44:35 +01:00
|
|
|
|
map("[$_] ", sort keys(%subscribed_folder)), "\n"
|
2011-03-12 03:44:32 +01:00
|
|
|
|
if ($subscribed);
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
2011-03-12 03:43:50 +01:00
|
|
|
|
sub separator_invert {
|
2011-03-12 03:44:47 +01:00
|
|
|
|
# The separator we hope we'll never encounter: 00000000
|
2011-03-12 03:43:50 +01:00
|
|
|
|
my $o_sep="\000";
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my($h1_fold, $h1_sep, $h2_sep) = @_;
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $h2_fold = $h1_fold;
|
|
|
|
|
$h2_fold =~ s@\Q$h2_sep@$o_sep@g;
|
|
|
|
|
$h2_fold =~ s@\Q$h1_sep@$h2_sep@g;
|
|
|
|
|
$h2_fold =~ s@\Q$o_sep@$h1_sep@g;
|
|
|
|
|
return($h2_fold);
|
2011-03-12 03:43:50 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
|
|
|
|
sub tests_imap2_folder_name {
|
|
|
|
|
|
|
|
|
|
$h1_prefix = $h2_prefix = '';
|
|
|
|
|
$h1_sep = '/';
|
|
|
|
|
$h2_sep = '.';
|
|
|
|
|
|
|
|
|
|
$debug and print
|
|
|
|
|
"prefix1: [$h1_prefix]
|
|
|
|
|
prefix2: [$h2_prefix]
|
|
|
|
|
sep1:[$h1_sep]
|
|
|
|
|
sep2:[$h2_sep]
|
|
|
|
|
";
|
|
|
|
|
|
|
|
|
|
ok('' eq imap2_folder_name(''), 'imap2_folder_name: empty string');
|
|
|
|
|
ok('blabla' eq imap2_folder_name('blabla'), 'imap2_folder_name: blabla');
|
|
|
|
|
ok('spam.spam' eq imap2_folder_name('spam/spam'), 'imap2_folder_name: spam/spam');
|
|
|
|
|
ok('spam/spam' eq imap2_folder_name('spam.spam'), 'imap2_folder_name: spam.spam');
|
|
|
|
|
ok('spam.spam/spam' eq imap2_folder_name('spam/spam.spam'), 'imap2_folder_name: spam/spam.spam');
|
|
|
|
|
@regextrans2 = ('s,/,X,g');
|
|
|
|
|
ok('' eq imap2_folder_name(''), 'imap2_folder_name: empty string [s,/,X,g]');
|
|
|
|
|
ok('blabla' eq imap2_folder_name('blabla'), 'imap2_folder_name: blabla [s,/,X,g]');
|
|
|
|
|
ok('spam.spam' eq imap2_folder_name('spam/spam'), 'imap2_folder_name: spam/spam [s,/,X,g]');
|
|
|
|
|
ok('spamXspam' eq imap2_folder_name('spam.spam'), 'imap2_folder_name: spam.spam [s,/,X,g]');
|
|
|
|
|
ok('spam.spamXspam' eq imap2_folder_name('spam/spam.spam'), 'imap2_folder_name: spam/spam.spam [s,/,X,g]');
|
|
|
|
|
|
|
|
|
|
@regextrans2 = ('s, ,_,g');
|
|
|
|
|
ok('blabla' eq imap2_folder_name('blabla'), 'imap2_folder_name: blabla [s, ,_,g]');
|
|
|
|
|
ok('bla_bla' eq imap2_folder_name('bla bla'), 'imap2_folder_name: blabla [s, ,_,g]');
|
|
|
|
|
|
|
|
|
|
@regextrans2 = ('s,(.*),\U$1,');
|
|
|
|
|
ok('BLABLA' eq imap2_folder_name('blabla'), 'imap2_folder_name: blabla [s,\U(.*)\E,$1,]');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub imap2_folder_name {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my ($h2_fold);
|
2011-03-12 03:44:22 +01:00
|
|
|
|
my ($x_fold) = @_;
|
2011-03-12 03:44:19 +01:00
|
|
|
|
# first we remove the prefix
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$x_fold =~ s/^\Q$h1_prefix\E//;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "removed host1 prefix: [$x_fold]\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$h2_fold = separator_invert($x_fold,$h1_sep, $h2_sep);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "inverted separators: [$h2_fold]\n";
|
2011-03-12 03:44:19 +01:00
|
|
|
|
# Adding the prefix supplied by namespace or the --prefix2 option
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$h2_fold = $h2_prefix . $h2_fold
|
|
|
|
|
unless(($h2_prefix eq "INBOX" . $h2_sep) and ($h2_fold =~ m/^INBOX$/i));
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "added host2 prefix: [$h2_fold]\n";
|
2011-03-12 03:44:09 +01:00
|
|
|
|
|
2011-03-12 03:44:19 +01:00
|
|
|
|
# Transforming the folder name by the --regextrans2 option(s)
|
|
|
|
|
foreach my $regextrans2 (@regextrans2) {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $h2_fold_before = $h2_fold;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
eval("\$h2_fold =~ $regextrans2");
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "[$h2_fold_before] -> [$h2_fold] using re [$regextrans2]\n";
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean("error: eval regextrans2 '$regextrans2': $@\n") if $@;
|
2011-03-12 03:43:55 +01:00
|
|
|
|
}
|
2011-03-12 03:44:50 +01:00
|
|
|
|
return($h2_fold);
|
2011-03-12 03:44:22 +01:00
|
|
|
|
}
|
2011-03-12 03:43:56 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
sub tests_flags_regex {
|
|
|
|
|
|
|
|
|
|
my $string;
|
|
|
|
|
ok('' eq flags_regex(''), "flags_regex, null string ''");
|
|
|
|
|
ok('\Seen NonJunk $Spam' eq flags_regex('\Seen NonJunk $Spam'), 'flags_regex, nothing to do');
|
|
|
|
|
ok('\Seen NonJunk $Spam' eq flags_regex('\Seen NonJunk $Spam'), 'flags_regex,');
|
|
|
|
|
@regexflag = ('s/NonJunk//g');
|
|
|
|
|
ok('\Seen $Spam' eq flags_regex('\Seen NonJunk $Spam'), "flags_regex, remove NonJunk: 's/NonJunk//g'");
|
|
|
|
|
@regexflag = ('s/\$Spam//g');
|
|
|
|
|
ok('\Seen NonJunk ' eq flags_regex('\Seen NonJunk $Spam'), 'flags_regex, remove $Spam: '."'s/\$Spam//g'");
|
|
|
|
|
|
|
|
|
|
@regexflag = ('s/\\\\Seen//g');
|
|
|
|
|
|
|
|
|
|
ok(' NonJunk $Spam' eq flags_regex('\Seen NonJunk $Spam'), 'flags_regex, remove \Seen: '. "'s/\\\\\\\\Seen//g'");
|
|
|
|
|
|
|
|
|
|
@regexflag = ('s/(\s|^)[^\\\\]\w+//g');
|
|
|
|
|
ok('\Seen \Middle \End' eq flags_regex('\Seen NonJunk \Middle $Spam \End'), 'flags_regex, only \word [' . flags_regex('\Seen NonJunk \Middle $Spam \End'.']'));
|
|
|
|
|
ok(' \Seen \Middle \End1' eq flags_regex('Begin \Seen NonJunk \Middle $Spam \End1 End'), 'flags_regex, only \word [' . flags_regex('Begin \Seen NonJunk \Middle $Spam \End1 End'.']'));
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
|
|
|
|
@regexflag = ('s/.*?(Keep1|Keep2|Keep3)/$1 /g');
|
|
|
|
|
ok('Keep1 Keep2 ReB' eq flags_regex('ReA Keep1 REM Keep2 ReB'), "Keep only regex");
|
|
|
|
|
#ok('Keep1 Keep2' eq flags_regex('Keep1 Keep2 Remove1'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('REM REM Keep1 Keep2'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('Keep1 REM REM Keep2'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('REM Keep1 REM REM Keep2'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('Keep1 Keep2'), "Keep only regex");
|
|
|
|
|
ok('Keep1 ' eq flags_regex('REM Keep1'), "Keep only regex");
|
|
|
|
|
|
|
|
|
|
@regexflag = ('s/(Keep1|Keep2|Keep3) (?!(Keep1|Keep2|Keep3)).*/$1 /g');
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('Keep1 Keep2 ReB'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('Keep1 Keep2 REM REM REM'), "Keep only regex");
|
|
|
|
|
ok('Keep2 ' eq flags_regex('Keep2 REM REM REM'), "Keep only regex");
|
|
|
|
|
#ok('' eq flags_regex('REM REM'), "Keep only regex");
|
|
|
|
|
|
|
|
|
|
@regexflag = ('s/.*?(Keep1|Keep2|Keep3)/$1 /g',
|
|
|
|
|
's/(Keep1|Keep2|Keep3) (?!(Keep1|Keep2|Keep3)).*/$1 /g');
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('REM Keep1 REM Keep2 REM'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('Keep1 REM Keep2 REM'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('REM Keep1 Keep2 REM'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('REM Keep1 REM Keep2'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 Keep3 ' eq flags_regex('REM Keep1 REM Keep2 REM REM Keep3 REM'), "Keep only regex");
|
|
|
|
|
ok('Keep1 ' eq flags_regex('REM REM Keep1 REM REM REM '), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep3 ' eq flags_regex('RE1 Keep1 RE2 Keep3 RE3 RE4 RE5 '), "Keep only regex");
|
|
|
|
|
|
|
|
|
|
@regexflag = ('s/(.*)/$1 jrdH8u/');
|
|
|
|
|
ok('REM REM REM REM REM jrdH8u' eq flags_regex('REM REM REM REM REM'), "Keep only regex 's/(.*)/\$1 jrdH8u/'");
|
|
|
|
|
@regexflag = ('s/jrdH8u *//');
|
|
|
|
|
ok('REM REM REM REM REM ' eq flags_regex('REM REM REM REM REM jrdH8u'), "Keep only regex s/jrdH8u *//");
|
|
|
|
|
|
|
|
|
|
@regexflag = (
|
|
|
|
|
's/(.*)/$1 jrdH8u/',
|
|
|
|
|
's/.*?(Keep1|Keep2|Keep3|jrdH8u)/$1 /g',
|
|
|
|
|
's/(Keep1|Keep2|Keep3|jrdH8u) (?!(Keep1|Keep2|Keep3|jrdH8u)).*/$1 /g',
|
|
|
|
|
's/jrdH8u *//'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('REM Keep1 REM Keep2 REM'), "Keep only regex 'REM Keep1 REM Keep2 REM'");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('Keep1 REM Keep2 REM'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('REM Keep1 Keep2 REM'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 ' eq flags_regex('REM Keep1 REM Keep2'), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep2 Keep3 ' eq flags_regex('REM Keep1 REM Keep2 REM REM Keep3 REM'), "Keep only regex");
|
|
|
|
|
ok('Keep1 ' eq flags_regex('REM REM Keep1 REM REM REM '), "Keep only regex");
|
|
|
|
|
ok('Keep1 Keep3 ' eq flags_regex('RE1 Keep1 RE2 Keep3 RE3 RE4 RE5 '), "Keep only regex");
|
|
|
|
|
ok('' eq flags_regex('REM REM REM REM REM'), "Keep only regex");
|
|
|
|
|
|
|
|
|
|
@regexflag = (
|
|
|
|
|
's/(.*)/$1 jrdH8u/',
|
|
|
|
|
's/.*?(\\\\Seen|\\\\Answered|\\\\Flagged|\\\\Deleted|\\\\Draft|jrdH8u)/$1 /g',
|
|
|
|
|
's/(\\\\Seen|\\\\Answered|\\\\Flagged|\\\\Deleted|\\\\Draft|jrdH8u) (?!(\\\\Seen|\\\\Answered|\\\\Flagged|\\\\Deleted|\\\\Draft|jrdH8u)).*/$1 /g',
|
|
|
|
|
's/jrdH8u *//'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
ok('\\Deleted \\Answered '
|
|
|
|
|
eq flags_regex('Blabla $Junk \\Deleted machin \\Answered truc'), "Keep only regex: Exchange case");
|
|
|
|
|
ok('' eq flags_regex(''), "Keep only regex: Exchange case, null string");
|
|
|
|
|
ok(''
|
|
|
|
|
eq flags_regex('Blabla $Junk machin truc'), "Keep only regex: Exchange case, no accepted flags ");
|
|
|
|
|
ok('\\Deleted \\Answered \\Draft \\Flagged '
|
|
|
|
|
eq flags_regex('\\Deleted \\Answered \\Draft \\Flagged '), "Keep only regex: Exchange case");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@regexflag = (
|
|
|
|
|
's/.*?(?:(\\\\(?:Answered|Flagged|Deleted|Seen|Draft)\s?)|$)/defined($1)?$1:q()/eg'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
ok('\\Deleted \\Answered '
|
|
|
|
|
eq flags_regex('Blabla \$Junk \\Deleted machin \\Answered truc'),
|
|
|
|
|
"Keep only regex: Exchange case (Phil)");
|
|
|
|
|
|
|
|
|
|
ok('' eq flags_regex(''), "Keep only regex: Exchange case, null string (Phil)");
|
|
|
|
|
|
|
|
|
|
ok(''
|
|
|
|
|
eq flags_regex('Blabla $Junk machin truc'),
|
|
|
|
|
"Keep only regex: Exchange case, no accepted flags (Phil)");
|
|
|
|
|
|
|
|
|
|
ok('\\Deleted \\Answered \\Draft \\Flagged '
|
|
|
|
|
eq flags_regex('\\Deleted \\Answered \\Draft \\Flagged '),
|
|
|
|
|
"Keep only regex: Exchange case (Phil)");
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:26 +01:00
|
|
|
|
sub flags_regex {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my ($h1_flags) = @_;
|
2011-03-12 03:44:26 +01:00
|
|
|
|
foreach my $regexflag (@regexflag) {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $h1_flags_orig = $h1_flags;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "eval \$h1_flags =~ $regexflag\n";
|
|
|
|
|
eval("\$h1_flags =~ $regexflag");
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean("error: eval regexflag '$regexflag': $@\n") if $@;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "regexflag $regexflag [$h1_flags_orig] -> [$h1_flags]\n";
|
2011-03-12 03:44:26 +01:00
|
|
|
|
}
|
2011-03-12 03:44:51 +01:00
|
|
|
|
return($h1_flags);
|
2011-03-12 03:44:26 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:22 +01:00
|
|
|
|
sub acls_sync {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my($h1_fold, $h2_fold) = @_;
|
2011-03-12 03:44:22 +01:00
|
|
|
|
if ($syncacls) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $h1_hash = $imap1->getacl($h1_fold)
|
|
|
|
|
or warn "Could not getacl for $h1_fold: $@\n";
|
|
|
|
|
my $h2_hash = $imap2->getacl($h2_fold)
|
|
|
|
|
or warn "Could not getacl for $h2_fold: $@\n";
|
|
|
|
|
my %users = map({ ($_, 1) } (keys(%$h1_hash), keys(%$h2_hash)));
|
2011-03-12 03:44:22 +01:00
|
|
|
|
foreach my $user (sort(keys(%users))) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $acl = $h1_hash->{$user} || "none";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "acl $user: [$acl]\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
next if ($h1_hash->{$user} && $h2_hash->{$user} &&
|
|
|
|
|
$h1_hash->{$user} eq $h2_hash->{$user});
|
2011-03-12 03:44:22 +01:00
|
|
|
|
unless ($dry) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "setting acl $h2_fold $user $acl\n";
|
|
|
|
|
$imap2->setacl($h2_fold, $user, $acl)
|
2011-03-12 03:44:22 +01:00
|
|
|
|
or warn "Could not set acl: $@\n";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
sub tests_permanentflags {
|
|
|
|
|
|
|
|
|
|
my $string;
|
|
|
|
|
ok('' eq permanentflags(' * OK [PERMANENTFLAGS (\* \Draft \Answered)] Limited'),
|
|
|
|
|
'permanentflags \*');
|
|
|
|
|
ok('\Draft \Answered' eq permanentflags(' * OK [PERMANENTFLAGS (\Draft \Answered)] Limited'),
|
|
|
|
|
'permanentflags \Draft \Answered');
|
|
|
|
|
ok('\Draft \Answered'
|
|
|
|
|
eq permanentflags('Blabla',
|
|
|
|
|
' * OK [PERMANENTFLAGS (\Draft \Answered)] Limited',
|
|
|
|
|
'Blabla'),
|
|
|
|
|
'permanentflags \Draft \Answered'
|
|
|
|
|
);
|
|
|
|
|
ok('' eq permanentflags('Blabla'), 'permanentflags nothing');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub permanentflags {
|
|
|
|
|
my @lines = @_;
|
|
|
|
|
|
|
|
|
|
foreach my $line (@lines) {
|
|
|
|
|
if ($line =~ m{\[PERMANENTFLAGS \(([^)]+?)\)\]}) {
|
|
|
|
|
#print "%%%$1%%%\n";
|
|
|
|
|
my $permanentflags = $1;
|
|
|
|
|
if ($permanentflags =~ m{\\\*}) {
|
|
|
|
|
$permanentflags = '';
|
|
|
|
|
}
|
|
|
|
|
return($permanentflags);
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub tests_flags_filter {
|
|
|
|
|
|
|
|
|
|
ok( '\Seen' eq flags_filter('\Seen', '\Draft \Seen \Answered'), 'flags_filter ' );
|
|
|
|
|
ok( '' eq flags_filter('\Seen', '\Draft \Answered'), 'flags_filter ' );
|
|
|
|
|
ok( '\Seen' eq flags_filter('\Seen', '\Seen'), 'flags_filter ' );
|
|
|
|
|
ok( '\Seen' eq flags_filter('\Seen', ' \Seen '), 'flags_filter ' );
|
|
|
|
|
ok( '\Seen \Draft'
|
|
|
|
|
eq flags_filter('\Seen \Draft', '\Draft \Seen \Answered'), 'flags_filter ' );
|
|
|
|
|
ok( '\Seen \Draft'
|
|
|
|
|
eq flags_filter('\Seen \Draft', ' \Draft \Seen \Answered '), 'flags_filter ' );
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub flags_filter {
|
|
|
|
|
my($flags, $allowed_flags) = @_;
|
|
|
|
|
|
|
|
|
|
my @flags = split(/\s+/, $flags);
|
|
|
|
|
my %allowed_flags = map { $_ => 1 } split(' ', $allowed_flags );
|
|
|
|
|
my @flags_out = map { exists $allowed_flags{$_} ? $_ : () } @flags;
|
|
|
|
|
|
|
|
|
|
my $flags_out = join(' ', @flags_out);
|
|
|
|
|
#print "%%%$flags_out%%%\n";
|
|
|
|
|
return($flags_out);
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
print "++++ Looping on each folder ++++\n";
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
#sleep 10;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
FOLDER: foreach my $h1_fold (@h1_folders) {
|
2011-03-12 03:44:54 +01:00
|
|
|
|
|
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $h2_fold;
|
|
|
|
|
print "Host1 Folder [$h1_fold]\n";
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h2_fold = imap2_folder_name($h1_fold);
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Host2 Folder [$h2_fold]\n";
|
2011-03-12 03:43:50 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
unless ($imap1->select($h1_fold)) {
|
2011-03-12 03:39:59 +01:00
|
|
|
|
warn
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"Host1 Folder $h1_fold: Could not select: ",
|
|
|
|
|
$imap1->LastError, "\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$error++;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
next FOLDER;
|
|
|
|
|
}
|
2011-03-12 03:44:50 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
if ( ! exists($h2_folders_list{$h2_fold})) {
|
|
|
|
|
print "Host2 folder $h2_fold does not exist\n";
|
|
|
|
|
print "Creating folder [$h2_fold]\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
unless ($dry){
|
2011-03-12 03:44:50 +01:00
|
|
|
|
unless ($imap2->create($h2_fold)){
|
|
|
|
|
warn "Couldn't create [$h2_fold]: ",
|
|
|
|
|
$imap2->LastError,"\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$error++;
|
|
|
|
|
next FOLDER;
|
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:39:59 +01:00
|
|
|
|
next FOLDER;
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:14 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
acls_sync($h1_fold, $h2_fold);
|
2011-03-12 03:44:22 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
unless ($imap2->select($h2_fold)) {
|
2011-03-12 03:39:59 +01:00
|
|
|
|
warn
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"Host2 folder $h2_fold: Could not select: ",
|
|
|
|
|
$imap2->LastError, "\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$error++;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
next FOLDER;
|
|
|
|
|
}
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my @select_results = $imap2->Results();
|
2011-03-12 03:44:50 +01:00
|
|
|
|
|
|
|
|
|
#print "%%% @select_results\n";
|
|
|
|
|
my $permanentflags2 = permanentflags(@select_results);
|
2011-03-12 03:44:11 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
if ($expunge){
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Expunging host1 $h1_fold\n";
|
|
|
|
|
unless($dry) { $imap1->expunge() };
|
|
|
|
|
#print "Expunging host2 $h2_fold\n";
|
|
|
|
|
#unless($dry) { $imap2->expunge() };
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
2011-03-12 03:44:11 +01:00
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
if (($subscribe and exists $subscribed_folder{$h1_fold}) or $subscribe_all) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Subscribing to folder $h2_fold on destination server\n";
|
|
|
|
|
unless($dry) { $imap2->subscribe($h2_fold) };
|
2011-03-12 03:43:49 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:08 +01:00
|
|
|
|
next FOLDER if ($justfolders);
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:44:20 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my @h1_msgs = select_msgs($imap1);
|
2011-03-12 03:44:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "LIST Host1: ", scalar(@h1_msgs), " messages [@h1_msgs]\n";
|
2011-03-12 03:43:50 +01:00
|
|
|
|
# internal dates on "TO" are after the ones on "FROM"
|
|
|
|
|
# normally...
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my @h2_msgs = select_msgs($imap2);
|
2011-03-12 03:44:20 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "LIST Host2: ", scalar(@h2_msgs), " messages [@h2_msgs]\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my %h1_hash = ();
|
|
|
|
|
my %h2_hash = ();
|
2011-03-12 03:44:24 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
#print "++++ Using cache ++++\n";
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "++++ Host1 [$h1_fold] parsing headers ++++\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:44:28 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my ($h1_heads, $h1_fir) = ({}, {});
|
|
|
|
|
$h1_heads = $imap1->parse_headers([@h1_msgs], @useheader) if (@h1_msgs);
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$debug and print "Time headers: ", timenext(), " s\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$h1_fir = $imap1->fetch_hash("FLAGS", "INTERNALDATE", "RFC822.SIZE")
|
|
|
|
|
if (@h1_msgs);
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$debug and print "Time fir: ", timenext(), " s\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
unless ($h1_fir) {
|
2011-03-12 03:44:47 +01:00
|
|
|
|
warn
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"Host1 Folder $h1_fold: Could not fetch_hash ",
|
|
|
|
|
scalar(@h1_msgs), " msgs: ", $imap1->LastError, "\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$error++;
|
|
|
|
|
next FOLDER;
|
|
|
|
|
}
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
foreach my $m (@h1_msgs) {
|
|
|
|
|
my $rc = parse_header_msg1($imap1, $m, $h1_heads, $h1_fir, "F", \%h1_hash);
|
2011-03-12 03:44:48 +01:00
|
|
|
|
if (!$rc) {
|
|
|
|
|
my $reason = !defined($rc) ? "no header" : "duplicate";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $h1_size = $h1_fir->{$m}->{"RFC822.SIZE"} || 0;
|
|
|
|
|
print "+ Skipping msg #$m:$h1_size in folder $h1_fold ($reason so we ignore this message)\n";
|
|
|
|
|
$mess_size_total_skipped += $h1_size;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$mess_skipped += 1;
|
|
|
|
|
}
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "Time parsing headers on host1: ", timenext(), " s\n";
|
2011-03-12 03:44:11 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "++++ Host2 [$h2_fold] parsing headers ++++\n";
|
2011-03-12 03:44:28 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my ($h2_heads, $h2_fir) = ({}, {});
|
|
|
|
|
$h2_heads = $imap2->parse_headers([@h2_msgs], @useheader) if (@h2_msgs);
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$debug and print "Time headers: ", timenext(), " s\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$h2_fir = $imap2->fetch_hash("FLAGS", "INTERNALDATE", "RFC822.SIZE")
|
|
|
|
|
if (@h2_msgs);
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$debug and print "Time fir: ", timenext(), " s\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
|
|
|
|
foreach my $m (@h2_msgs) {
|
|
|
|
|
my $rc = parse_header_msg1($imap2, $m, $h2_heads, $h2_fir, "T", \%h2_hash);
|
2011-03-12 03:44:48 +01:00
|
|
|
|
if (!$rc) {
|
|
|
|
|
my $reason = !defined($rc) ? "no header" : "duplicate";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $h2_size = $h2_fir->{$m}->{"RFC822.SIZE"} || 0;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "+ Skipping msg #$m:$h2_size in host2 folder $h2_fold ($reason so we ignore this message)\n";
|
2011-03-12 03:44:48 +01:00
|
|
|
|
#$mess_size_total_skipped += $msize;
|
|
|
|
|
#$mess_skipped += 1;
|
|
|
|
|
}
|
2011-03-12 03:44:09 +01:00
|
|
|
|
}
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "Time parsing headers on host2: ", timenext(), " s\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "++++ Verifying [$h1_fold] -> [$h2_fold] ++++\n";
|
2011-03-12 03:44:51 +01:00
|
|
|
|
# messages in host1 that are not good in host2
|
2011-03-12 03:44:11 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my @h1_hash_keys_sorted_by_uid
|
|
|
|
|
= sort {$h1_hash{$a}{'m'} <=> $h1_hash{$b}{'m'}} keys(%h1_hash);
|
2011-03-12 03:43:56 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
#print map { $h1_hash{$_}{'m'} . " "} @h1_hash_keys_sorted_by_uid;
|
2011-03-12 03:43:56 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my @h2_hash_keys_sorted_by_uid
|
|
|
|
|
= sort {$h2_hash{$a}{'m'} <=> $h2_hash{$b}{'m'}} keys(%h2_hash);
|
2011-03-12 03:44:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if($delete2) {
|
2011-03-12 03:44:47 +01:00
|
|
|
|
my @expunge;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
foreach my $m_id (@h2_hash_keys_sorted_by_uid) {
|
2011-03-12 03:44:25 +01:00
|
|
|
|
#print "$m_id ";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
unless (exists($h1_hash{$m_id})) {
|
|
|
|
|
my $h2_msg = $h2_hash{$m_id}{'m'};
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $h2_flags = $h2_hash{$m_id}{'F'} || "";
|
|
|
|
|
my $isdel = $h2_flags =~ /\B\\Deleted\b/ ? 1 : 0;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "deleting message [$m_id] #$h2_msg in host2 folder $h2_fold\n"
|
2011-03-12 03:44:47 +01:00
|
|
|
|
if ! $isdel;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
push(@expunge,$h2_msg) if $uidexpunge2;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
unless ($dry or $isdel) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$imap2->delete_message($h2_msg);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h2_mess_deleted += 1;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
}
|
2011-03-12 03:44:25 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
|
|
|
|
my $cnt = scalar @expunge;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
if(@expunge and !$imap2->can("uidexpunge")) {
|
2011-03-12 03:44:47 +01:00
|
|
|
|
warn "uidexpunge not supported (< IMAPClient 3.17)\n";
|
|
|
|
|
}
|
|
|
|
|
elsif(@expunge) {
|
|
|
|
|
print "uidexpunge $cnt message(s)\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$imap2->uidexpunge(\@expunge) if !$dry;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
}
|
2011-03-12 03:44:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
MESS: foreach my $m_id (@h1_hash_keys_sorted_by_uid) {
|
|
|
|
|
my $h1_size = $h1_hash{$m_id}{'s'};
|
|
|
|
|
my $h1_msg = $h1_hash{$m_id}{'m'};
|
|
|
|
|
my $h1_idate = $h1_hash{$m_id}{'D'};
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
if (defined $maxsize and $h1_size > $maxsize) {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "+ Skipping msg #$h1_msg:$h1_size in host1 folder $h1_fold (exceeds maxsize limit $maxsize bytes)\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$mess_size_total_skipped += $h1_size;
|
2011-03-12 03:44:27 +01:00
|
|
|
|
$mess_skipped += 1;
|
2011-03-12 03:43:50 +01:00
|
|
|
|
next MESS;
|
|
|
|
|
}
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$debug and print "+ key $m_id #$h1_msg\n";
|
|
|
|
|
unless (exists($h2_hash{$m_id})) {
|
|
|
|
|
print "+ NO msg #$h1_msg [$m_id] in $h2_fold\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
# copy
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "+ Copying msg #$h1_msg:$h1_size to folder $h2_fold\n";
|
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:44:36 +01:00
|
|
|
|
my $string;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$string = $imap1->message_string($h1_msg);
|
2011-03-12 03:44:47 +01:00
|
|
|
|
unless (defined($string)) {
|
|
|
|
|
warn
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"Could not fetch message #$h1_msg from $h1_fold: ",
|
|
|
|
|
$imap1->LastError, "\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$error++;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$mess_size_total_error += $h1_size;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
next MESS;
|
|
|
|
|
}
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
#my $message_file = "tmp_imapsync_$$";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
#$imap1->select($h1_fold);
|
2011-03-12 03:44:36 +01:00
|
|
|
|
#unlink($message_file);
|
2011-03-12 03:44:50 +01:00
|
|
|
|
#$imap1->message_to_file($message_file, $h1_msg) or do {
|
|
|
|
|
# warn "Could not put message #$h1_msg to file $message_file",
|
|
|
|
|
# $imap1->LastError;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
# $error++;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
# $mess_size_total_error += $h1_size;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
# next MESS;
|
|
|
|
|
#};
|
|
|
|
|
#$string = file_to_string($message_file);
|
|
|
|
|
#print "AAA1[$string]ZZZ\n";
|
2011-03-12 03:44:32 +01:00
|
|
|
|
#unlink($message_file);
|
2011-03-12 03:44:31 +01:00
|
|
|
|
if (@regexmess) {
|
2011-03-12 03:44:39 +01:00
|
|
|
|
$string = regexmess($string);
|
|
|
|
|
|
|
|
|
|
#string_to_file($string, $message_file);
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
sub tests_regexmess {
|
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
ok("blabla" eq regexmess("blabla"), "regexmess, no regexmess, nothing to do");
|
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
@regexmess = ('s/p/Z/g');
|
|
|
|
|
ok("ZoZoZo" eq regexmess("popopo"), "regexmess, s/p/Z/g");
|
2011-03-12 03:44:53 +01:00
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
@regexmess = 's{c}{C}gxms';
|
|
|
|
|
ok("H1: abC\nH2: Cde\n\nBody abC"
|
|
|
|
|
eq regexmess("H1: abc\nH2: cde\n\nBody abc"),
|
|
|
|
|
"regexmess, c->C");
|
2011-03-12 03:44:53 +01:00
|
|
|
|
|
|
|
|
|
@regexmess = 's{\AFrom\ }{From:}gxms';
|
|
|
|
|
ok( ''
|
|
|
|
|
eq regexmess(''),
|
2011-03-12 03:44:54 +01:00
|
|
|
|
'From mbox 1 add colon blank');
|
2011-03-12 03:44:53 +01:00
|
|
|
|
|
|
|
|
|
ok( 'From:<tartanpion@machin.truc>'
|
|
|
|
|
eq regexmess('From <tartanpion@machin.truc>'),
|
2011-03-12 03:44:54 +01:00
|
|
|
|
'From mbox 2 add colo');
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
ok( "\n" . 'From <tartanpion@machin.truc>'
|
|
|
|
|
eq regexmess("\n" . 'From <tartanpion@machin.truc>'),
|
2011-03-12 03:44:54 +01:00
|
|
|
|
'From mbox 3 add colo');
|
2011-03-12 03:44:53 +01:00
|
|
|
|
|
|
|
|
|
ok( "From: zzz\n" . 'From <tartanpion@machin.truc>'
|
|
|
|
|
eq regexmess("From zzz\n" . 'From <tartanpion@machin.truc>'),
|
2011-03-12 03:44:54 +01:00
|
|
|
|
'From mbox 4 add colo');
|
|
|
|
|
|
|
|
|
|
@regexmess = 's{\AFrom\ [^\n]*(\n)?}{}gxms';
|
|
|
|
|
ok( ''
|
|
|
|
|
eq regexmess(''),
|
|
|
|
|
'From mbox 1 remove, blank');
|
|
|
|
|
|
|
|
|
|
ok( ''
|
|
|
|
|
eq regexmess('From <tartanpion@machin.truc>'),
|
|
|
|
|
'From mbox 2 remove');
|
|
|
|
|
|
|
|
|
|
ok( "\n" . 'From <tartanpion@machin.truc>'
|
|
|
|
|
eq regexmess("\n" . 'From <tartanpion@machin.truc>'),
|
|
|
|
|
'From mbox 3 remove');
|
|
|
|
|
|
|
|
|
|
#print "[", regexmess("From zzz\n" . 'From <tartanpion@machin.truc>'), "]";
|
|
|
|
|
ok( "" . 'From <tartanpion@machin.truc>'
|
|
|
|
|
eq regexmess("From zzz\n" . 'From <tartanpion@machin.truc>'),
|
|
|
|
|
'From mbox 4 remove');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok(
|
|
|
|
|
'Date: Sat, 10 Jul 2010 05:34:45 -0700
|
|
|
|
|
From:<tartanpion@machin.truc>
|
|
|
|
|
|
|
|
|
|
Hello,
|
|
|
|
|
Bye.'
|
|
|
|
|
eq regexmess(
|
|
|
|
|
'From zzz
|
|
|
|
|
Date: Sat, 10 Jul 2010 05:34:45 -0700
|
|
|
|
|
From:<tartanpion@machin.truc>
|
|
|
|
|
|
|
|
|
|
Hello,
|
|
|
|
|
Bye.'
|
|
|
|
|
),
|
|
|
|
|
'From mbox 5 remove');
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub regexmess {
|
|
|
|
|
my ($string) = @_;
|
2011-03-12 03:44:31 +01:00
|
|
|
|
foreach my $regexmess (@regexmess) {
|
|
|
|
|
$debug and print "eval \$string =~ $regexmess\n";
|
|
|
|
|
eval("\$string =~ $regexmess");
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean("error: eval regexmess '$regexmess': $@\n") if $@;
|
2011-03-12 03:44:31 +01:00
|
|
|
|
}
|
2011-03-12 03:44:39 +01:00
|
|
|
|
return($string);
|
2011-03-12 03:44:11 +01:00
|
|
|
|
}
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
$debug and print
|
|
|
|
|
"=" x80, "\n",
|
|
|
|
|
"F message content begin next line\n",
|
|
|
|
|
$string,
|
|
|
|
|
"F message content ended on previous line\n", "=" x 80, "\n";
|
2011-03-12 03:44:11 +01:00
|
|
|
|
my $d = "";
|
|
|
|
|
if ($syncinternaldates) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$d = $h1_idate;
|
2011-03-12 03:44:39 +01:00
|
|
|
|
$debug and print "internal date from 1: [$d]\n";
|
|
|
|
|
$d = good_date($d);
|
2011-03-12 03:44:34 +01:00
|
|
|
|
$debug and print "internal date from 1: [$d] (fixed)\n";
|
2011-03-12 03:44:11 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
if ($idatefromheader) {
|
|
|
|
|
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$d = $imap1->get_header($h1_msg,"Date");
|
2011-03-12 03:44:39 +01:00
|
|
|
|
$debug and print "header date from 1: [$d]\n";
|
|
|
|
|
$d = good_date($d);
|
|
|
|
|
$debug and print "header date from 1: [$d] (fixed)\n";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub good_date {
|
|
|
|
|
my ($d) = @_;
|
|
|
|
|
$d = UnixDate(ParseDate($d), "%d-%b-%Y %H:%M:%S %z");
|
|
|
|
|
$d = "\"$d\"";
|
|
|
|
|
return($d);
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $h1_flags = $h1_hash{$m_id}{'F'} || "";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
# RFC 2060: This flag can not be altered by any client
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h1_flags =~ s@\\Recent\s?@@gi;
|
|
|
|
|
$h1_flags = flags_regex($h1_flags) if @regexflag;
|
2011-03-12 03:44:11 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h1_flags = flags_filter($h1_flags, $permanentflags2) if ($permanentflags2);
|
2011-03-12 03:44:50 +01:00
|
|
|
|
|
2011-03-12 03:44:11 +01:00
|
|
|
|
my $new_id;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "flags from: [$h1_flags][$d]\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:44:11 +01:00
|
|
|
|
unless ($dry) {
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
|
|
|
|
if ($OSNAME eq "MSWin32") {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$new_id = $imap2->append_string($h2_fold,$string, $h1_flags, $d);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
# just back to append_string since append_file 3.05 does not work.
|
2011-03-12 03:44:51 +01:00
|
|
|
|
#$new_id = $imap2->append_file($h2_fold, $message_file, "", $h1_flags, $d);
|
2011-03-12 03:44:37 +01:00
|
|
|
|
# append_string 3.05 does not work too some times with $d unset.
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$new_id = $imap2->append_string($h2_fold,$string, $h1_flags, $d);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
unless($new_id){
|
2011-03-12 03:44:47 +01:00
|
|
|
|
no warnings 'uninitialized';
|
2011-03-12 03:44:50 +01:00
|
|
|
|
warn "Couldn't append msg #$h1_msg (Subject:[".
|
|
|
|
|
$imap1->subject($h1_msg)."]) to folder $h2_fold: ",
|
|
|
|
|
$imap2->LastError, "\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$error++;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$mess_size_total_error += $h1_size;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
next MESS;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:44:35 +01:00
|
|
|
|
# good
|
2011-03-12 03:43:45 +01:00
|
|
|
|
# $new_id is an id if the IMAP server has the
|
|
|
|
|
# UIDPLUS capability else just a ref
|
2011-03-12 03:44:50 +01:00
|
|
|
|
print "Copied msg id [$h1_msg] to folder $h2_fold msg id [$new_id]\n";
|
|
|
|
|
$mess_size_total_trans += $h1_size;
|
2011-03-12 03:43:55 +01:00
|
|
|
|
$mess_trans += 1;
|
2011-03-12 03:44:29 +01:00
|
|
|
|
if($delete) {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "Deleting msg #$h1_msg in host1 folder $h1_fold\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
unless($dry) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$imap1->delete_message($h1_msg);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h1_mess_deleted += 1;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
|
|
|
|
$imap1->expunge() if ($expunge);
|
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
}
|
2011-03-12 03:44:29 +01:00
|
|
|
|
}
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:44:32 +01:00
|
|
|
|
$mess_skipped_dry += 1;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
2011-03-12 03:44:36 +01:00
|
|
|
|
#unlink($message_file);
|
2011-03-12 03:44:11 +01:00
|
|
|
|
next MESS;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else{
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$debug and print "Message id [$m_id] found in t:$h2_fold\n";
|
|
|
|
|
$mess_size_total_skipped += $h1_size;
|
2011-03-12 03:43:55 +01:00
|
|
|
|
$mess_skipped += 1;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
2011-03-12 03:43:45 +01:00
|
|
|
|
|
2011-03-12 03:44:11 +01:00
|
|
|
|
$fast and next MESS;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
#$debug and print "MESSAGE $m_id\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
my $h2_size = $h2_hash{$m_id}{'s'};
|
|
|
|
|
my $h2_msg = $h2_hash{$m_id}{'m'};
|
2011-03-12 03:44:28 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
# used cached flag values for efficiency
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $h1_flags = $h1_hash{$m_id}{'F'} || "";
|
|
|
|
|
my $h2_flags = $h2_hash{$m_id}{'F'} || "";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:48 +01:00
|
|
|
|
# RFC 2060: This flag can not be altered by any client
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h1_flags =~ s@\\Recent\s?@@gi;
|
|
|
|
|
$h1_flags = flags_regex($h1_flags) if @regexflag;
|
|
|
|
|
$h1_flags = flags_filter($h1_flags, $permanentflags2) if ($permanentflags2);
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:52 +01:00
|
|
|
|
# compare flags - set flags if there a difference
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my @h1_flags = sort split(' ', $h1_flags );
|
|
|
|
|
my @h2_flags = sort split(' ', $h2_flags );
|
|
|
|
|
my $diff = compare_lists(\@h1_flags, \@h2_flags);
|
|
|
|
|
|
|
|
|
|
$diff and $debug and print "Replacing h2 flags($h2_flags) with h1 flags($h1_flags) on msg #$h2_msg in $h2_fold\n";
|
|
|
|
|
|
|
|
|
|
# This sets flags so flags can be removed with this
|
|
|
|
|
# When you remove a \Seen flag on host1 you want to it
|
|
|
|
|
# to be removed on host2. Just add flags is not what
|
|
|
|
|
# we need most of the time.
|
|
|
|
|
|
|
|
|
|
if (!$dry and $diff and !$imap2->store($h2_msg, "FLAGS.SILENT (@h1_flags)") ) {
|
|
|
|
|
warn "Could not add flags @h1_flags",
|
|
|
|
|
" on msg #$h2_msg in $h2_fold: ",
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$imap2->LastError, "\n";
|
2011-03-12 03:44:48 +01:00
|
|
|
|
#$error++;
|
|
|
|
|
}
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:44:11 +01:00
|
|
|
|
|
|
|
|
|
$debug and do {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my @h2_flags = @{ $imap2->flags($h2_msg) || [] };
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "host1 flags: $h1_flags\n",
|
|
|
|
|
"host2 flags: @h2_flags\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:11 +01:00
|
|
|
|
print "Looking dates\n";
|
2011-03-12 03:44:51 +01:00
|
|
|
|
#my $h1_idate = $imap1->internaldate($h1_msg);
|
|
|
|
|
#my $h2_idate = $imap2->internaldate($h2_msg);
|
|
|
|
|
my $h1_idate = $h1_hash{$m_id}{'D'};
|
|
|
|
|
my $h2_idate = $h2_hash{$m_id}{'D'};
|
2011-03-12 03:44:11 +01:00
|
|
|
|
print
|
2011-03-12 03:44:51 +01:00
|
|
|
|
"host1 internal date: $h1_idate\n",
|
|
|
|
|
"host2 internal date: $h2_idate\n";
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
#unless ($h1_idate eq $h2_idate) {
|
2011-03-12 03:44:11 +01:00
|
|
|
|
# print "!!! Dates differ !!!\n";
|
|
|
|
|
#}
|
|
|
|
|
};
|
2011-03-12 03:44:50 +01:00
|
|
|
|
unless (($h1_size == $h2_size) or $skipsize) {
|
2011-03-12 03:43:45 +01:00
|
|
|
|
# Bad size
|
2011-03-12 03:39:59 +01:00
|
|
|
|
print
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"Message $m_id SZ_BAD f:$h1_msg:$h1_size t:$h2_msg:$h2_size\n";
|
2011-03-12 03:44:51 +01:00
|
|
|
|
# delete in host2 and recopy ?
|
2011-03-12 03:39:59 +01:00
|
|
|
|
# NO recopy CODE HERE. to be written if needed.
|
|
|
|
|
$error++;
|
|
|
|
|
if ($opt_G){
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "Deleting msg f:#$h2_msg in host2 folder $h2_fold\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$imap2->delete_message($h2_msg) unless ($dry);
|
|
|
|
|
last FOLDER if $imap2->IsUnconnected();
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:39:59 +01:00
|
|
|
|
# Good
|
|
|
|
|
$debug and print
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"Message $m_id SZ_GOOD f:$h1_msg:$h1_size t:$h2_msg:$h2_size\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
if($delete) {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "Deleting msg #$h1_msg in host1 folder $h1_fold\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
unless($dry) {
|
2011-03-12 03:44:50 +01:00
|
|
|
|
$imap1->delete_message($h1_msg);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$h1_mess_deleted += 1;
|
2011-03-12 03:44:50 +01:00
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
|
|
|
|
$imap1->expunge() if ($expunge);
|
|
|
|
|
last FOLDER if $imap1->IsUnconnected();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
}
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:18 +01:00
|
|
|
|
if ($expunge1){
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "Expunging host1 folder $h1_fold\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
unless($dry) { $imap1->expunge() };
|
2011-03-12 03:44:18 +01:00
|
|
|
|
}
|
|
|
|
|
if ($expunge2){
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "Expunging host2 folder $h2_fold\n";
|
2011-03-12 03:44:50 +01:00
|
|
|
|
unless($dry) { $imap2->expunge() };
|
2011-03-12 03:44:18 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "Time: ", timenext(), " s\n";
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
print "++++ End looping on each folder ++++\n";
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
# FOLDER loop is exited any time a connection is lost be sure to log it!
|
|
|
|
|
# Example:
|
2011-03-12 03:44:50 +01:00
|
|
|
|
# lost_connection($imap1,"host1 [$host1]");
|
2011-03-12 03:44:47 +01:00
|
|
|
|
#
|
|
|
|
|
# can be tested with a "killall /usr/bin/imapd" (or equivalent) in command line.
|
|
|
|
|
#
|
|
|
|
|
sub _filter {
|
|
|
|
|
my $str = shift or return "";
|
|
|
|
|
my $sz = 64;
|
|
|
|
|
my $len = length($str);
|
|
|
|
|
if ( ! $debug and $len > $sz*2 ) {
|
|
|
|
|
my $beg = substr($str, 0, $sz);
|
|
|
|
|
my $end = substr($str, -$sz, $sz);
|
|
|
|
|
$str = $beg . "..." . $end;
|
|
|
|
|
}
|
|
|
|
|
$str =~ s/\012?\015$//;
|
|
|
|
|
return "(len=$len) " . $str;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub lost_connection {
|
|
|
|
|
my($imap, $error_message) = @_;
|
|
|
|
|
if ( $imap->IsUnconnected() ) {
|
|
|
|
|
$error++;
|
|
|
|
|
my $lcomm = $imap->LastIMAPCommand || "";
|
|
|
|
|
my $einfo = $imap->LastError || @{$imap->History}[-1] || "";
|
|
|
|
|
|
|
|
|
|
# if string is long try reduce to a more reasonable size
|
|
|
|
|
$lcomm = _filter($lcomm);
|
|
|
|
|
$einfo = _filter($einfo);
|
|
|
|
|
warn("error: last command: $lcomm\n") if ($debug && $lcomm);
|
|
|
|
|
warn("error: lost connection $error_message", $einfo, "\n");
|
|
|
|
|
return(1);
|
|
|
|
|
}else{
|
|
|
|
|
return(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$imap1->logout();
|
|
|
|
|
$imap2->logout();
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
my $host1_reconnect_count = $imap1->Reconnect_counter() || 0;
|
|
|
|
|
my $host2_reconnect_count = $imap2->Reconnect_counter() || 0;
|
|
|
|
|
|
2011-03-12 03:43:55 +01:00
|
|
|
|
$timeend = time();
|
|
|
|
|
|
|
|
|
|
$timediff = $timeend - $timestart;
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
stats();
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
exit_clean(1) if($error);
|
|
|
|
|
|
|
|
|
|
exit_clean(0);
|
2011-03-12 03:40:54 +01:00
|
|
|
|
|
2011-03-12 03:44:20 +01:00
|
|
|
|
sub select_msgs {
|
|
|
|
|
my ($imap) = @_;
|
|
|
|
|
my (@msgs,@max,@min,@union,@inter);
|
|
|
|
|
|
|
|
|
|
unless (defined($maxage) or defined($minage)) {
|
|
|
|
|
@msgs = $imap->search("ALL");
|
|
|
|
|
return(@msgs);
|
|
|
|
|
}
|
|
|
|
|
if (defined($maxage)) {
|
2011-03-12 03:44:22 +01:00
|
|
|
|
@max = $imap->sentsince(time - 86400 * $maxage);
|
2011-03-12 03:44:20 +01:00
|
|
|
|
}
|
|
|
|
|
if (defined($minage)) {
|
2011-03-12 03:44:22 +01:00
|
|
|
|
@min = $imap->sentbefore(time - 86400 * $minage);
|
2011-03-12 03:44:20 +01:00
|
|
|
|
}
|
|
|
|
|
SWITCH: {
|
|
|
|
|
unless(defined($minage)) {@msgs = @max; last SWITCH};
|
|
|
|
|
unless(defined($maxage)) {@msgs = @min; last SWITCH};
|
|
|
|
|
my (%union, %inter);
|
|
|
|
|
foreach my $m (@min, @max) {$union{$m}++ && $inter{$m}++}
|
2011-03-12 03:44:22 +01:00
|
|
|
|
@inter = keys(%inter);
|
|
|
|
|
@union = keys(%union);
|
2011-03-12 03:44:20 +01:00
|
|
|
|
# normal case
|
|
|
|
|
if ($minage <= $maxage) {@msgs = @inter; last SWITCH};
|
|
|
|
|
# just exclude messages between
|
|
|
|
|
if ($minage > $maxage) {@msgs = @union; last SWITCH};
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
return(@msgs);
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
sub stats {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "++++ Statistics ++++\n";
|
|
|
|
|
print "Time : $timediff sec\n";
|
|
|
|
|
print "Messages transferred : $mess_trans ";
|
|
|
|
|
print "(could be $mess_skipped_dry without dry mode)" if ($dry);
|
|
|
|
|
print "\n";
|
|
|
|
|
print "Messages skipped : $mess_skipped\n";
|
|
|
|
|
print "Messages deleted on host1: $h1_mess_deleted\n";
|
|
|
|
|
print "Messages deleted on host2: $h2_mess_deleted\n";
|
|
|
|
|
print "Total bytes transferred : $mess_size_total_trans\n";
|
|
|
|
|
print "Total bytes skipped : $mess_size_total_skipped\n";
|
|
|
|
|
print "Total bytes error : $mess_size_total_error\n";
|
|
|
|
|
$timediff ||= 1; # No division per 0
|
2011-03-12 03:44:54 +01:00
|
|
|
|
printf ("Average bandwidth rate : %.1f KiB/s\n", $mess_size_total_trans / 1024 / $timediff);
|
|
|
|
|
print "Reconnections to host1 : $host1_reconnect_count\n";
|
|
|
|
|
print "Reconnections to host2 : $host2_reconnect_count\n";
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print "Detected $error errors\n\n";
|
|
|
|
|
print thank_author();
|
2011-03-12 03:44:39 +01:00
|
|
|
|
}
|
2011-03-12 03:43:51 +01:00
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
sub thank_author {
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
return(join("", "Happy with this free, open and gratis DWTFPL software?\n",
|
2011-03-12 03:44:49 +01:00
|
|
|
|
"Encourage the author (Gilles LAMIRAL) by giving him a book:\n",
|
2011-03-12 03:44:39 +01:00
|
|
|
|
"http://www.amazon.com/gp/registry/wishlist/1C9UNDIH3P7R7/\n",
|
2011-03-12 03:44:51 +01:00
|
|
|
|
"or just money via paypal:\n",
|
2011-03-12 03:44:53 +01:00
|
|
|
|
"http://www.linux-france.org/prj/imapsync/\n"));
|
2011-03-12 03:44:39 +01:00
|
|
|
|
}
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
sub get_options {
|
2011-03-12 03:39:59 +01:00
|
|
|
|
my $numopt = scalar(@ARGV);
|
2011-03-12 03:44:47 +01:00
|
|
|
|
my $argv = join("<22>", @ARGV);
|
|
|
|
|
|
|
|
|
|
$test_builder = Test::More->builder;
|
|
|
|
|
$test_builder->no_ending(1);
|
|
|
|
|
|
|
|
|
|
if($argv =~ m/-delete<74>2/) {
|
|
|
|
|
print "May be you mean --delete2 instead of --delete 2\n";
|
|
|
|
|
exit 1;
|
|
|
|
|
}
|
2011-03-12 03:39:59 +01:00
|
|
|
|
my $opt_ret = GetOptions(
|
2011-03-12 03:43:48 +01:00
|
|
|
|
"debug!" => \$debug,
|
|
|
|
|
"debugimap!" => \$debugimap,
|
2011-03-12 03:44:54 +01:00
|
|
|
|
"debugimap1!" => \$debugimap1,
|
|
|
|
|
"debugimap2!" => \$debugimap2,
|
2011-03-12 03:39:59 +01:00
|
|
|
|
"host1=s" => \$host1,
|
|
|
|
|
"host2=s" => \$host2,
|
|
|
|
|
"port1=i" => \$port1,
|
|
|
|
|
"port2=i" => \$port2,
|
|
|
|
|
"user1=s" => \$user1,
|
|
|
|
|
"user2=s" => \$user2,
|
|
|
|
|
"password1=s" => \$password1,
|
|
|
|
|
"password2=s" => \$password2,
|
|
|
|
|
"passfile1=s" => \$passfile1,
|
|
|
|
|
"passfile2=s" => \$passfile2,
|
2011-03-12 03:43:53 +01:00
|
|
|
|
"authmd5!" => \$authmd5,
|
2011-03-12 03:43:48 +01:00
|
|
|
|
"sep1=s" => \$sep1,
|
|
|
|
|
"sep2=s" => \$sep2,
|
2011-03-12 03:39:59 +01:00
|
|
|
|
"folder=s" => \@folder,
|
2011-03-12 03:44:30 +01:00
|
|
|
|
"folderrec=s" => \@folderrec,
|
2011-03-12 03:44:22 +01:00
|
|
|
|
"include=s" => \@include,
|
|
|
|
|
"exclude=s" => \@exclude,
|
2011-03-12 03:44:19 +01:00
|
|
|
|
"prefix1=s" => \$prefix1,
|
2011-03-12 03:43:47 +01:00
|
|
|
|
"prefix2=s" => \$prefix2,
|
2011-03-12 03:44:19 +01:00
|
|
|
|
"regextrans2=s" => \@regextrans2,
|
2011-03-12 03:44:12 +01:00
|
|
|
|
"regexmess=s" => \@regexmess,
|
2011-03-12 03:44:26 +01:00
|
|
|
|
"regexflag=s" => \@regexflag,
|
2011-03-12 03:39:59 +01:00
|
|
|
|
"delete!" => \$delete,
|
2011-03-12 03:44:25 +01:00
|
|
|
|
"delete2!" => \$delete2,
|
2011-03-12 03:43:48 +01:00
|
|
|
|
"syncinternaldates!" => \$syncinternaldates,
|
2011-03-12 03:44:39 +01:00
|
|
|
|
"idatefromheader!" => \$idatefromheader,
|
2011-03-12 03:44:08 +01:00
|
|
|
|
"syncacls!" => \$syncacls,
|
2011-03-12 03:43:50 +01:00
|
|
|
|
"maxsize=i" => \$maxsize,
|
|
|
|
|
"maxage=i" => \$maxage,
|
2011-03-12 03:44:20 +01:00
|
|
|
|
"minage=i" => \$minage,
|
2011-03-12 03:44:15 +01:00
|
|
|
|
"buffersize=i" => \$buffersize,
|
|
|
|
|
"foldersizes!" => \$foldersizes,
|
2011-03-12 03:39:59 +01:00
|
|
|
|
"dry!" => \$dry,
|
|
|
|
|
"expunge!" => \$expunge,
|
2011-03-12 03:44:19 +01:00
|
|
|
|
"expunge1!" => \$expunge1,
|
|
|
|
|
"expunge2!" => \$expunge2,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"uidexpunge2!" => \$uidexpunge2,
|
2011-03-12 03:43:48 +01:00
|
|
|
|
"subscribed!" => \$subscribed,
|
2011-03-12 03:43:49 +01:00
|
|
|
|
"subscribe!" => \$subscribe,
|
2011-03-12 03:44:53 +01:00
|
|
|
|
"subscribe_all!" => \$subscribe_all,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"justbanner!" => \$justbanner,
|
2011-03-12 03:43:50 +01:00
|
|
|
|
"justconnect!"=> \$justconnect,
|
2011-03-12 03:44:08 +01:00
|
|
|
|
"justfolders!"=> \$justfolders,
|
2011-03-12 03:44:20 +01:00
|
|
|
|
"justfoldersizes!" => \$justfoldersizes,
|
2011-03-12 03:44:11 +01:00
|
|
|
|
"fast!" => \$fast,
|
2011-03-12 03:39:59 +01:00
|
|
|
|
"version" => \$version,
|
|
|
|
|
"help" => \$help,
|
2011-03-12 03:43:53 +01:00
|
|
|
|
"timeout=i" => \$timeout,
|
2011-03-12 03:43:54 +01:00
|
|
|
|
"skipheader=s" => \$skipheader,
|
2011-03-12 03:44:15 +01:00
|
|
|
|
"useheader=s" => \@useheader,
|
2011-03-12 03:43:54 +01:00
|
|
|
|
"skipsize!" => \$skipsize,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"allowsizemismatch!" => \$allowsizemismatch,
|
2011-03-12 03:44:17 +01:00
|
|
|
|
"fastio1!" => \$fastio1,
|
|
|
|
|
"fastio2!" => \$fastio2,
|
2011-03-12 03:44:22 +01:00
|
|
|
|
"ssl1!" => \$ssl1,
|
|
|
|
|
"ssl2!" => \$ssl2,
|
2011-03-12 03:44:51 +01:00
|
|
|
|
"tls1!" => \$tls1,
|
|
|
|
|
"tls2!" => \$tls2,
|
2011-03-12 03:44:22 +01:00
|
|
|
|
"authmech1=s" => \$authmech1,
|
|
|
|
|
"authmech2=s" => \$authmech2,
|
2011-03-12 03:44:23 +01:00
|
|
|
|
"authuser1=s" => \$authuser1,
|
|
|
|
|
"authuser2=s" => \$authuser2,
|
2011-03-12 03:44:24 +01:00
|
|
|
|
"split1=i" => \$split1,
|
|
|
|
|
"split2=i" => \$split2,
|
2011-03-12 03:44:47 +01:00
|
|
|
|
"reconnectretry1=i" => \$reconnectretry1,
|
|
|
|
|
"reconnectretry2=i" => \$reconnectretry2,
|
2011-03-12 03:44:35 +01:00
|
|
|
|
"tests" => \$tests,
|
2011-03-12 03:44:52 +01:00
|
|
|
|
"tests_debug" => \$tests_debug,
|
2011-03-12 03:44:43 +01:00
|
|
|
|
"allow3xx!" => \$allow3xx,
|
2011-03-12 03:44:50 +01:00
|
|
|
|
"justlogin!" => \$justlogin,
|
|
|
|
|
"tmpdir=s" => \$tmpdir,
|
2011-03-12 03:44:54 +01:00
|
|
|
|
"pidfile=s" => \$pidfile,
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
);
|
2011-03-12 03:44:17 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$debug and print "get options: [$opt_ret]\n";
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
|
|
|
|
# just the version
|
2011-03-12 03:39:59 +01:00
|
|
|
|
print "$VERSION\n" and exit if ($version) ;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
|
|
|
|
if ($tests) {
|
|
|
|
|
$test_builder->no_ending(0);
|
|
|
|
|
tests();
|
|
|
|
|
exit;
|
|
|
|
|
}
|
2011-03-12 03:44:52 +01:00
|
|
|
|
if ($tests_debug) {
|
|
|
|
|
$test_builder->no_ending(0);
|
|
|
|
|
tests_debug();
|
|
|
|
|
exit;
|
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:44:49 +01:00
|
|
|
|
$help = 1 if ! $numopt;
|
2011-03-12 03:44:40 +01:00
|
|
|
|
load_modules();
|
|
|
|
|
|
2011-03-12 03:43:49 +01:00
|
|
|
|
# exit with --help option or no option at all
|
2011-03-12 03:39:59 +01:00
|
|
|
|
usage() and exit if ($help or ! $numopt) ;
|
2011-03-12 03:43:49 +01:00
|
|
|
|
|
|
|
|
|
# don't go on if options are not all known.
|
2011-03-12 03:43:48 +01:00
|
|
|
|
exit(EX_USAGE()) unless ($opt_ret) ;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:40 +01:00
|
|
|
|
sub load_modules {
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
require IO::Socket::SSL if ($ssl1 or $ssl2 or $tls1 or $tls2);
|
2011-03-12 03:44:40 +01:00
|
|
|
|
require Date::Manip if ($syncinternaldates || $idatefromheader) ;
|
|
|
|
|
|
2011-03-12 03:44:49 +01:00
|
|
|
|
require Term::ReadKey if (
|
|
|
|
|
((not($password1 or $passfile1))
|
|
|
|
|
or (not($password2 or $passfile2)))
|
|
|
|
|
and (not $help));
|
2011-03-12 03:44:40 +01:00
|
|
|
|
|
|
|
|
|
#require Data::Dumper if ($debug);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:11 +01:00
|
|
|
|
sub parse_header_msg1 {
|
2011-03-12 03:44:23 +01:00
|
|
|
|
my ($imap, $m_uid, $s_heads, $s_fir, $s, $s_hash) = @_;
|
2011-03-12 03:44:11 +01:00
|
|
|
|
|
|
|
|
|
my $head = $s_heads->{$m_uid};
|
|
|
|
|
my $headnum = scalar(keys(%$head));
|
|
|
|
|
$debug and print "Head NUM:", $headnum, "\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
unless($headnum) { print "Warning: no header used or found for message $m_uid\n"; }
|
2011-03-12 03:44:11 +01:00
|
|
|
|
my $headstr;
|
|
|
|
|
|
|
|
|
|
foreach my $h (sort keys(%$head)){
|
|
|
|
|
foreach my $val (sort @{$head->{$h}}) {
|
|
|
|
|
# no 8-bit data in headers !
|
|
|
|
|
$val =~ s/[\x80-\xff]/X/g;
|
2011-03-12 03:44:29 +01:00
|
|
|
|
|
2011-03-12 03:44:11 +01:00
|
|
|
|
# remove the first blanks (dbmail bug ?)
|
2011-03-12 03:44:29 +01:00
|
|
|
|
# and uppercase header keywords
|
|
|
|
|
# (dbmail and dovecot)
|
2011-03-12 03:44:32 +01:00
|
|
|
|
$val =~ s/^\s*(.+)$/$1/;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
|
|
|
|
#my $H = uc($h);
|
|
|
|
|
my $H = "$h: $val";
|
2011-03-12 03:44:11 +01:00
|
|
|
|
# show stuff in debug mode
|
2011-03-12 03:44:32 +01:00
|
|
|
|
$debug and print "${s}H $H:", $val, "\n";
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
if ($skipheader and $H =~ m/$skipheader/i) {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
$debug and print "Skipping header $H\n";
|
2011-03-12 03:44:15 +01:00
|
|
|
|
next;
|
2011-03-12 03:44:11 +01:00
|
|
|
|
}
|
2011-03-12 03:44:36 +01:00
|
|
|
|
#$headstr .= "$H:". $val;
|
|
|
|
|
$headstr .= "$H";
|
2011-03-12 03:44:11 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:16 +01:00
|
|
|
|
#return unless ($headstr);
|
|
|
|
|
unless ($headstr){
|
2011-03-12 03:44:36 +01:00
|
|
|
|
# taking everything is too heavy,
|
|
|
|
|
# should take only 1 Ko
|
|
|
|
|
#print "no header so taking everything\n";
|
|
|
|
|
#$headstr = $imap->message_string($m_uid);
|
|
|
|
|
|
|
|
|
|
print "no header so we ignore this message\n";
|
2011-03-12 03:44:48 +01:00
|
|
|
|
return undef;
|
2011-03-12 03:44:16 +01:00
|
|
|
|
}
|
2011-03-12 03:44:23 +01:00
|
|
|
|
my $size = $s_fir->{$m_uid}->{"RFC822.SIZE"};
|
|
|
|
|
my $flags = $s_fir->{$m_uid}->{"FLAGS"};
|
|
|
|
|
my $idate = $s_fir->{$m_uid}->{"INTERNALDATE"};
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$size = length($headstr) unless ($size);
|
|
|
|
|
my $m_md5 = md5_base64($headstr);
|
2011-03-12 03:44:11 +01:00
|
|
|
|
$debug and print "$s msg $m_uid:$m_md5:$size\n";
|
2011-03-12 03:44:16 +01:00
|
|
|
|
my $key;
|
|
|
|
|
if ($skipsize) {
|
|
|
|
|
$key = "$m_md5";
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$key = "$m_md5:$size";
|
|
|
|
|
}
|
2011-03-12 03:44:48 +01:00
|
|
|
|
# 0 return code is used to identify duplicate message hash
|
|
|
|
|
return 0 if exists $s_hash->{"$key"};
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$s_hash->{"$key"}{'5'} = $m_md5;
|
|
|
|
|
$s_hash->{"$key"}{'s'} = $size;
|
2011-03-12 03:44:23 +01:00
|
|
|
|
$s_hash->{"$key"}{'D'} = $idate;
|
|
|
|
|
$s_hash->{"$key"}{'F'} = $flags;
|
2011-03-12 03:44:16 +01:00
|
|
|
|
$s_hash->{"$key"}{'m'} = $m_uid;
|
2011-03-12 03:44:11 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:43:47 +01:00
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
sub firstline {
|
|
|
|
|
# extract the first line of a file (without \n)
|
|
|
|
|
|
|
|
|
|
my($file) = @_;
|
|
|
|
|
my $line = "";
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
open FILE, $file or die_clean("error [$file]: $! ");
|
2011-03-12 03:39:59 +01:00
|
|
|
|
chomp($line = <FILE>);
|
|
|
|
|
close FILE;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
$line = ($line) ? $line: "error !EMPTY! [$file]";
|
2011-03-12 03:44:31 +01:00
|
|
|
|
return $line;
|
2011-03-12 03:39:59 +01:00
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:31 +01:00
|
|
|
|
|
|
|
|
|
sub file_to_string {
|
|
|
|
|
my($file) = @_;
|
|
|
|
|
my @string;
|
2011-03-12 03:44:54 +01:00
|
|
|
|
open FILE, $file or die_clean("error [$file]: $! ");
|
2011-03-12 03:44:31 +01:00
|
|
|
|
@string = <FILE>;
|
|
|
|
|
close FILE;
|
|
|
|
|
return join("", @string);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sub string_to_file {
|
|
|
|
|
my($string, $file) = @_;
|
2011-03-12 03:44:54 +01:00
|
|
|
|
sysopen(FILE, $file,O_WRONLY|O_TRUNC|O_CREAT, 0600) or die_clean("$! $file");
|
2011-03-12 03:44:31 +01:00
|
|
|
|
print FILE $string;
|
|
|
|
|
close FILE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:39:59 +01:00
|
|
|
|
sub usage {
|
2011-03-12 03:44:35 +01:00
|
|
|
|
my $localhost_info = localhost_info();
|
2011-03-12 03:44:39 +01:00
|
|
|
|
my $thank = thank_author();
|
2011-03-12 03:39:59 +01:00
|
|
|
|
print <<EOF;
|
|
|
|
|
|
|
|
|
|
usage: $0 [options]
|
|
|
|
|
|
|
|
|
|
Several options are mandatory.
|
|
|
|
|
|
|
|
|
|
--host1 <string> : "from" imap server. Mandatory.
|
2011-03-12 03:44:22 +01:00
|
|
|
|
--port1 <int> : port to connect on host1. Default is 143.
|
|
|
|
|
--user1 <string> : user to login on host1. Mandatory.
|
2011-03-12 03:44:35 +01:00
|
|
|
|
--authuser1 <string> : user to auth with on host1 (admin user).
|
|
|
|
|
Avoid using --authmech1 SOMETHING with --authuser1.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
--password1 <string> : password for the user1. Dangerous, use --passfile1
|
|
|
|
|
--passfile1 <string> : password file for the user1. Contains the password.
|
|
|
|
|
--host2 <string> : "destination" imap server. Mandatory.
|
2011-03-12 03:44:22 +01:00
|
|
|
|
--port2 <int> : port to connect on host2. Default is 143.
|
|
|
|
|
--user2 <string> : user to login on host2. Mandatory.
|
2011-03-12 03:44:23 +01:00
|
|
|
|
--authuser2 <string> : user to auth with on host2 (admin user).
|
2011-03-12 03:39:59 +01:00
|
|
|
|
--password2 <string> : password for the user2. Dangerous, use --passfile2
|
|
|
|
|
--passfile2 <string> : password file for the user2. Contains the password.
|
2011-03-12 03:44:15 +01:00
|
|
|
|
--noauthmd5 : don't use MD5 authentification.
|
2011-03-12 03:44:22 +01:00
|
|
|
|
--authmech1 <string> : auth mechanism to use with host1:
|
2011-03-12 03:44:35 +01:00
|
|
|
|
PLAIN, LOGIN, CRAM-MD5 etc. Use UPPERCASE.
|
2011-03-12 03:44:22 +01:00
|
|
|
|
--authmech2 <string> : auth mechanism to use with host2. See --authmech1
|
|
|
|
|
--ssl1 : use an SSL connection on host1.
|
|
|
|
|
--ssl2 : use an SSL connection on host2.
|
2011-03-12 03:44:51 +01:00
|
|
|
|
--tls1 : use an TLS connection on host1.
|
|
|
|
|
--tls2 : use an TLS connection on host2.
|
2011-03-12 03:44:32 +01:00
|
|
|
|
--folder <string> : sync this folder.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
--folder <string> : and this one, etc.
|
2011-03-12 03:44:32 +01:00
|
|
|
|
--folderrec <string> : sync this folder recursively.
|
2011-03-12 03:44:30 +01:00
|
|
|
|
--folderrec <string> : and this one, etc.
|
2011-03-12 03:44:32 +01:00
|
|
|
|
--include <regex> : sync folders matching this regular expression
|
2011-03-12 03:44:30 +01:00
|
|
|
|
--include <regex> : or this one, etc.
|
2011-03-12 03:44:22 +01:00
|
|
|
|
in case both --include --exclude options are
|
|
|
|
|
use, include is done before.
|
2011-03-12 03:44:20 +01:00
|
|
|
|
--exclude <regex> : skips folders matching this regular expression
|
2011-03-12 03:44:30 +01:00
|
|
|
|
Several folders to avoid:
|
2011-03-12 03:44:20 +01:00
|
|
|
|
--exclude 'fold1|fold2|f3' skips fold1, fold2 and f3.
|
2011-03-12 03:44:32 +01:00
|
|
|
|
--exclude <regex> : or this one, etc.
|
2011-03-12 03:44:50 +01:00
|
|
|
|
--tmpdir <string> : where to store temporary files and subdirectories.
|
|
|
|
|
Will be created if it doesn't exist.
|
|
|
|
|
Default is system specific and should be ok.
|
2011-03-12 03:44:54 +01:00
|
|
|
|
--pidfile <string> : the file where imapsync pid is written.
|
2011-03-12 03:44:19 +01:00
|
|
|
|
--prefix1 <string> : remove prefix to all destination folders
|
|
|
|
|
(usually INBOX. for cyrus imap servers)
|
2011-03-12 03:44:33 +01:00
|
|
|
|
you can use --prefix1 if your source imap server
|
|
|
|
|
does not have NAMESPACE capability.
|
2011-03-12 03:43:48 +01:00
|
|
|
|
--prefix2 <string> : add prefix to all destination folders
|
2011-03-12 03:43:47 +01:00
|
|
|
|
(usually INBOX. for cyrus imap servers)
|
2011-03-12 03:44:19 +01:00
|
|
|
|
use --prefix2 if your target imap server does not
|
|
|
|
|
have NAMESPACE capability.
|
2011-03-12 03:43:55 +01:00
|
|
|
|
--regextrans2 <regex> : Apply the whole regex to each destination folders.
|
2011-03-12 03:44:19 +01:00
|
|
|
|
--regextrans2 <regex> : and this one. etc.
|
2011-03-12 03:44:20 +01:00
|
|
|
|
When you play with the --regextrans2 option, first
|
|
|
|
|
add also the safe options --dry --justfolders
|
|
|
|
|
Then, when happy, remove --dry, remove --justfolders
|
2011-03-12 03:44:11 +01:00
|
|
|
|
--regexmess <regex> : Apply the whole regex to each message before transfer.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Example: 's/\\000/ /g' # to replace null by space.
|
2011-03-12 03:44:12 +01:00
|
|
|
|
--regexmess <regex> : and this one.
|
|
|
|
|
--regexmess <regex> : and this one, etc.
|
2011-03-12 03:44:26 +01:00
|
|
|
|
--regexflag <regex> : Apply the whole regex to each flags list.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
Example: 's/\"Junk"//g' # to remove "Junk" flag.
|
2011-03-12 03:44:26 +01:00
|
|
|
|
--regexflag <regex> : and this one, etc.
|
2011-03-12 03:44:08 +01:00
|
|
|
|
--sep1 <string> : separator in case namespace is not supported.
|
|
|
|
|
--sep2 <string> : idem.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
--delete : delete messages on host1 server after
|
2011-03-12 03:44:27 +01:00
|
|
|
|
a successful transfer. Useful in case you
|
2011-03-12 03:39:59 +01:00
|
|
|
|
want to migrate from one server to another one.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
With imap, "delete" tags messages as deleted, they
|
2011-03-12 03:39:59 +01:00
|
|
|
|
are not really deleted. See expunge.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
--delete2 : delete messages on host2 that are not on
|
|
|
|
|
host1 server.
|
|
|
|
|
--expunge : expunge messages on host1.
|
2011-03-12 03:43:55 +01:00
|
|
|
|
expunge really deletes messages marked deleted.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
expunge is made at the beginning, on host1 only.
|
|
|
|
|
Newly transferred messages are expunged if
|
|
|
|
|
option --expunge is given.
|
|
|
|
|
No expunge is done on destination account
|
|
|
|
|
(see --expunge2) but it may change in future releases.
|
|
|
|
|
--expunge1 : expunge messages on host1.
|
|
|
|
|
--expunge2 : expunge messages on host2.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
--uidexpunge2 : uidexpunge messages on the destination imap server
|
|
|
|
|
that are not on the source server, requires --delete2
|
2011-03-12 03:44:36 +01:00
|
|
|
|
--syncinternaldates : sets the internal dates on host2 same as host1.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
Turned on by default. Internal date is the date
|
2011-03-12 03:44:51 +01:00
|
|
|
|
a message arrived on a host (mtime).
|
2011-03-12 03:44:39 +01:00
|
|
|
|
--idatefromheader : sets the internal dates on host2 same as the
|
|
|
|
|
"Date:" headers.
|
2011-03-12 03:44:15 +01:00
|
|
|
|
--buffersize <int> : sets the size of a block of I/O.
|
2011-03-12 03:43:50 +01:00
|
|
|
|
--maxsize <int> : skip messages larger than <int> bytes
|
|
|
|
|
--maxage <int> : skip messages older than <int> days.
|
|
|
|
|
final stats (skipped) don't count older messages
|
2011-03-12 03:44:21 +01:00
|
|
|
|
see also --minage
|
2011-03-12 03:44:20 +01:00
|
|
|
|
--minage <int> : skip messages newer than <int> days.
|
|
|
|
|
final stats (skipped) don't count newer messages
|
|
|
|
|
You can do (+ are the messages selected):
|
2011-03-12 03:44:21 +01:00
|
|
|
|
past|----maxage+++++++++++++++>now
|
|
|
|
|
past|+++++++++++++++minage---->now
|
|
|
|
|
past|----maxage+++++minage---->now (intersection)
|
|
|
|
|
past|++++minage-----maxage++++>now (union)
|
2011-03-12 03:43:54 +01:00
|
|
|
|
--skipheader <regex> : Don't take into account header keyword
|
|
|
|
|
matching <string> ex: --skipheader 'X.*'
|
2011-03-12 03:44:15 +01:00
|
|
|
|
--useheader <string> : Use this header to compare messages on both sides.
|
|
|
|
|
Ex: Message-ID or Subject or Date.
|
|
|
|
|
--useheader <string> and this one, etc.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
--skipsize : Don't take message size into account to compare
|
|
|
|
|
messages on both sides.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
--allowsizemismatch : allow RFC822.SIZE != fetched msg size
|
2011-03-12 03:44:53 +01:00
|
|
|
|
consider also --skipsize to avoid duplicate messages
|
2011-03-12 03:44:47 +01:00
|
|
|
|
when running syncs more than one time per mailbox
|
2011-03-12 03:39:59 +01:00
|
|
|
|
--dry : do nothing, just print what would be done.
|
2011-03-12 03:44:32 +01:00
|
|
|
|
--subscribed : transfers subscribed folders.
|
2011-03-12 03:44:29 +01:00
|
|
|
|
--subscribe : subscribe to the folders transferred on the
|
2011-03-12 03:44:53 +01:00
|
|
|
|
host2 that are subscribed on host1.
|
|
|
|
|
--subscribe_all : subscribe to the folders transferred on the
|
2011-03-12 03:44:54 +01:00
|
|
|
|
host2 even if they are not subscribed on host1.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
--nofoldersizes : Do not calculate the size of each folder in bytes
|
|
|
|
|
and message counts. Default is to calculate them.
|
2011-03-12 03:44:20 +01:00
|
|
|
|
--justfoldersizes : exit after printed the folder sizes.
|
2011-03-12 03:44:27 +01:00
|
|
|
|
--syncacls : Synchronises acls (Access Control Lists).
|
|
|
|
|
--nosyncacls : Does not synchronise acls. This is the default.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
--debug : debug mode.
|
2011-03-12 03:44:54 +01:00
|
|
|
|
--debugimap1 : imap debug mode for host1. imap debug is very verbose.
|
|
|
|
|
--debugimap2 : imap debug mode for host2.
|
|
|
|
|
--debugimap : imap debug mode for host1 and host2.
|
2011-03-12 03:44:27 +01:00
|
|
|
|
--version : print software version.
|
2011-03-12 03:44:15 +01:00
|
|
|
|
--justconnect : just connect to both servers and print useful
|
2011-03-12 03:44:20 +01:00
|
|
|
|
information. Need only --host1 and --host2 options.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
--justlogin : just login to both host1 and host2 with users
|
|
|
|
|
credentials, then exit.
|
2011-03-12 03:44:08 +01:00
|
|
|
|
--justfolders : just do things about folders (ignore messages).
|
2011-03-12 03:44:53 +01:00
|
|
|
|
--fast : be faster (just does not sync flags of messages
|
2011-03-12 03:44:50 +01:00
|
|
|
|
already transfered).
|
2011-03-12 03:44:53 +01:00
|
|
|
|
--reconnectretry1 <int>: reconnect to host1 if connection is lost up to
|
|
|
|
|
<int> times per imap command (default is 3)
|
|
|
|
|
--reconnectretry2 <int>: same as --reconnectretry1 but for host2
|
|
|
|
|
--split1 <int> : split the requests in several parts on host1.
|
2011-03-12 03:44:47 +01:00
|
|
|
|
<int> is the number of messages handled per request.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
default is like --split1 1000.
|
|
|
|
|
--split2 <int> : same thing on host2.
|
|
|
|
|
--fastio1 : use fastio with host1.
|
|
|
|
|
--fastio2 : use fastio with host2.
|
2011-03-12 03:43:53 +01:00
|
|
|
|
--timeout <int> : imap connect timeout.
|
2011-03-12 03:44:53 +01:00
|
|
|
|
--help : print this help.
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
Example: to synchronise imap account "foo" on "imap.truc.org"
|
2011-03-12 03:44:47 +01:00
|
|
|
|
to imap account "bar" on "imap.trac.org"
|
|
|
|
|
with foo password stored in /etc/secret1
|
|
|
|
|
and bar password stored in /etc/secret2
|
2011-03-12 03:39:59 +01:00
|
|
|
|
|
|
|
|
|
$0 \\
|
2011-03-12 03:44:20 +01:00
|
|
|
|
--host1 imap.truc.org --user1 foo --passfile1 /etc/secret1 \\
|
2011-03-12 03:39:59 +01:00
|
|
|
|
--host2 imap.trac.org --user2 bar --passfile2 /etc/secret2
|
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$localhost_info
|
2011-03-12 03:39:59 +01:00
|
|
|
|
$rcs
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
|
|
|
|
$thank
|
2011-03-12 03:39:59 +01:00
|
|
|
|
EOF
|
|
|
|
|
}
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:52 +01:00
|
|
|
|
sub tests_debug {
|
|
|
|
|
|
|
|
|
|
SKIP: {
|
|
|
|
|
skip "No test in normal run" if (not $tests_debug);
|
2011-03-12 03:44:53 +01:00
|
|
|
|
tests_regexmess();
|
2011-03-12 03:44:52 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
sub tests {
|
|
|
|
|
|
|
|
|
|
SKIP: {
|
|
|
|
|
skip "No test in normal run" if (not $tests);
|
|
|
|
|
tests_folder_routines();
|
|
|
|
|
tests_compare_lists();
|
2011-03-12 03:44:39 +01:00
|
|
|
|
tests_regexmess();
|
2011-03-12 03:44:47 +01:00
|
|
|
|
tests_flags_regex();
|
2011-03-12 03:44:50 +01:00
|
|
|
|
tests_permanentflags();
|
|
|
|
|
tests_flags_filter();
|
2011-03-12 03:44:51 +01:00
|
|
|
|
tests_imap2_folder_name();
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
sub override_imapclient {
|
|
|
|
|
no warnings 'redefine';
|
|
|
|
|
no strict 'subs';
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
use constant Unconnected => 0;
|
|
|
|
|
use constant Connected => 1; # connected; not logged in
|
|
|
|
|
use constant Authenticated => 2; # logged in; no mailbox selected
|
|
|
|
|
use constant Selected => 3; # mailbox selected
|
|
|
|
|
use constant INDEX => 0; # Array index for output line number
|
|
|
|
|
use constant TYPE => 1; # Array index for line type
|
|
|
|
|
# (either OUTPUT, INPUT, or LITERAL)
|
|
|
|
|
use constant DATA => 2; # Array index for output line data
|
|
|
|
|
use constant NonFolderArg => 1; # Value to pass to Massage to
|
|
|
|
|
# indicate non-folder argument
|
2011-03-12 03:44:23 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
*Mail::IMAPClient::append_file = sub {
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
|
|
|
|
my $self = shift;
|
|
|
|
|
my $folder = $self->Massage(shift);
|
|
|
|
|
my $file = shift;
|
|
|
|
|
my $control = shift || undef;
|
|
|
|
|
my $count = $self->Count($self->Count+1);
|
|
|
|
|
my $flags = shift || undef;
|
|
|
|
|
my $date = shift || undef;
|
|
|
|
|
|
|
|
|
|
if (defined($flags)) {
|
|
|
|
|
$flags =~ s/^\s+//g;
|
|
|
|
|
$flags =~ s/\s+$//g;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (defined($date)) {
|
|
|
|
|
$date =~ s/^\s+//g;
|
|
|
|
|
$date =~ s/\s+$//g;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$flags = "($flags)" if $flags and $flags !~ /^\(.*\)$/ ;
|
|
|
|
|
$date = qq/"$date"/ if $date and $date !~ /^"/ ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unless ( -f $file ) {
|
|
|
|
|
$self->LastError("File $file not found.\n");
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my $fh = IO::File->new($file) ;
|
|
|
|
|
|
|
|
|
|
unless ($fh) {
|
|
|
|
|
$self->LastError("Unable to open $file: $!\n");
|
|
|
|
|
$@ = "Unable to open $file: $!" ;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
carp "unable to open $file: $!";
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my $bare_nl_count = scalar grep { /^\x0a$|[^\x0d]\x0a$/} <$fh>;
|
|
|
|
|
|
|
|
|
|
seek($fh,0,0);
|
|
|
|
|
|
|
|
|
|
my $clear = $self->Clear;
|
|
|
|
|
|
|
|
|
|
$self->Clear($clear)
|
|
|
|
|
if $self->Count >= $clear and $clear > 0;
|
|
|
|
|
|
|
|
|
|
my $length = ( -s $file ) + $bare_nl_count;
|
|
|
|
|
|
|
|
|
|
my $string = "$count APPEND $folder " .
|
|
|
|
|
( $flags ? "$flags " : "" ) .
|
|
|
|
|
( $date ? "$date " : "" ) .
|
|
|
|
|
"{" . $length . "}\x0d\x0a" ;
|
|
|
|
|
|
|
|
|
|
$self->_record($count,[ $self->_next_index($count), "INPUT", "$string" ] );
|
|
|
|
|
|
|
|
|
|
my $feedback = $self->_send_line("$string");
|
|
|
|
|
|
|
|
|
|
unless ($feedback) {
|
|
|
|
|
$self->LastError("Error sending '$string' to IMAP: $!\n");
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my ($code, $output) = ("","");
|
|
|
|
|
|
|
|
|
|
until ( $code ) {
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$output = $self->_read_line or $fh->close, return undef;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
foreach my $o (@$output) {
|
|
|
|
|
$self->_record($count,$o); # $o is already an array ref
|
|
|
|
|
($code) = $o->[DATA] =~ /(^\+|^\d+\sNO|^\d+\sBAD)/i;
|
|
|
|
|
if ($o->[DATA] =~ /^\*\s+BYE/) {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
carp $o->[DATA];
|
2011-03-12 03:44:32 +01:00
|
|
|
|
$self->State(Unconnected);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef ;
|
|
|
|
|
} elsif ( $o->[DATA]=~ /^\d+\s+(NO|BAD)/i ) {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
carp $o->[DATA];
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
{ # Narrow scope
|
|
|
|
|
# Slurp up headers: later we'll make this more efficient I guess
|
|
|
|
|
local $/ = "\x0d\x0a\x0d\x0a";
|
|
|
|
|
my $text = <$fh>;
|
|
|
|
|
$text =~ s/\x0d?\x0a/\x0d\x0a/g;
|
|
|
|
|
$self->_record($count,[ $self->_next_index($count), "INPUT", "{From file $file}" ] ) ;
|
|
|
|
|
$feedback = $self->_send_line($text);
|
|
|
|
|
|
|
|
|
|
unless ($feedback) {
|
|
|
|
|
$self->LastError("Error sending append msg text to IMAP: $!\n");
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef;
|
|
|
|
|
}
|
2011-03-12 03:44:36 +01:00
|
|
|
|
_debug($self, "control points to $$control\n") if ref($control) and $self->Debug;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
$/ = ref($control) ? "\x0a" : $control ? $control : "\x0a";
|
|
|
|
|
while (defined($text = <$fh>)) {
|
|
|
|
|
$text =~ s/\x0d?\x0a/\x0d\x0a/g;
|
|
|
|
|
$self->_record( $count,
|
|
|
|
|
[ $self->_next_index($count), "INPUT", "{from $file}\x0d\x0a" ]
|
|
|
|
|
);
|
|
|
|
|
$feedback = $self->_send_line($text,1);
|
|
|
|
|
|
|
|
|
|
unless ($feedback) {
|
|
|
|
|
$self->LastError("Error sending append msg text to IMAP: $!\n");
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$feedback = $self->_send_line("\x0d\x0a");
|
|
|
|
|
|
|
|
|
|
unless ($feedback) {
|
|
|
|
|
$self->LastError("Error sending append msg text to IMAP: $!\n");
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# Now for the crucial test: Did the append work or not?
|
|
|
|
|
($code, $output) = ("","");
|
|
|
|
|
|
|
|
|
|
my $uid = undef;
|
|
|
|
|
until ( $code ) {
|
|
|
|
|
$output = $self->_read_line or return undef;
|
|
|
|
|
foreach my $o (@$output) {
|
|
|
|
|
$self->_record($count,$o); # $o is already an array ref
|
|
|
|
|
$self->_debug("append_file: Deciding if " . $o->[DATA] . " has the code.\n")
|
|
|
|
|
if $self->Debug;
|
|
|
|
|
($code) = $o->[DATA] =~ /^\d+\s(NO|BAD|OK)/i;
|
|
|
|
|
# try to grab new msg's uid from o/p
|
|
|
|
|
$o->[DATA] =~ m#UID\s+\d+\s+(\d+)\]# and $uid = $1;
|
|
|
|
|
if ($o->[DATA] =~ /^\*\s+BYE/) {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
carp $o->[DATA];
|
2011-03-12 03:44:32 +01:00
|
|
|
|
$self->State(Unconnected);
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef ;
|
|
|
|
|
} elsif ( $o->[DATA]=~ /^\d+\s+(NO|BAD)/i ) {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
carp $o->[DATA];
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
$fh->close;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
|
|
|
|
if ($code !~ /^OK/i) {
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return defined($uid) ? $uid : $self;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
};
|
2011-03-12 03:44:24 +01:00
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*Mail::IMAPClient::fetch_hash = sub {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
# taken from original lib,
|
|
|
|
|
# just added split code.
|
|
|
|
|
my $self = shift;
|
|
|
|
|
my $hash = ref($_[-1]) ? pop @_ : {};
|
|
|
|
|
my @words = @_;
|
|
|
|
|
for (@words) {
|
|
|
|
|
s/([\( ])FAST([\) ])/${1}FLAGS INTERNALDATE RFC822\.SIZE$2/i ;
|
|
|
|
|
s/([\( ])FULL([\) ])/${1}FLAGS INTERNALDATE RFC822\.SIZE ENVELOPE BODY$2/i ;
|
|
|
|
|
}
|
|
|
|
|
my $msgref_all = scalar($self->messages);
|
|
|
|
|
my $split = $self->Split() || scalar(@$msgref_all);
|
|
|
|
|
while(my @msgs = splice(@$msgref_all, 0, $split)) {
|
|
|
|
|
#print "SPLIT: @msgs\n";
|
|
|
|
|
my $msgref = \@msgs;
|
|
|
|
|
my $output = scalar($self->fetch($msgref,"(" . join(" ",@_) . ")"))
|
|
|
|
|
; # unless grep(/\b(?:FAST|FULL)\b/i,@words);
|
|
|
|
|
my $x;
|
|
|
|
|
for ($x = 0; $x <= $#$output ; $x++) {
|
|
|
|
|
my $entry = {};
|
|
|
|
|
my $l = $output->[$x];
|
|
|
|
|
if ($self->Uid) {
|
|
|
|
|
my($uid) = $l =~ /\((?:.* )?UID (\d+).*\)/i;
|
|
|
|
|
next unless $uid;
|
|
|
|
|
if ( exists $hash->{$uid} ) {
|
|
|
|
|
$entry = $hash->{$uid} ;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$hash->{$uid} ||= $entry;
|
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
my($mid) = $l =~ /^\* (\d+) FETCH/i;
|
|
|
|
|
next unless $mid;
|
|
|
|
|
if ( exists $hash->{$mid} ) {
|
|
|
|
|
$entry = $hash->{$mid} ;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$hash->{$mid} ||= $entry;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
foreach my $w (@words) {
|
|
|
|
|
if ( $l =~ /\Q$w\E\s*$/i ) {
|
|
|
|
|
$entry->{$w} = $output->[$x+1];
|
|
|
|
|
$entry->{$w} =~ s/(?:\x0a?\x0d)+$//g;
|
|
|
|
|
chomp $entry->{$w};
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$l =~ /\( # open paren followed by ...
|
|
|
|
|
(?:.*\s)? # ...optional stuff and a space
|
|
|
|
|
\Q$w\E\s # escaped fetch field<sp>
|
|
|
|
|
(?:" # then: a dbl-quote
|
|
|
|
|
(\\.| # then bslashed anychar(s) or ...
|
|
|
|
|
[^"]+) # ... nonquote char(s)
|
|
|
|
|
"| # then closing quote; or ...
|
|
|
|
|
\( # ...an open paren
|
|
|
|
|
(\\.| # then bslashed anychar or ...
|
2011-03-12 03:44:49 +01:00
|
|
|
|
[^\)]*) # ... non-close-paren char
|
2011-03-12 03:44:24 +01:00
|
|
|
|
\)| # then closing paren; or ...
|
|
|
|
|
(\S+)) # unquoted string
|
|
|
|
|
(?:\s.*)? # possibly followed by space-stuff
|
|
|
|
|
\) # close paren
|
|
|
|
|
/xi;
|
|
|
|
|
$entry->{$w}=defined($1)?$1:defined($2)?$2:$3;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return wantarray ? %$hash : $hash;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
};
|
2011-03-12 03:44:24 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:31 +01:00
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
*Mail::IMAPClient::login = sub {
|
2011-03-12 03:44:31 +01:00
|
|
|
|
my $self = shift;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
return $self->authenticate($self->Authmechanism,$self->Authcallback)
|
2011-03-12 03:44:31 +01:00
|
|
|
|
if $self->{Authmechanism};
|
|
|
|
|
|
|
|
|
|
my $id = $self->User;
|
|
|
|
|
my $has_quotes = $id =~ /^".*"$/ ? 1 : 0;
|
|
|
|
|
my $string = "Login " . ( $has_quotes ? $id : qq("$id") ) .
|
|
|
|
|
" " . $self->Password . "\r\n";
|
|
|
|
|
$self->_imap_command($string)
|
|
|
|
|
and $self->State(Authenticated);
|
|
|
|
|
# $self->folders and $self->separator unless $self->NoAutoList;
|
|
|
|
|
unless ( $self->IsAuthenticated) {
|
|
|
|
|
my($carp) = $self->LastError;
|
|
|
|
|
$carp =~ s/^[\S]+ ([^\x0d\x0a]*)\x0d?\x0a/$1/;
|
|
|
|
|
carp $carp unless defined wantarray;
|
|
|
|
|
return undef;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
};
|
2011-03-12 03:44:31 +01:00
|
|
|
|
return $self;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
};
|
|
|
|
|
|
2011-03-12 03:44:31 +01:00
|
|
|
|
|
2011-03-12 03:44:39 +01:00
|
|
|
|
*Mail::IMAPClient::get_header = sub {
|
|
|
|
|
my($self , $msg, $header ) = @_;
|
|
|
|
|
my $val;
|
|
|
|
|
|
|
|
|
|
#eval { $val = $self->parse_headers([$msg],$header)->{$header}[0] };
|
|
|
|
|
my $h = $self->parse_headers([$msg],$header);
|
|
|
|
|
#require Data::Dumper;
|
|
|
|
|
#print Data::Dumper->Dump([$h]);
|
|
|
|
|
#$val = $self->parse_headers([$msg],$header)->{$header}[0];
|
|
|
|
|
|
|
|
|
|
$val = $h->{$msg}{$header}[0];
|
|
|
|
|
return defined($val)? $val : undef;
|
|
|
|
|
};
|
2011-03-12 03:44:31 +01:00
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
|
|
|
|
*Mail::IMAPClient::parse_headers = sub {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
my($self,$msgspec_all,@fields) = @_;
|
|
|
|
|
my(%fieldmap) = map { ( lc($_),$_ ) } @fields;
|
|
|
|
|
my $msg; my $string; my $field;
|
2011-03-12 03:44:37 +01:00
|
|
|
|
#print ref($msgspec_all), "\n";
|
|
|
|
|
#if(ref($msgspec_all) eq 'HASH') {
|
|
|
|
|
# print ref($msgspec_all), "\n";
|
|
|
|
|
#$msgspec_all = [$msgspec_all];
|
|
|
|
|
#}
|
2011-03-12 03:44:37 +01:00
|
|
|
|
|
2011-03-12 03:44:24 +01:00
|
|
|
|
unless(ref($msgspec_all) eq 'ARRAY') {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
print "parse_headers want an ARRAY ref\n";
|
2011-03-12 03:44:37 +01:00
|
|
|
|
#exit 1;
|
2011-03-12 03:44:39 +01:00
|
|
|
|
return undef;
|
2011-03-12 03:44:24 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my $headers = {}; # hash from message ids to header hash
|
|
|
|
|
my $split = $self->Split() || scalar(@$msgspec_all);
|
|
|
|
|
while(my @msgs = splice(@$msgspec_all, 0, $split)) {
|
2011-03-12 03:44:25 +01:00
|
|
|
|
$debug and print "SPLIT: @msgs\n";
|
2011-03-12 03:44:24 +01:00
|
|
|
|
my $msgspec = \@msgs;
|
|
|
|
|
|
|
|
|
|
# Make $msg a comma separated list, of messages we want
|
|
|
|
|
$msg = $self->Range($msgspec);
|
|
|
|
|
|
|
|
|
|
if ($fields[0] =~ /^[Aa][Ll]{2}$/ ) {
|
|
|
|
|
|
|
|
|
|
$string = "$msg body" .
|
|
|
|
|
# use ".peek" if Peek parameter is a) defined and true,
|
|
|
|
|
# or b) undefined, but not if it's defined and untrue:
|
|
|
|
|
|
|
|
|
|
( defined($self->Peek) ?
|
|
|
|
|
( $self->Peek ? ".peek" : "" ) :
|
|
|
|
|
".peek"
|
|
|
|
|
) . "[header]" ;
|
|
|
|
|
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}else {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$string = "$msg body" .
|
|
|
|
|
# use ".peek" if Peek parameter is a) defined and true, or
|
|
|
|
|
# b) undefined, but not if it's defined and untrue:
|
|
|
|
|
|
|
|
|
|
( defined($self->Peek) ?
|
|
|
|
|
( $self->Peek ? ".peek" : "" ) :
|
|
|
|
|
".peek"
|
|
|
|
|
) . "[header.fields (" . join(" ",@fields) . ')]' ;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my @raw=$self->fetch( $string ) or return undef;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
my $h = 0; # reference to hash of current msgid, or 0 between msgs
|
|
|
|
|
|
|
|
|
|
for my $header (map { split(/(?:\x0d\x0a)/,$_) } @raw) {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
|
|
|
|
no warnings;
|
2011-03-12 03:44:24 +01:00
|
|
|
|
if ( $header =~ /^\*\s+\d+\s+FETCH\s+\(.*BODY\[HEADER(?:\]|\.FIELDS)/i) {
|
|
|
|
|
if ($self->Uid) {
|
|
|
|
|
if ( my($msgid) = $header =~ /UID\s+(\d+)/ ) {
|
|
|
|
|
$h = {};
|
|
|
|
|
$headers->{$msgid} = $h;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$h = {};
|
|
|
|
|
}
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:24 +01:00
|
|
|
|
if ( my($msgid) = $header =~ /^\*\s+(\d+)/ ) {
|
|
|
|
|
#start of new message header:
|
|
|
|
|
$h = {};
|
|
|
|
|
$headers->{$msgid} = $h;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
next if $header =~ /^\s+$/;
|
|
|
|
|
|
|
|
|
|
# ( for vi
|
|
|
|
|
if ($header =~ /^\)/) { # end of this message
|
|
|
|
|
$h = 0; # set to be between messages
|
|
|
|
|
next;
|
|
|
|
|
}
|
|
|
|
|
# check for '<optional_white_space>UID<white_space><UID_number><optional_white_space>)'
|
|
|
|
|
# when parsing headers by UID.
|
|
|
|
|
if ($self->Uid and my($msgid) = $header =~ /^\s*UID\s+(\d+)\s*\)/) {
|
|
|
|
|
$headers->{$msgid} = $h; # store in results against this message
|
|
|
|
|
$h = 0; # set to be between messages
|
|
|
|
|
next;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ($h != 0) { # do we expect this to be a header?
|
|
|
|
|
my $hdr = $header;
|
|
|
|
|
chomp $hdr;
|
2011-03-12 03:44:36 +01:00
|
|
|
|
$hdr =~ s/\r$//;
|
2011-03-12 03:44:37 +01:00
|
|
|
|
#print "W[$hdr]", ref($hdr), "!\n";
|
|
|
|
|
#next if ( ! defined($hdr));
|
|
|
|
|
#print "X[$hdr]\n";
|
|
|
|
|
|
|
|
|
|
if (defined($hdr) and ($hdr =~ s/^(\S+):\s*//)) {
|
|
|
|
|
# if ($hdr =~ s/^(\S+):\s*//) {
|
|
|
|
|
#print "X1\n";
|
2011-03-12 03:44:36 +01:00
|
|
|
|
$field = exists $fieldmap{lc($1)} ? $fieldmap{lc($1)} : $1 ;
|
2011-03-12 03:44:24 +01:00
|
|
|
|
push @{$h->{$field}} , $hdr ;
|
|
|
|
|
} elsif ($hdr =~ s/^.*FETCH\s\(.*BODY\[HEADER\.FIELDS.*\)\]\s(\S+):\s*//) {
|
2011-03-12 03:44:37 +01:00
|
|
|
|
#print "X2\n";
|
2011-03-12 03:44:24 +01:00
|
|
|
|
$field = exists $fieldmap{lc($1)} ? $fieldmap{lc($1)} : $1 ;
|
|
|
|
|
push @{$h->{$field}} , $hdr ;
|
|
|
|
|
} elsif ( ref($h->{$field}) eq 'ARRAY') {
|
2011-03-12 03:44:37 +01:00
|
|
|
|
#print "X3\n";
|
2011-03-12 03:44:24 +01:00
|
|
|
|
|
|
|
|
|
$hdr =~ s/^\s+/ /;
|
|
|
|
|
$h->{$field}[-1] .= $hdr ;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:37 +01:00
|
|
|
|
use warnings;
|
2011-03-12 03:44:40 +01:00
|
|
|
|
# my $candump = 0;
|
|
|
|
|
# if ($self->Debug) {
|
|
|
|
|
# eval {
|
|
|
|
|
# require Data::Dumper;
|
|
|
|
|
# Data::Dumper->import;
|
|
|
|
|
# };
|
|
|
|
|
# $candump++ unless $@;
|
|
|
|
|
# }
|
2011-03-12 03:44:24 +01:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
# if we asked for one message, just return its hash,
|
|
|
|
|
# otherwise, return hash of numbers => header hash
|
|
|
|
|
# if (ref($msgspec) eq 'ARRAY') {
|
|
|
|
|
|
|
|
|
|
return $headers;
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
};
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
*Mail::IMAPClient::authenticate = sub {
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
|
|
|
|
my $self = shift;
|
|
|
|
|
my $scheme = shift;
|
|
|
|
|
my $response = shift;
|
|
|
|
|
|
|
|
|
|
$scheme ||= $self->Authmechanism;
|
|
|
|
|
$response ||= $self->Authcallback;
|
|
|
|
|
my $clear = $self->Clear;
|
|
|
|
|
|
|
|
|
|
$self->Clear($clear)
|
|
|
|
|
if $self->Count >= $clear and $clear > 0;
|
|
|
|
|
|
|
|
|
|
my $count = $self->Count($self->Count+1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
my $string = "$count AUTHENTICATE $scheme";
|
|
|
|
|
|
|
|
|
|
$self->_record($count,[ $self->_next_index($self->Transaction),
|
|
|
|
|
"INPUT", "$string\x0d\x0a"] );
|
|
|
|
|
|
|
|
|
|
my $feedback = $self->_send_line("$string");
|
|
|
|
|
|
|
|
|
|
unless ($feedback) {
|
|
|
|
|
$self->LastError("Error sending '$string' to IMAP: $!\n");
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my ($code, $output);
|
|
|
|
|
|
|
|
|
|
until ($code) {
|
|
|
|
|
$output = $self->_read_line or return undef;
|
2011-03-12 03:44:40 +01:00
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
foreach my $o (@$output) {
|
|
|
|
|
$self->_record($count,$o); # $o is a ref
|
|
|
|
|
($code) = $o->[DATA] =~ /^\+(.*)$/ ;
|
|
|
|
|
if ($o->[DATA] =~ /^\*\s+BYE/) {
|
|
|
|
|
$self->State(Unconnected);
|
|
|
|
|
return undef ;
|
|
|
|
|
}
|
2011-03-12 03:44:40 +01:00
|
|
|
|
if ($o->[DATA]=~ /^\d+\s+(NO|BAD)/i) {
|
|
|
|
|
return undef ;
|
|
|
|
|
}
|
2011-03-12 03:44:32 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ('CRAM-MD5' eq $scheme && ! $response) {
|
|
|
|
|
if ($Mail::IMAPClient::_CRAM_MD5_ERR) {
|
|
|
|
|
$self->LastError($Mail::IMAPClient::_CRAM_MD5_ERR);
|
2011-03-12 03:44:36 +01:00
|
|
|
|
carp $Mail::IMAPClient::_CRAM_MD5_ERR;
|
2011-03-12 03:44:35 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:36 +01:00
|
|
|
|
$response = \&Mail::IMAPClient::_cram_md5;
|
2011-03-12 03:44:32 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$feedback = $self->_send_line($response->($code, $self));
|
|
|
|
|
|
|
|
|
|
unless ($feedback) {
|
|
|
|
|
$self->LastError("Error sending append msg text to IMAP: $!\n");
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$code = ""; # clear code
|
|
|
|
|
until ($code) {
|
|
|
|
|
$output = $self->_read_line or return undef;
|
|
|
|
|
foreach my $o (@$output) {
|
|
|
|
|
$self->_record($count,$o); # $o is a ref
|
|
|
|
|
if ( ($code) = $o->[DATA] =~ /^\+ (.*)$/ ) {
|
|
|
|
|
$feedback = $self->_send_line($response->($code,$self));
|
|
|
|
|
unless ($feedback) {
|
|
|
|
|
$self->LastError("Error sending append msg text to IMAP: $!\n");
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
$code = "" ; # Clear code; we're still not finished
|
|
|
|
|
} else {
|
|
|
|
|
$o->[DATA] =~ /^$count (OK|NO|BAD)/ and $code = $1;
|
|
|
|
|
if ($o->[DATA] =~ /^\*\s+BYE/) {
|
|
|
|
|
$self->State(Unconnected);
|
|
|
|
|
return undef ;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$code =~ /^OK/ and $self->State(Authenticated) ;
|
|
|
|
|
return $code =~ /^OK/ ? $self : undef ;
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:32 +01:00
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
*Mail::IMAPClient::_cram_md5 = sub {
|
2011-03-12 03:44:32 +01:00
|
|
|
|
my ($code, $client) = @_;
|
|
|
|
|
my $hmac = Digest::HMAC_MD5::hmac_md5_hex(MIME::Base64::decode($code),
|
|
|
|
|
$client->Password());
|
|
|
|
|
return MIME::Base64::encode($client->User() . " $hmac", "");
|
2011-03-12 03:44:36 +01:00
|
|
|
|
};
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:44:37 +01:00
|
|
|
|
*Mail::IMAPClient::message_string = sub {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
my $msg = shift;
|
|
|
|
|
my $expected_size = $self->size($msg);
|
|
|
|
|
return undef unless(defined $expected_size); # unable to get size
|
|
|
|
|
my $cmd = $self->has_capability('IMAP4REV1') ?
|
|
|
|
|
"BODY" . ( $self->Peek ? '.PEEK[]' : '[]' ) :
|
|
|
|
|
"RFC822" . ( $self->Peek ? '.PEEK' : '' ) ;
|
|
|
|
|
|
|
|
|
|
$self->fetch($msg,$cmd) or return undef;
|
|
|
|
|
|
|
|
|
|
my $string = "";
|
|
|
|
|
|
|
|
|
|
foreach my $result (@{$self->{"History"}{$self->Transaction}}) {
|
|
|
|
|
$string .= $result->[DATA]
|
|
|
|
|
if defined($result) and $self->_is_literal($result) ;
|
|
|
|
|
}
|
2011-03-12 03:44:39 +01:00
|
|
|
|
|
2011-03-12 03:44:37 +01:00
|
|
|
|
# BUG? should probably return undef if length != expected
|
2011-03-12 03:44:39 +01:00
|
|
|
|
# No bug, somme servers are buggy.
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
if (! $self->Ignoresizeerrors ) {
|
|
|
|
|
if ( length($string) != $expected_size ) {
|
|
|
|
|
warn "message_string: " .
|
|
|
|
|
"expected $expected_size bytes but received " .
|
|
|
|
|
length($string) . "\n";
|
|
|
|
|
$self->LastError("message_string: expected ".
|
|
|
|
|
"$expected_size bytes but received " .
|
|
|
|
|
length($string)."\n");
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-03-12 03:44:37 +01:00
|
|
|
|
return $string;
|
|
|
|
|
};
|
2011-03-12 03:44:35 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
{
|
|
|
|
|
no warnings 'once';
|
|
|
|
|
|
2011-03-12 03:44:40 +01:00
|
|
|
|
*Mail::IMAPClient::Ssl = sub {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
|
|
|
|
if (@_) { $self->{SSL} = shift }
|
|
|
|
|
return $self->{SSL};
|
|
|
|
|
};
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
*Mail::IMAPClient::exists = sub {
|
|
|
|
|
my ( $self, $folder ) = @_;
|
|
|
|
|
$self->status($folder) ? $self : undef;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
*Mail::IMAPClient::Authuser = sub {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
|
|
|
|
if (@_) { $self->{AUTHUSER} = shift }
|
|
|
|
|
return $self->{AUTHUSER};
|
|
|
|
|
};
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
|
|
|
|
*Mail::IMAPClient::Ignoresizeerrors = sub {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
|
|
|
|
if (@_) { $self->{IGNORESIZEERRORS} = shift }
|
|
|
|
|
return $self->{IGNORESIZEERRORS};
|
|
|
|
|
};
|
|
|
|
|
|
2011-03-12 03:44:53 +01:00
|
|
|
|
*Mail::IMAPClient::Reconnectretry = sub {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
|
|
|
|
if (@_) { $self->{RECONNECTRETRY} = shift }
|
|
|
|
|
return $self->{RECONNECTRETRY};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*Mail::IMAPClient::reconnect = sub {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
|
|
|
|
if ( $self->IsAuthenticated ) {
|
|
|
|
|
$self->_debug("reconnect called but already authenticated");
|
|
|
|
|
return $self;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my $einfo = $self->LastError || "";
|
|
|
|
|
$self->_debug( "reconnecting to ", $self->Server, ", last error: $einfo" );
|
|
|
|
|
|
|
|
|
|
# reconnect and select appropriate folder
|
|
|
|
|
$self->connect or return undef;
|
|
|
|
|
|
|
|
|
|
return ( defined $self->Folder ) ? $self->select( $self->Folder ) : $self;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# wrapper for _imap_command_do to enable retrying on lost connections
|
|
|
|
|
*Mail::IMAPClient::_imap_command = sub {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
|
|
|
|
my $tries = 0;
|
|
|
|
|
my $retry = $self->Reconnectretry || 0;
|
|
|
|
|
my ( $rc, @err );
|
|
|
|
|
|
|
|
|
|
# LastError (if set) will be overwritten masking any earlier errors
|
|
|
|
|
while ( $tries++ <= $retry ) {
|
|
|
|
|
# do command on the first try or if Connected (reconnect ongoing)
|
|
|
|
|
if ( $tries == 1 or $self->IsConnected ) {
|
|
|
|
|
#print "call @_\n";
|
|
|
|
|
$rc = $self->_imap_command_do(@_);
|
|
|
|
|
push( @err, $self->LastError ) if $self->LastError;
|
2011-03-12 03:44:54 +01:00
|
|
|
|
#print "call @_ done [", $rc || '', "] [$tries/$retry][" . $self->IsUnconnected . "]\n";
|
2011-03-12 03:44:53 +01:00
|
|
|
|
}
|
2011-03-12 03:44:54 +01:00
|
|
|
|
|
|
|
|
|
if ( !defined($rc) and $retry and $self->IsUnconnected
|
|
|
|
|
and $self->LastIMAPCommand !~ /LOGOUT/) {
|
|
|
|
|
print "\nWarning: disconnected. ";
|
|
|
|
|
if ( $self->reconnect ) {
|
|
|
|
|
print "Reconnect successful on try #$tries\n";
|
2011-03-12 03:44:54 +01:00
|
|
|
|
$self->Reconnect_counter($self->Reconnect_counter() + 1);
|
2011-03-12 03:44:53 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:54 +01:00
|
|
|
|
print "Reconnect failed on try #$tries\n";
|
2011-03-12 03:44:53 +01:00
|
|
|
|
push( @err, $self->LastError ) if $self->LastError;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
last;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
unless ($rc) {
|
|
|
|
|
my ( %seen, @keep, @info );
|
|
|
|
|
|
|
|
|
|
foreach my $str (@err) {
|
|
|
|
|
my ( $sz, $len ) = ( 96, length($str) );
|
|
|
|
|
$str =~ s/$CR?$LF$/\\n/omg;
|
|
|
|
|
if ( !$self->Debug and $len > $sz * 2 ) {
|
|
|
|
|
my $beg = substr( $str, 0, $sz );
|
|
|
|
|
my $end = substr( $str, -$sz, $sz );
|
|
|
|
|
$str = $beg . "..." . $end;
|
|
|
|
|
}
|
|
|
|
|
next if $seen{$str}++;
|
|
|
|
|
push( @keep, $str );
|
|
|
|
|
}
|
|
|
|
|
foreach my $msg (@keep) {
|
|
|
|
|
push( @info, $msg . ( $seen{$msg} > 1 ? " ($seen{$msg}x)" : "" ) );
|
|
|
|
|
}
|
|
|
|
|
$self->LastError( join( "; ", @info ) );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return $rc;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*Mail::IMAPClient::_imap_command_do = sub {
|
|
|
|
|
|
|
|
|
|
my $self = shift;
|
|
|
|
|
my $string = shift or return undef;
|
|
|
|
|
my $good = shift || 'GOOD';
|
|
|
|
|
|
|
|
|
|
my $qgood = quotemeta($good);
|
|
|
|
|
|
|
|
|
|
my $clear = "";
|
|
|
|
|
$clear = $self->Clear;
|
|
|
|
|
|
|
|
|
|
$self->Clear($clear)
|
|
|
|
|
if $self->Count >= $clear and $clear > 0;
|
|
|
|
|
|
|
|
|
|
my $count = $self->Count($self->Count+1);
|
|
|
|
|
|
|
|
|
|
$string = "$count $string" ;
|
|
|
|
|
|
|
|
|
|
$self->_record($count,[ 0, "INPUT", "$string\x0d\x0a"] );
|
|
|
|
|
|
|
|
|
|
my $feedback = $self->_send_line("$string");
|
|
|
|
|
|
|
|
|
|
unless ($feedback) {
|
|
|
|
|
$self->LastError( "Error sending '$string' to IMAP: $!\n");
|
|
|
|
|
$@ = "Error sending '$string' to IMAP: $!";
|
|
|
|
|
carp "Error sending '$string' to IMAP: $!";
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my ($code, $output);
|
|
|
|
|
$output = "";
|
|
|
|
|
|
|
|
|
|
READ: until ( $code) {
|
|
|
|
|
# escape infinite loop if read_line never returns any data:
|
|
|
|
|
$output = $self->_read_line or return undef;
|
|
|
|
|
|
|
|
|
|
for my $o (@$output) {
|
|
|
|
|
$self->_record($count,$o); # $o is a ref
|
|
|
|
|
# $self->_debug("Received from readline: ${\($o->[DATA])}<<END OF RESULT>>\n");
|
|
|
|
|
next unless $self->_is_output($o);
|
|
|
|
|
if ( $good eq '+' ) {
|
|
|
|
|
$o->[DATA] =~ /^$count (OK|BAD|NO|$qgood)|^($qgood)/mi ;
|
|
|
|
|
$code = $1||$2 ;
|
|
|
|
|
} else {
|
|
|
|
|
($code) = $o->[DATA] =~ /^$count (OK|BAD|NO|$qgood)/mi ;
|
|
|
|
|
}
|
|
|
|
|
if ($o->[DATA] =~ /^\*\s+BYE/im) {
|
|
|
|
|
$self->State(Unconnected);
|
|
|
|
|
return undef ;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# $self->_debug("Command $string: returned $code\n");
|
|
|
|
|
return $code =~ /^OK|$qgood/im ? $self : undef ;
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
*Mail::IMAPClient::_read_line = sub {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
my $sh = $self->Socket;
|
|
|
|
|
my $literal_callback = shift;
|
|
|
|
|
my $output_callback = shift;
|
|
|
|
|
|
|
|
|
|
unless ($self->IsConnected and $self->Socket) {
|
|
|
|
|
$self->LastError("NO Not connected.\n");
|
|
|
|
|
carp "Not connected" if $^W;
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
my $iBuffer = "";
|
|
|
|
|
my $oBuffer = [];
|
|
|
|
|
my $count = 0;
|
|
|
|
|
my $index = $self->_next_index($self->Transaction);
|
|
|
|
|
my $rvec = my $ready = my $errors = 0;
|
|
|
|
|
my $timeout = $self->Timeout;
|
|
|
|
|
|
|
|
|
|
my $readlen = 1;
|
|
|
|
|
my $fast_io = $self->Fast_io; # Remember setting to reduce future method calls
|
|
|
|
|
|
|
|
|
|
if ( $fast_io ) {
|
|
|
|
|
|
|
|
|
|
# set fcntl if necessary:
|
|
|
|
|
exists $self->{_fcntl} or $self->Fast_io($fast_io);
|
|
|
|
|
$readlen = $self->{Buffer}||4096;
|
|
|
|
|
}
|
|
|
|
|
until (
|
|
|
|
|
# there's stuff in output buffer:
|
|
|
|
|
scalar(@$oBuffer) and
|
|
|
|
|
|
|
|
|
|
# the last thing there has cr-lf:
|
|
|
|
|
$oBuffer->[-1][DATA] =~ /\x0d\x0a$/ and
|
|
|
|
|
|
|
|
|
|
# that thing is an output line:
|
|
|
|
|
$oBuffer->[-1][TYPE] eq "OUTPUT" and
|
|
|
|
|
|
|
|
|
|
# and the input buffer has been MT'ed:
|
|
|
|
|
$iBuffer eq ""
|
|
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
my $transno = $self->Transaction; # used below in several places
|
|
|
|
|
if ($timeout) {
|
|
|
|
|
vec($rvec, fileno($self->Socket), 1) = 1;
|
|
|
|
|
my @ready = $self->{_select}->can_read($timeout) ;
|
|
|
|
|
unless ( @ready ) {
|
|
|
|
|
$self->LastError("Tag $transno: " .
|
|
|
|
|
"Timeout after $timeout seconds " .
|
|
|
|
|
"waiting for data from server\n");
|
|
|
|
|
$self->_record($transno,
|
|
|
|
|
[ $self->_next_index($transno),
|
|
|
|
|
"ERROR",
|
|
|
|
|
"$transno * NO Timeout after ".
|
|
|
|
|
"$timeout seconds " .
|
|
|
|
|
"during read from " .
|
|
|
|
|
"server\x0d\x0a"
|
|
|
|
|
]
|
|
|
|
|
);
|
|
|
|
|
$self->LastError(
|
|
|
|
|
"Timeout after $timeout seconds " .
|
|
|
|
|
"during read from server\x0d\x0a"
|
|
|
|
|
);
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#local($^W) = undef; # Now quiet down warnings
|
|
|
|
|
|
|
|
|
|
# read "$readlen" bytes (or less):
|
|
|
|
|
# need to check return code from $self->_sysread
|
|
|
|
|
# in case other end has shut down!!!
|
|
|
|
|
my $ret = $self->_sysread( $sh, \$iBuffer, $readlen, length($iBuffer)) ;
|
|
|
|
|
# $self->_debug("Read so far: $iBuffer<<END>>\n");
|
|
|
|
|
if($timeout and ! defined($ret)) { # Blocking read error...
|
|
|
|
|
my $msg = "Error while reading data from server: $!\x0d\x0a";
|
|
|
|
|
$self->LastError('Error while reading data from server');
|
|
|
|
|
$self->State(Unconnected);
|
|
|
|
|
print $msg;
|
|
|
|
|
$self->_record($transno,
|
|
|
|
|
[ $self->_next_index($transno),
|
|
|
|
|
"ERROR", "$transno * NO $msg "
|
|
|
|
|
]);
|
|
|
|
|
$@ = "$msg";
|
|
|
|
|
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
elsif(defined($ret) and $ret == 0) { # Caught EOF...
|
|
|
|
|
my $msg="Socket closed while reading data from server [$!]\x0d\x0a";
|
|
|
|
|
print "$msg";
|
|
|
|
|
$self->LastError('Socket closed while reading data from server');
|
|
|
|
|
$self->State(Unconnected);
|
|
|
|
|
$self->_record($transno,
|
|
|
|
|
[ $self->_next_index($transno),
|
|
|
|
|
"ERROR", "$transno * NO $msg "
|
|
|
|
|
]);
|
|
|
|
|
$@ = "$msg";
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
# successfully wrote to other end, keep going...
|
|
|
|
|
$count += $ret;
|
|
|
|
|
LINES: while ( $iBuffer =~ s/^(.*?\x0d?\x0a)// ) {
|
|
|
|
|
my $current_line = $1;
|
|
|
|
|
|
|
|
|
|
# $self->_debug("BUFFER: pulled from buffer: <BEGIN>${current_line}<END>\n" .
|
|
|
|
|
# "and left with buffer contents of: <BEGIN>${iBuffer}<END>\n");
|
|
|
|
|
|
|
|
|
|
LITERAL: if ($current_line =~ s/\{(\d+)\}\x0d\x0a$//) {
|
|
|
|
|
# This part handles IMAP "Literals",
|
|
|
|
|
# which according to rfc2060 look something like this:
|
|
|
|
|
# [tag]|* BLAH BLAH {nnn}\r\n
|
|
|
|
|
# [nnn bytes of literally transmitted stuff]
|
|
|
|
|
# [part of line that follows literal data]\r\n
|
|
|
|
|
|
|
|
|
|
# Set $len to be length of impending literal:
|
|
|
|
|
my $len = $1 ;
|
|
|
|
|
|
|
|
|
|
$self->_debug("LITERAL: received literal in line ".
|
|
|
|
|
"$current_line of length $len; ".
|
|
|
|
|
"attempting to ".
|
|
|
|
|
"retrieve from the " . length($iBuffer) .
|
|
|
|
|
" bytes in: $iBuffer<END_OF_iBuffer>\n");
|
|
|
|
|
|
|
|
|
|
# Xfer up to $len bytes from front of $iBuffer to $litstring:
|
|
|
|
|
my $litstring = substr($iBuffer, 0, $len);
|
|
|
|
|
$iBuffer = substr($iBuffer, length($litstring),
|
|
|
|
|
length($iBuffer) - length($litstring) ) ;
|
|
|
|
|
|
|
|
|
|
# Figure out what's left to read (i.e. what part of
|
|
|
|
|
# literal wasn't in buffer):
|
|
|
|
|
my $remainder_count = $len - length($litstring);
|
|
|
|
|
my $callback_value = "";
|
|
|
|
|
|
|
|
|
|
if ( defined($literal_callback) ) {
|
|
|
|
|
if ( $literal_callback =~ /GLOB/) {
|
|
|
|
|
print $literal_callback $litstring ;
|
|
|
|
|
$litstring = "";
|
|
|
|
|
} elsif ($literal_callback =~ /CODE/ ) {
|
|
|
|
|
# Don't do a thing
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
$self->LastError(
|
|
|
|
|
ref($literal_callback) .
|
|
|
|
|
" is an invalid callback type; " .
|
|
|
|
|
"must be a filehandle or coderef\n"
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
if ($remainder_count > 0 and $timeout) {
|
|
|
|
|
# If we're doing timeouts then here we set up select
|
|
|
|
|
# and wait for data from the the IMAP socket.
|
|
|
|
|
vec($rvec, fileno($self->Socket), 1) = 1;
|
|
|
|
|
unless ( CORE::select( $ready = $rvec,
|
|
|
|
|
undef,
|
|
|
|
|
$errors = $rvec,
|
|
|
|
|
$timeout)
|
|
|
|
|
) {
|
|
|
|
|
# Select failed; that means bad news.
|
|
|
|
|
# Better tell someone.
|
|
|
|
|
$self->LastError("Tag " . $transno .
|
|
|
|
|
": Timeout waiting for literal data " .
|
|
|
|
|
"from server\n");
|
|
|
|
|
carp "Tag " . $transno .
|
|
|
|
|
": Timeout waiting for literal data " .
|
|
|
|
|
"from server\n"
|
|
|
|
|
if $self->Debug or $^W;
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fcntl($sh, F_SETFL, $self->{_fcntl})
|
|
|
|
|
if $fast_io and defined($self->{_fcntl});
|
|
|
|
|
while ( $remainder_count > 0 ) { # As long as not done,
|
|
|
|
|
$self->_debug("Still need $remainder_count to " .
|
|
|
|
|
"complete literal string\n");
|
|
|
|
|
my $ret = $self->_sysread( # bytes read
|
|
|
|
|
$sh, # IMAP handle
|
|
|
|
|
\$litstring, # place to read into
|
|
|
|
|
$remainder_count, # bytes left to read
|
|
|
|
|
length($litstring) # offset to read into
|
|
|
|
|
) ;
|
|
|
|
|
$self->_debug("Received ret=$ret and buffer = " .
|
|
|
|
|
"\n$litstring<END>\nwhile processing LITERAL\n");
|
|
|
|
|
if ( $timeout and !defined($ret)) { # possible timeout
|
|
|
|
|
$self->_record($transno, [
|
|
|
|
|
$self->_next_index($transno),
|
|
|
|
|
"ERROR",
|
|
|
|
|
"$transno * NO Error reading data " .
|
|
|
|
|
"from server: $!\n"
|
|
|
|
|
]
|
|
|
|
|
);
|
|
|
|
|
return undef;
|
|
|
|
|
} elsif ( $ret == 0 and eof($sh) ) {
|
|
|
|
|
$self->_record($transno, [
|
|
|
|
|
$self->_next_index($transno),
|
|
|
|
|
"ERROR",
|
|
|
|
|
"$transno * ".
|
|
|
|
|
"BYE Server unexpectedly " .
|
|
|
|
|
"closed connection: $!\n"
|
|
|
|
|
]
|
|
|
|
|
);
|
|
|
|
|
$self->State(Unconnected);
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
|
|
|
|
# decrement remaining bytes by amt read:
|
|
|
|
|
$remainder_count -= $ret;
|
|
|
|
|
|
|
|
|
|
if ( length($litstring) > $len ) {
|
|
|
|
|
# copy the extra struff into the iBuffer:
|
|
|
|
|
$iBuffer = substr(
|
|
|
|
|
$litstring,
|
|
|
|
|
$len,
|
|
|
|
|
length($litstring) - $len
|
|
|
|
|
);
|
|
|
|
|
$litstring = substr($litstring, 0, $len) ;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ( defined($literal_callback) ) {
|
|
|
|
|
if ( $literal_callback =~ /GLOB/ ) {
|
|
|
|
|
print $literal_callback $litstring;
|
|
|
|
|
$litstring = "";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
$literal_callback->($litstring)
|
|
|
|
|
if defined($litstring) and
|
|
|
|
|
defined($literal_callback) and $literal_callback =~ /CODE/;
|
|
|
|
|
|
|
|
|
|
$self->Fast_io($fast_io) if $fast_io;
|
|
|
|
|
|
|
|
|
|
# Now let's make sure there are no IMAP server output lines
|
|
|
|
|
# (i.e. [tag|*] BAD|NO|OK Text) embedded in the literal string
|
|
|
|
|
# (There shouldn't be but I've seen it done!), but only if
|
|
|
|
|
# EnableServerResponseInLiteral is set to true
|
|
|
|
|
|
|
|
|
|
my $embedded_output = 0;
|
|
|
|
|
my $lastline = ( split(/\x0d?\x0a/,$litstring))[-1]
|
|
|
|
|
if $litstring;
|
|
|
|
|
|
|
|
|
|
if ( $self->EnableServerResponseInLiteral and
|
|
|
|
|
$lastline and
|
|
|
|
|
$lastline =~ /^(?:\*|(\d+))\s(BAD|NO|OK)/i
|
|
|
|
|
) {
|
|
|
|
|
$litstring =~ s/\Q$lastline\E\x0d?\x0a//;
|
|
|
|
|
$embedded_output++;
|
|
|
|
|
|
|
|
|
|
$self->_debug("Got server output mixed in " .
|
|
|
|
|
"with literal: $lastline\n"
|
|
|
|
|
) if $self->Debug;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
# Finally, we need to stuff the literal onto the
|
|
|
|
|
# end of the oBuffer:
|
|
|
|
|
push @$oBuffer, [ $index++, "OUTPUT" , $current_line],
|
|
|
|
|
[ $index++, "LITERAL", $litstring ];
|
|
|
|
|
push @$oBuffer, [ $index++, "OUTPUT", $lastline ]
|
|
|
|
|
if $embedded_output;
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
push @$oBuffer, [ $index++, "OUTPUT" , $current_line ];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
#$self->_debug("iBuffer is now: $iBuffer<<END OF BUFFER>>\n");
|
|
|
|
|
}
|
|
|
|
|
# _debug $self, "Buffer is now $buffer\n";
|
|
|
|
|
_debug $self, "Read: " . join("",map {$_->[DATA]} @$oBuffer) ."\n"
|
|
|
|
|
if $self->Debug;
|
|
|
|
|
return scalar(@$oBuffer) ? $oBuffer : undef ;
|
|
|
|
|
};
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# End of sub override_imapclient (yes, very bad indentation)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sub myconnect {
|
2011-03-12 03:44:35 +01:00
|
|
|
|
my $self = shift;
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "Entering myconnect\n";
|
2011-03-12 03:44:35 +01:00
|
|
|
|
%$self = (%$self, @_);
|
2011-03-12 03:44:40 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $sock = (($self->Ssl) ? IO::Socket::SSL->new : IO::Socket::INET->new);
|
2011-03-12 03:44:40 +01:00
|
|
|
|
my $dp = ($self->Ssl ? 'imaps(993)' : 'imap(143)');
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "Calling configure\n";
|
2011-03-12 03:44:35 +01:00
|
|
|
|
my $ret = $sock->configure({
|
|
|
|
|
PeerAddr => $self->Server ,
|
|
|
|
|
PeerPort => $self->Port||$dp ,
|
|
|
|
|
Proto => 'tcp' ,
|
|
|
|
|
Timeout => $self->Timeout||0 ,
|
|
|
|
|
Debug => $self->Debug ,
|
|
|
|
|
});
|
|
|
|
|
unless ( defined($ret) ) {
|
|
|
|
|
$self->LastError( "$@\n");
|
|
|
|
|
$@ = "$@";
|
|
|
|
|
carp "$@"
|
|
|
|
|
unless defined wantarray;
|
|
|
|
|
return undef;
|
|
|
|
|
}
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$sock->autoflush(1);
|
|
|
|
|
|
|
|
|
|
my $banner = $sock->getline();
|
|
|
|
|
$debug and print "Read: $banner";
|
|
|
|
|
|
|
|
|
|
$self->Banner($banner);
|
|
|
|
|
$self->RawSocket2($sock);
|
|
|
|
|
$self->State(Connected);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
|
|
|
|
if ($self->Tls) {
|
|
|
|
|
$debug and print "Calling starttls\n";
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
|
|
|
|
my $banner = starttls($self);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "End starttls: $banner\n";
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$self->Ignoresizeerrors($allowsizemismatch);
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
2011-03-12 03:44:47 +01:00
|
|
|
|
if ($self->User and $self->Password) {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "Calling login\n";
|
2011-03-12 03:44:47 +01:00
|
|
|
|
return $self->login ;
|
|
|
|
|
}
|
|
|
|
|
else {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
return $self;
|
2011-03-12 03:44:47 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
sub starttls {
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $self = shift;
|
|
|
|
|
my $socket = $self->RawSocket2();
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
|
|
|
|
$debug and print "Entering starttls\n";
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $banner = $self->Banner();
|
|
|
|
|
$debug and print $banner;
|
2011-03-12 03:44:51 +01:00
|
|
|
|
unless ($banner =~ /^\* OK \[CAPABILITY.*STARTTLS.*\]/) {
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean( "No STARTTLS capability: $banner" );
|
2011-03-12 03:44:51 +01:00
|
|
|
|
}
|
2011-03-12 03:44:51 +01:00
|
|
|
|
print $socket, "\n";
|
|
|
|
|
print $socket "z00 STARTTLS\015\012";
|
2011-03-12 03:44:51 +01:00
|
|
|
|
my $txt = $socket->getline();
|
2011-03-12 03:44:51 +01:00
|
|
|
|
$debug and print "Read: $txt";
|
|
|
|
|
unless($txt =~ /^z00 OK/){
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean( "Invalid response for STARTTLS: $txt\n" );
|
2011-03-12 03:44:51 +01:00
|
|
|
|
}
|
|
|
|
|
$debug and print "Calling start_SSL\n";
|
|
|
|
|
unless(IO::Socket::SSL->start_SSL($socket,
|
|
|
|
|
{
|
|
|
|
|
SSL_version => "TLSV1",
|
|
|
|
|
SSL_startHandshake => 1,
|
|
|
|
|
SSL_verify_depth => 1,
|
|
|
|
|
}))
|
|
|
|
|
{
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean( "Couldn't start TLS: ".IO::Socket::SSL::errstr()."\n");
|
2011-03-12 03:44:51 +01:00
|
|
|
|
}
|
|
|
|
|
if (ref($socket) ne "IO::Socket::SSL") {
|
2011-03-12 03:44:54 +01:00
|
|
|
|
die_clean( "Socket has NOT been converted to SSL");
|
2011-03-12 03:44:51 +01:00
|
|
|
|
}else{
|
|
|
|
|
$debug and print "Socket successfuly converted to SSL\n";
|
|
|
|
|
}
|
|
|
|
|
$banner;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:36 +01:00
|
|
|
|
package Mail::IMAPClient;
|
|
|
|
|
|
|
|
|
|
sub Split {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
if (@_) {
|
|
|
|
|
$self->{SPLIT} = shift;
|
|
|
|
|
$self->{Maxcommandlength} = 10 * $self->{SPLIT};
|
|
|
|
|
}
|
2011-03-12 03:44:36 +01:00
|
|
|
|
return $self->{SPLIT};
|
|
|
|
|
}
|
2011-03-12 03:44:51 +01:00
|
|
|
|
|
|
|
|
|
sub Tls {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
|
|
|
|
if (@_) { $self->{TLS} = shift }
|
|
|
|
|
return $self->{TLS};
|
|
|
|
|
}
|
|
|
|
|
|
2011-03-12 03:44:54 +01:00
|
|
|
|
sub Reconnect_counter {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
if (@_) { $self->{Reconnect_counter} = shift }
|
|
|
|
|
return $self->{Reconnect_counter};
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2011-03-12 03:44:51 +01:00
|
|
|
|
sub Banner {
|
|
|
|
|
my $self = shift;
|
|
|
|
|
|
|
|
|
|
if (@_) { $self->{BANNER} = shift }
|
|
|
|
|
return $self->{BANNER};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sub RawSocket2 {
|
|
|
|
|
my ( $self, $sock ) = @_;
|
|
|
|
|
defined $sock
|
|
|
|
|
or return $self->{Socket};
|
|
|
|
|
|
|
|
|
|
$self->{Socket} = $sock;
|
|
|
|
|
$self->{_select} = IO::Select->new($sock);
|
|
|
|
|
delete $self->{_fcntl};
|
|
|
|
|
#$self->Fast_io( $self->Fast_io );
|
|
|
|
|
$sock;
|
|
|
|
|
}
|