mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-06 08:44:57 +02:00
1.241
This commit is contained in:
parent
0d91a1a20f
commit
32596eb877
12 changed files with 2180 additions and 19031 deletions
15
imapsync
15
imapsync
|
@ -9,7 +9,7 @@ tool. Synchronise mailboxes between two imap servers. Good
|
|||
at IMAP migration. More than 32 different IMAP server softwares
|
||||
supported with success.
|
||||
|
||||
$Revision: 1.239 $
|
||||
$Revision: 1.241 $
|
||||
|
||||
=head1 INSTALL
|
||||
|
||||
|
@ -277,7 +277,7 @@ Success stories reported with the following 35 imap servers
|
|||
- Groupwise IMAP (Novell) 6.x and 7.0. Buggy so see the FAQ.
|
||||
- iPlanet Messaging server 4.15, 5.1, 5.2
|
||||
- IMail 7.15 (Ipswitch/Win2003), 8.12
|
||||
- MDaemon 7.0.1, 8.1, 9.5.4 (Windows server 2003 R2 platform)
|
||||
- MDaemon 7.0.1, 8.0.2, 8.1, 9.5.4 (Windows server 2003 R2 platform)
|
||||
- Mercury 4.1 (Windows server 2000 platform)
|
||||
- Microsoft Exchange Server 5.5, 6.5.7638.1 [dest]
|
||||
- Netscape Mail Server 3.6 (Wintel !)
|
||||
|
@ -381,12 +381,13 @@ Entries for imapsync:
|
|||
migrationtool : http://sourceforge.net/projects/migrationtool/
|
||||
imapmigrate : http://sourceforge.net/projects/cyrus-utils/
|
||||
wonko_imapsync: http://wonko.com/article/554
|
||||
see also tools/wonko_ruby_imapsync
|
||||
pop2imap : http://www.linux-france.org/prj/pop2imap/
|
||||
|
||||
|
||||
Feedback (good or bad) will be always welcome.
|
||||
|
||||
$Id: imapsync,v 1.239 2007/12/29 02:44:10 gilles Exp $
|
||||
$Id: imapsync,v 1.241 2007/12/31 13:39:02 gilles Exp gilles $
|
||||
|
||||
|
||||
|
||||
|
@ -449,7 +450,7 @@ my(
|
|||
use vars qw ($opt_G); # missing code for this will be option.
|
||||
|
||||
|
||||
$rcs = ' $Id: imapsync,v 1.239 2007/12/29 02:44:10 gilles Exp $ ';
|
||||
$rcs = ' $Id: imapsync,v 1.241 2007/12/31 13:39:02 gilles Exp gilles $ ';
|
||||
$rcs =~ m/,v (\d+\.\d+)/;
|
||||
$VERSION = ($1) ? $1 : "UNKNOWN";
|
||||
|
||||
|
@ -482,8 +483,8 @@ $error=0;
|
|||
|
||||
my $banner = join("",
|
||||
'$RCSfile: imapsync,v $ ',
|
||||
'$Revision: 1.239 $ ',
|
||||
'$Date: 2007/12/29 02:44:10 $ ',
|
||||
'$Revision: 1.241 $ ',
|
||||
'$Date: 2007/12/31 13:39:02 $ ',
|
||||
"\n",localhost_info(),
|
||||
" and the module Mail::IMAPClient version used here is ",
|
||||
$VERSION_IMAPClient,"\n",
|
||||
|
@ -847,7 +848,7 @@ if (scalar(@exclude)) {
|
|||
foreach my $exclude (@exclude) {
|
||||
my @requested_folder = sort(keys(%requested_folder));
|
||||
my @excluded_folders = grep /$exclude/, @requested_folder;
|
||||
remove_to_requested_folders(@excluded_folders);
|
||||
remove_from_requested_folders(@excluded_folders);
|
||||
print "Excluding folders matching pattern '$exclude': @excluded_folders\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue