CVS log for pkgsrc/mail/imapsync/distinfo
Up to [cvs.NetBSD.org] / pkgsrc / mail / imapsync
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 13 21:03:49 2024 UTC (3 months, 4 weeks ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4
lines
imapsync: update to 2.264
* Dependencies added: Perl module Digest::SHA
* Dependencies removed: Perl module IO::Socket::INET6
* Enhancement: It is now possible to check login with one side. Example:
imapsync --host1 test1.lamiral.info --user1 test1 --password1 secret1
* Enhancement: Office365 OAUTH2 modern authentication supported with an external
script.
* Bug fix: Reread oauth2 files upon disconnections.
* Bug fix: Options --password1 and --password2 are no longer required when
--oauthaccesstoken1 and --oauthaccesstoken2 are used, respectively.
* Bug fix: Options --user1 and --user2 are no longer required when --oauthdirect1
and --oauthdirect2 are used, respectively.
* Refactoring: 2065 unit tests.
* Refactoring: 200 functionnal tests.
* Security: Changed the default temporary directory. Now, the temporary directory
taken from --tmpdir or $HOME/tmp or current directory, in order if defined
(instead of /tmp on Linux) CVE-2023-34204
See https://nvd.nist.gov/vuln/detail/CVE-2023-34204
and also https://github.com/imapsync/imapsync/issues/399
I did not change the default tmpdir in the CGI context because
/var/tmp/imapsync_hash is written only if it doesn't exist and
/var/tmp/imapsync_cgi/ is created under the supervision of an admin. And I am
lazy to change all my hosts for now.
* Portability: removed "use IO::Socket::INET6 ;"
* CGI context: CGI context. Exit with a "503 Service Unavailable" when no disk
space is available.
* CGI context: Now the logfile name can only be composed with characters a-zA-Z0-9_-
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 6 15:11:40 2023 UTC (21 months, 1 week ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4
lines
Updated mail/imapsync to 2.229
2.229
- Make pass "make linuxtests win32tests win64tests mactests"
2.228
- Doc. --oauthaccesstoken1 needs --password1 presence. This is a bug.
2.227
- Bugfix. Fixed memory measurement on MacOS and Win32 Win64
2.226
- 1966 unit tests
2.225
- *** empty log message ***
2.224
- typo connexions connections
2.223
- Default is now like --noemailreport1 --noemailreport2, no final email report. Popular demand.
- Added a stat value: memory footprint times time spent during the sync. Unity MiB * hour. Line "Memory consumption at the end".
2.222
- Remove --memorystress from CGI options.
2.221
- CGI context. Refuse to serve when the cpu load is greater than 1 per cpu. A load of 3.9 with 4 cores is ok.
2.220
- CGI context. Refuse to server when memory left is less than 1 GB.
2.219
- heavy load by cpu limit from 6 to 3. Because 6 is too big on ks6
2.218
- Typo. memory_consumption_all_pids_percent with only 2 decimals.
2.217
- CGI context. Bring back to exit on heavy load by cpu. limit is a load of 6 per core, roughly the number of processes running constantly per core.
2.216
- typo seconde second
2.215
- Added --exitonload option. Only available in CGI context for now.
2.214
- load_percent_threshold is now room for two average imapsync processes.
2.213
- Filtering buggy flags is now case insensitive. \Junk or \JUNK or \jUnK etc.
- Refactoring. Added sub tests_filterbuggyflags()
2.212
- Bugfix. Do not crash when Proc::ProcessTable field pctmem does not exist.
2.211
- Last commit 2.210 did not pass the unit tests. Fixed.
2.210
- Added filtering \JUNK flag in cgi context or with --filterbuggyflags
2.209
- Enhancement. heavy_load_percent_threshold now based on memory_footprint_average_bytes 300 MB
2.208
- 90%
2.207
- memory limit to quit from 100% to 50%. Quick fix.
2.206
- Added dependency. Perl module Proc::ProcessTable. Not mandatory anyway. For now.
- CGI context. Exit when 100% of RAM memory is used by processes. Exit with status value 69 and message "EX_UNAVAILABLE: service unavailable".
- Added the % of RAM used by all processes in the memory infi line.
2.205
- perlcritic. Change all "= shift ;" to " = shift @ARG ;"
2.204
- Do not report final emails when --dry or --justfolders
2.203
- Bugfix. Allow quota like: QUOTA "user-defined quota (konsoleH)" (STORAGE 988 48829 MESSAGE 20 20)
- Enhancement. Added --memorystress to check memory crunching in normal run.
2.202
- CGI context. Do not append the log file name to ../list_all_logs_auto.txt when there is no parameters.
2.201
- Moved all getppid to mygetppid (it adds a comment on Windows, where ppid is too complicated to get.
2.200
- typo. "check the certificate server" => "check the server certificate."
2.199
- Enhancement. Added the local ip address for the imap connexions. It can help configuring firewalls to allow the imap source IP.
2.198
- Added SERVER_NAME SERVER_ADDR SERVER_ADMIN variables and values to the output.
2.197
- Bugfix. --tests --testslive was listing 0 folders.
- Added message "Use --noemailreport1 to avoid it" after putting the email final report in INBOX.
2.196
- Bugfix. Dates were not displayed under Windows because POSIX::strftime %e is not portable.
- Bugfix. Several other places where dates were wrong on Windows.
2.195
- Added warning "parsing headers of folder ... It can take time for huge folders. Be patient."
2.194
- Bugfix. --var HTTP_COOKIE=proximapsync_runs=31 was not working because of the second =
2.193
- Refactor. Deglobalized $debuglist $debugflags
- Refactor. Added sync->{ permanentflags2 }
2.192
- Bugfix. Do not allow --skipcrossduplicates and --usecache. Exit EX_USAGE 64
2.191
- Added --var to pass values from proximapsync for variables REMOTE_ADDR REMOTE_HOST HTTP_REFERER HTTP_USER_AGENT SERVER_SOFTWARE SERVER_PORT HTTP_COOKIE
2.190
- Bugfix. Do not turn on --delete2duplicates when --syncduplicates is on, unless --delete2duplicates is given.
2.189
- Upped ERRORS_MAX_CGI from 20 to 500
2.188
- Refactor. Changed setlogfile() to be usable for different logs by proximapsync.
2.187
- Documented why total sizes can differ even when the sync is perfect.
2.186
- Bugfix. Redirect STDERR to STDOUT in all cases, --log or --nolog
2.185
- Added option --emailreport1 and --emailreport2. On by default. Use --noemailreport1 and --noemailreport2 to avoid final emails reports in each INBOX.
2.184
- Added final report to source account also.
2.183
- Added folder name in the debug output of header identificators
2.182
- Bugfix. GMT is good but the tests had to be changed also...
2.181
- Bugfix. Use GMT in tests_email_report_message_id
- Bugfix. Make the email report w3c validated. Crazy man!
2.180
- Enhancement. Append a final email report on account2 at the end of the synchronization. Will be optionnal soon.
2.179
- README reread, grammarly on it.
- Added "Posta inviata" so \Sent with --automap
2.178
- Added tests_compress_ssl()
2.177
- Bugfix. 1849 -> 1848 unit tests
2.176
- Bugfix. memory consumption on Mac was not relevant. Use RSS instead of VSZ, on Mac only. Linux stays with VSZ.
2.175
- Bugix. Darwin, fixed loadavg tests, no more W/t/loadavg.out needed.
2.174
- Added advice for:
- ERR_APPEND_SIZE
- ERR_CONNECTION_FAILURE_HOST1
- ERR_CONNECTION_FAILURE_HOST2
- ERR_AUTHENTICATION_FAILURE_USER1
- ERR_AUTHENTICATION_FAILURE_USER2
2.173
- Bugfix. Made reconnect mechanism works with --oauthdirect1 --oauthdirect2 --oauthaccesstoken1 --oauthaccesstoken2
2.172
- Added some tests to tests_get_options_from_string() and tests_get_options_extra()
- I can not have the unknown options back with Getopt::Long::GetOptionsFromString(), just the unknown values, ie, caca but not --caca
2.171
- Added --ssl1 --ssl2 --tls1 --tls2 --compress1 --compress2 to get_options_from_string()
2.170
- Added --keepalive1 --keepalive2 --reconnectretry1 --reconnectretry2 in get_options_from_string()
2.169
- Added --keepalive1 and --keepalive2 options. On by default.
- See https://metacpan.org/pod/Mail::IMAPClient#Keepalive
- Use --nokeepalive1 and --nokeepalive2 to disable Keepalive.
2.168
- Added --debugflags --errorsmax --folder --timeout in options from file
2.167
- Moved the call to extra options after the chdir of the CGI context.
2.166
- Now read extra options on the first line of the file ./options_extra.txt if it is present and readable.
2.165
- cpu_time rounded with 2 decimals.
- Added 4 tests when no compression is on.
2.164
- Compression no more on by default. Just to see.
2.163
- Bugfix. imapsync --version was buggy in docker context.
2.162
- Docker. Current working directory changed from /var/tmp to /var/tmp/uid_$EFFECTIVE_USER_ID
2.161
- Bugfix. inline doc mentioned always --nocompress1
2.160
- Added inline documentation about --nocompress1 and --nocompress2
2.159
- Dependency. Added use Compress::Zlib
- Enhancement. Added compression in imap. On by default no matter the capability announced. Use --nocompress1 and --nocompress2 to turn it off.
2.158
- Added README help for --truncmess
2.157
- Refactor. Deglobalized $debugcontent. Added debugcontent() function.
- 1800 unit tests.
2.156
- Added comment for ERR_FLAGS "Many STORE errors with FLAGS. Retry with the option --noresyncflags"
- Refactored errors_incr() and errors_listing()
- Bugfix. errors_incr() existed with CATCH_ALL
2.155
- Like --useheader X-Gmail-Received --useheader Message-Id when --gmail1 --gmail2
2.154
- Bugfix. Added 'E&AwE-le&AwE-ments envoye&AwE-s' in possible_special
2.153
- Does not checknoabletosearch if --justfolders
- When creating folder check if selectable and consider ok if selectable
2.152
- Added inline advice on error ERR_OVERQUOTA
- Added inline advice on error ERR_TRANSFER_EXCEEDED
- Renamed function bytes_display_string() bytes_display_string_bin()
- bytes_display_string_bin converts bytes to human KiB MiB GiB TiB PiB
- Added function bytes_display_string_dec() to convert bytes to human decimal KB MB GB TB PB (1000 base)
2.151
- Bugfix. load average on macosx was sometimes buggy. locale float 3,14 instead of 3.14
2.150
- Refactor. Deglobalized warn_release variable
2.149
- Removed --fast option.
2.148
- Bugfix. abort didn't do charset=UTF-8; same for heavy load 503 Service Unavailable
2.147
- Bugfix. The maximum number a pid can be is 2^22, not 2^32.
2.146
- 1742 unit tests.
2.145
- Bugfix. Up the maximum number a pid can be. From 99999 to 2^32. See https://unix.stackexchange.com/questions/16883/what-is-the-maximum-value-of-the-process-id
2.144
- Just an experimental loaddelay forced to 0.
2.143
- Bugfix. Under docker context --version was buggy, too verbose.
2.142
- Removed that hard limit --maxsize 35_651_584 set by --gmail2 since CAPABILITY is used and good.
2.141
- cpu_time param
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Dec 30 10:06:21 2021 UTC (2 years, 11 months ago) by prlw1
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4
lines
Update imapsync to 2.140
Seven years of development, including adding OAUTH2 support.
(Note on numbering: went from 1.999 to 2.100 to avoid 4 digit minor. The
2 isn't "meaningful" in a major number sense.)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:54:03 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:25:21 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2
lines
mail: Remove SHA1 hashes for distfiles
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 3 23:27:07 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
Package pine: missing distfile fancy.patch.gz
Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
Package qmail: missing distfile badrcptto.patch
Package qmail: missing distfile outgoingip.patch
Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 16 09:56:27 2015 UTC (9 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4
lines
Update to 1.607:
revision 1.607 locked by: gilles;
date: 2014/11/14 16:25:06; author: gilles; state: Exp; lines: +46 -40
Added several checks if IsUnconnected. Goal avoid imap commands while disconnected.
Revision 1.606: download - view: text, markup, annotated - select for diffs
Fri Nov 14 14:49:13 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.605: preferred, colored
Changes since revision 1.605: +16 -13
lines
Added total size transferred after each message copied.
Added number of total to be synced as a denominator dddd after each message copied, nnn/dddd, where nnn is the number of messages copied.
Revision 1.605: download - view: text, markup, annotated - select for diffs
Tue Nov 11 00:00:37 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.604: preferred, colored
Changes since revision 1.604: +40 -10
lines
Bugfix. On Windows file path with brackets [] are special. [a] must be written [[]a[]]
Revision 1.604: download - view: text, markup, annotated - select for diffs
Sat Nov 8 00:29:26 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.603: preferred, colored
Changes since revision 1.603: +36 -9
lines
Added --skipemptyfolders to skip empty host1 folders. They are not created on host2.
Revision 1.603: download - view: text, markup, annotated - select for diffs
Fri Nov 7 22:06:33 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.602: preferred, colored
Changes since revision 1.602: +26 -26
lines
Typo from previous save with gedit and ยค
Revision 1.602: download - view: text, markup, annotated - select for diffs
Fri Nov 7 21:57:57 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.601: preferred, colored
Changes since revision 1.601: +82 -19
lines
Added utf8 output for folder names that use special characters in utf7imap
Revision 1.601: download - view: text, markup, annotated - select for diffs
Tue Oct 28 10:48:07 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.600: preferred, colored
Changes since revision 1.600: +22 -22
lines
Moved foldersizes call after folders lists print.
Revision 1.600: download - view: text, markup, annotated - select for diffs
Mon Oct 27 10:41:52 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.599: preferred, colored
Changes since revision 1.599: +8 -8
lines
Remove /x from regex applied with --include and --exclude. Blanks no longer have to be explicit with \ or [ ].
Revision 1.599: download - view: text, markup, annotated - select for diffs
Sun Oct 26 23:42:12 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.598: preferred, colored
Changes since revision 1.598: +14 -10
lines
Added help usage for --nomixfolders
Revision 1.598: download - view: text, markup, annotated - select for diffs
Tue Oct 21 00:27:07 2014 UTC (10 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.597: preferred, colored
Changes since revision 1.597: +20 -7
lines
Added tests to check --regextrans2 's,(.*),\L$1,'
Exchange issue with folders with same name and --delete2.
Revision 1.597: download - view: text, markup, annotated - select for diffs
Mon Oct 6 10:48:26 2014 UTC (10 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.596: preferred, colored
Changes since revision 1.596: +12 -11
lines
Changed --nomixdiffcasefolders to --nomixfolders.
Bugfix. --nomixdiffcasefolders was not parsed in command line so it did not work.
Revision 1.596: download - view: text, markup, annotated - select for diffs
Thu Sep 4 17:17:36 2014 UTC (10 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.595: preferred, colored
Changes since revision 1.595: +11 -6
lines
Added --logfile in help output.
Added --nolog in help output.
Revision 1.595: download - view: text, markup, annotated - select for diffs
Mon Sep 1 19:39:16 2014 UTC (10 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.594: preferred, colored
Changes since revision 1.594: +7 -7
lines
Changed output, no examine anymore, only select.
Revision 1.594: download - view: text, markup, annotated - select for diffs
Sat Aug 16 22:40:02 2014 UTC (10 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.593: preferred, colored
Changes since revision 1.593: +14 -9
lines
Fixed "imapsync doesn't see created folders in stats phase". Second time.
Revision 1.593: download - view: text, markup, annotated - select for diffs
Tue Jul 8 11:19:43 2014 UTC (10 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.592: preferred, colored
Changes since revision 1.592: +18 -7
lines
Added --nomixdiffcasefolders to avoid merging folders that are considered different on host1 but the same on destination host2 because of case sensitivities and insensitivities.
Revision 1.592: download - view: text, markup, annotated - select for diffs
Thu May 22 10:03:17 2014 UTC (10 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.591: preferred, colored
Changes since revision 1.591: +23 -12
lines
Bugfix. Make TLS works with last IO::Socket::SSL default value (SSL_verify_mode => 'SSL_VERIFY_NONE') in tls.
Revision 1.591: download - view: text, markup, annotated - select for diffs
Thu May 22 01:32:52 2014 UTC (10 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.590: preferred, colored
Changes since revision 1.590: +30 -19
lines
Bugfix. IO::Tee and Open3 in backstic() were incompatible.
FailedBugFix. Tried to fix Tls issue "ERROR: Unable to start TLS: SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at c:/strawberry/perl/site/lib/Mail/IMAPClient.pm line 455." No success.
Revision 1.590: download - view: text, markup, annotated - select for diffs
Tue May 20 23:07:14 2014 UTC (10 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.589: preferred, colored
Changes since revision 1.589: +12 -6
lines
Added option --disarmreadreceipts to fix resending read receipts with Exchange as host2.
Revision 1.589: download - view: text, markup, annotated - select for diffs
Tue May 20 21:35:16 2014 UTC (10 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.588: preferred, colored
Changes since revision 1.588: +93 -37
lines
Added logging by default in subdirectory LOG_imapsync/.
Added option --log. --log is on by default. --nolog to disable logging.
Added option --logfile. Default is like LOG_imapsync/YYYY_MM_DD_HH_MM_SS_user2.txt
where YYYY_MM_DD_HH_MM_SS is the current date and time like 2014_05_20_23_45_10
Use IO::Tee Perl module for logging.
Fixed bug when creating folders on host2 with sep2 to \\ (Lotus Notes).
Updated the code to easily switch on --noreleasecheck by default.
Revision 1.588: download - view: text, markup, annotated - select for diffs
Thu May 15 10:36:10 2014 UTC (10 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.587: preferred, colored
Changes since revision 1.587: +18 -11
lines
Added FTGate support (no EXAMINE).
Revision 1.587: download - view: text, markup, annotated - select for diffs
Fri May 9 17:03:27 2014 UTC (10 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.586: preferred, colored
Changes since revision 1.586: +14 -7
lines
Typo when advising about prefix.
Easy way to switch releasecheck of by default.
Revision 1.5.6.1: download - view: text, markup, annotated - select for diffs
Tue Apr 22 18:26:05 2014 UTC (10 years, 7 months ago) by tron
Branches: pkgsrc-2014Q1
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +4 -4
lines
Pullup ticket #4385 - requested by abs
mail/imapsync: security update
Revisions pulled up:
- mail/imapsync/Makefile 1.14
- mail/imapsync/distinfo 1.6
---
Module Name: pkgsrc
Committed By: abs
Date: Tue Apr 22 08:18:46 UTC 2014
Modified Files:
pkgsrc/mail/imapsync: Makefile distinfo
Log Message:
Updated mail/imapsync to 1.584
revision 1.584
date: 2014/02/05 00:40:59; author: gilles; state: Exp; lines: +77 -50
Debug. Print separator given by NAMESPACE even when --sep1 oe --sep2 is used.
Debug. Prints prefix given by NAMESPACE even when --prefix1 or
--prefix2 is used.
(Preparation for advising not to use --prefix unless suggested)
----------------------------
revision 1.583
date: 2014/02/04 03:04:35; author: gilles; state: Exp; lines: +15 -11
Bug fix. --ssl1 --tls2 was buggy because of default SSL_VERIFY_PEER.
"Can not go to tls encryption on [localhost]:Unable to start TLS:
Cannot determine peer hostname for
verificationerror:00000000:lib(0):func(0):reason(0)"
----------------------------
revision 1.582
date: 2014/01/24 01:43:19; author: gilles; state: Exp; lines: +20 -12
Bugfix. Check if going to tls is ok, exit otherwise with explicit error message.
Thanks to Dennis Schridde for reporting this ugly bug.
----------------------------
revision 1.581
date: 2014/01/15 02:42:06; author: gilles; state: Exp; lines: +41 -15
Added --debugmaxlinelength
Added --minmaxlinelength to select messages with long lines only.
----------------------------
revision 1.580
date: 2013/12/25 02:52:36; author: gilles; state: Exp; lines: +51 -27
Added --skipcrossduplicates to avoid copying messages that are already
copied in another folder.
Added --debugcrossduplicates to print which messages (UIDs) are
skipped with --skipcrossduplicates (and in what other folders they
are).
----------------------------
revision 1.579
date: 2013/12/18 13:53:19; author: gilles; state: Exp; lines: +9 -8
--maxmessagespersecond, value can be float like 3.2
----------------------------
revision 1.578
date: 2013/12/17 02:14:09; author: gilles; state: Exp; lines: +73 -9
Added --maxbytespersecond to limit byte transfer rate.
Added --maxmessagespersecond to limit messages tranfer rate (office365
throttle limitation).
----------------------------
revision 1.577
date: 2013/12/05 05:57:51; author: gilles; state: Exp; lines: +28 -10
Added tests to play with win32 \\?\C:\TEMP syntax and try to solve
long path bug.
----------------------------
revision 1.576
date: 2013/11/19 14:37:24; author: gilles; state: Exp; lines: +19 -14
Added --debugmemory option that prints memory consumption after each
message is copied.
----------------------------
revision 1.575
date: 2013/11/06 13:55:38; author: gilles; state: Exp; lines: +12 -7
Do not append message if the fetch failed.
----------------------------
revision 1.574
date: 2013/10/28 16:22:04; author: gilles; state: Exp; lines: +16 -8
Added --create_folder_old in case users want the old behavior of
create_folder().
----------------------------
revision 1.573
date: 2013/10/28 14:44:10; author: gilles; state: Exp; lines: +48 -7
Bugfix. Applied patch for create_folder() and nested folders. Thanks
to Erik Torsner.
----------------------------
revision 1.572
date: 2013/10/27 02:04:01; author: gilles; state: Exp; lines: +13 -8
Bug fix. Final statistics were avoided for newly created folders.
----------------------------
revision 1.571
date: 2013/10/25 14:34:27; author: gilles; state: Exp; lines: +58 -20
Added --folderfirst <string> : Sync this folder first. --folderfirst "Work"
Added --folderlast <string> : Sync this folder last. --folderlast
"[Gmail]/All Mail"
--folderlast <string> : then this one, etc.
----------------------------
revision 1.570
date: 2013/10/25 12:52:02; author: gilles; state: Exp; lines: +7 -7
--delete2foldersonly Junk example.
----------------------------
revision 1.569
date: 2013/10/16 21:58:17; author: gilles; state: Exp; lines: +125 -39
Fixed bug on Windows with --tmpdir "E:\TEMP". The colon was badly
converted to _, ending with "E_\TEMP".
The fix also automatically moves the old cache to the new one if the
new does not exist yet.
Fix. Example for --delete2foldersonly "/Junk$/" in help message.
----------------------------
revision 1.568
date: 2013/09/28 02:43:51; author: gilles; state: Exp; lines: +25 -13
Bug fix. On Win32 trailing blanc in cache dir name raized an error.
Blanc now move to underscore _.
----------------------------
revision 1.567
date: 2013/09/18 20:38:10; author: gilles; state: Exp; lines: +8 -7
Fixed a warning when RFC822.SIZE is null or undef.
----------------------------
revision 1.566
date: 2013/09/13 13:23:41; author: gilles; state: Exp; lines: +11 -12
Added --authmech EXTERNAL. Not tested yet.
----------------------------
revision 1.565
date: 2013/09/13 01:16:20; author: gilles; state: Exp; lines: +8 -6
Fusemail success.
RackSpace success.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 22 08:18:46 2014 UTC (10 years, 7 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
Updated mail/imapsync to 1.584
revision 1.584
date: 2014/02/05 00:40:59; author: gilles; state: Exp; lines: +77 -50
Debug. Print separator given by NAMESPACE even when --sep1 oe --sep2 is used.
Debug. Prints prefix given by NAMESPACE even when --prefix1 or --prefix2 is used.
(Preparation for advising not to use --prefix unless suggested)
Revision 1.586: download - view: text, markup, annotated - select for diffs
Thu Apr 10 16:02:39 2014 UTC (10 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.585: preferred, colored
Changes since revision 1.585: +9 -7
lines
Just a test for good_date and pop2imap
Revision 1.585: download - view: text, markup, annotated - select for diffs
Mon Feb 17 15:24:34 2014 UTC (10 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.583: preferred, colored
Changes since revision 1.583: +39 -34
lines
Warn syncing messges will not be simulated when --dry mode is on and folder on host2 does not exist yet.
Try to get folder size when a folder on host2 has the same name but with a different case like OLD_MAIL -> old_mail. Avoid "does not exist" output.
Revision 1.583: download - view: text, markup, annotated - select for diffs
Tue Feb 4 03:04:35 2014 UTC (10 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.582: preferred, colored
Changes since revision 1.582: +15 -11
lines
Bug fix. --ssl1 --tls2 was buggy because of default SSL_VERIFY_PEER. "Can not go to tls encryption on [localhost]:Unable to start TLS: Cannot determine peer hostname for verificationerror:00000000:lib(0):func(0):reason(0)"
Revision 1.582: download - view: text, markup, annotated - select for diffs
Fri Jan 24 01:43:19 2014 UTC (10 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.581: preferred, colored
Changes since revision 1.581: +20 -12
lines
Bugfix. Check if going to tls is ok, exit otherwise with explicit error message.
Thanks to Dennis Schridde for reporting this ugly bug.
Revision 1.581: download - view: text, markup, annotated - select for diffs
Wed Jan 15 02:42:06 2014 UTC (10 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.580: preferred, colored
Changes since revision 1.580: +41 -15
lines
Added --debugmaxlinelength
Added --minmaxlinelength to select messages with long lines only.
Revision 1.580: download - view: text, markup, annotated - select for diffs
Wed Dec 25 02:52:36 2013 UTC (10 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.579: preferred, colored
Changes since revision 1.579: +51 -27
lines
Added --skipcrossduplicates to avoid copying messages that are already copied in another folder.
Added --debugcrossduplicates to print which messages (UIDs) are skipped with --skipcrossduplicates (and in what other folders they are).
Revision 1.579: download - view: text, markup, annotated - select for diffs
Wed Dec 18 13:53:19 2013 UTC (10 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.578: preferred, colored
Changes since revision 1.578: +9 -8
lines
--maxmessagespersecond, value can be float like 3.2
Revision 1.578: download - view: text, markup, annotated - select for diffs
Tue Dec 17 02:14:09 2013 UTC (10 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.577: preferred, colored
Changes since revision 1.577: +73 -9
lines
Added --maxbytespersecond to limit byte transfer rate.
Added --maxmessagespersecond to limit messages tranfer rate (office365 throttle limitation).
Revision 1.577: download - view: text, markup, annotated - select for diffs
Thu Dec 5 05:57:51 2013 UTC (11 years ago) by gilles
Branches: MAIN
Diff to: previous 1.576: preferred, colored
Changes since revision 1.576: +28 -10
lines
Added tests to play with win32 \\?\C:\TEMP syntax and try to solve long path bug.
Revision 1.576: download - view: text, markup, annotated - select for diffs
Tue Nov 19 14:37:24 2013 UTC (11 years ago) by gilles
Branches: MAIN
Diff to: previous 1.575: preferred, colored
Changes since revision 1.575: +19 -14
lines
Added --debugmemory option that prints memory consumption after each message is copied.
Revision 1.575: download - view: text, markup, annotated - select for diffs
Wed Nov 6 13:55:38 2013 UTC (11 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.574: preferred, colored
Changes since revision 1.574: +12 -7
lines
Do not append message if the fetch failed.
Revision 1.574: download - view: text, markup, annotated - select for diffs
Mon Oct 28 16:22:04 2013 UTC (11 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.573: preferred, colored
Changes since revision 1.573: +16 -8
lines
Added --create_folder_old in case users want the old behavior of create_folder().
Revision 1.573: download - view: text, markup, annotated - select for diffs
Mon Oct 28 14:44:10 2013 UTC (11 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.572: preferred, colored
Changes since revision 1.572: +48 -7
lines
Bugfix. Applied patch for create_folder() and nested folders. Thanks to Erik Torsner.
Revision 1.572: download - view: text, markup, annotated - select for diffs
Sun Oct 27 02:04:01 2013 UTC (11 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.571: preferred, colored
Changes since revision 1.571: +13 -8
lines
Bug fix. Final statistics were avoided for newly created folders.
Revision 1.571: download - view: text, markup, annotated - select for diffs
Fri Oct 25 14:34:27 2013 UTC (11 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.570: preferred, colored
Changes since revision 1.570: +58 -20
lines
Added --folderfirst <string> : Sync this folder first. --folderfirst "Work"
Added --folderlast <string> : Sync this folder last. --folderlast "[Gmail]/All Mail"
--folderlast <string> : then this one, etc.
Revision 1.570: download - view: text, markup, annotated - select for diffs
Fri Oct 25 12:52:02 2013 UTC (11 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.569: preferred, colored
Changes since revision 1.569: +7 -7
lines
--delete2foldersonly Junk example.
Revision 1.569: download - view: text, markup, annotated - select for diffs
Wed Oct 16 21:58:17 2013 UTC (11 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.568: preferred, colored
Changes since revision 1.568: +125 -39
lines
Fixed bug on Windows with --tmpdir "E:\TEMP". The colon was badly converted to _, ending with "E_\TEMP".
The fix also automatically moves the old cache to the new one if the new does not exist yet.
Fix. Example for --delete2foldersonly "/Junk$/" in help message.
Revision 1.568: download - view: text, markup, annotated - select for diffs
Sat Sep 28 02:43:51 2013 UTC (11 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.567: preferred, colored
Changes since revision 1.567: +25 -13
lines
Bug fix. On Win32 trailing blanc in cache dir name raized an error. Blanc now move to underscore _.
Revision 1.567: download - view: text, markup, annotated - select for diffs
Wed Sep 18 20:38:10 2013 UTC (11 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.566: preferred, colored
Changes since revision 1.566: +8 -7
lines
Fixed a warning when RFC822.SIZE is null or undef.
Revision 1.566: download - view: text, markup, annotated - select for diffs
Fri Sep 13 13:23:41 2013 UTC (11 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.565: preferred, colored
Changes since revision 1.565: +11 -12
lines
Added --authmech EXTERNAL. Not tested yet.
Revision 1.565: download - view: text, markup, annotated - select for diffs
Fri Sep 13 01:16:20 2013 UTC (11 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.564: preferred, colored
Changes since revision 1.564: +8 -6
lines
Fusemail success.
RackSpace success.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 26 10:06:15 2013 UTC (11 years, 3 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Branch point for: pkgsrc-2014Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4
lines
Updated mail/imapsync to 1.564
Changes since 1.286
Revision 1.564: download - view: text, markup, annotated - select for diffs
Sun Aug 18 19:28:47 2013 UTC (11 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.563: preferred, colored
Changes since revision 1.563: +114 -22
lines
Adapted behavior for allowing --maxdate --mindate with --noabletosearch. Use internat date instead of Date: header.
Revision 1.563: download - view: text, markup, annotated - select for diffs
Fri Aug 16 00:59:30 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.562: preferred, colored
Changes since revision 1.562: +8 -7
lines
Added QQMail success.
Revision 1.562: download - view: text, markup, annotated - select for diffs
Fri Aug 16 00:41:48 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.561: preferred, colored
Changes since revision 1.561: +38 -16
lines
Speed fix. Does not resync the flags when flags on host2 do not respect RFC. \Seen -> \SEEN. imapsync detects this as same flag.
Atmail 6.x [host1] success.
Fix for QQMail IMAP4Server. With --noabletosearch the previous fetch with 1:999999 is replaced by an uidnext request.
Revision 1.561: download - view: text, markup, annotated - select for diffs
Fri Aug 9 23:49:23 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.560: preferred, colored
Changes since revision 1.560: +15 -8
lines
Added --timeout in the --help output.
Default timeout is 120 seconds now (was nothing by imapsync, 600 with underlying modules).
Revision 1.560: download - view: text, markup, annotated - select for diffs
Fri Aug 9 23:06:04 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.559: preferred, colored
Changes since revision 1.559: +7 -7
lines
Added --addheader suggestion for messages with no header found.
Revision 1.559: download - view: text, markup, annotated - select for diffs
Tue Aug 6 11:33:53 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.558: preferred, colored
Changes since revision 1.558: +7 -7
lines
Apply same treatment to --delete2duplicates as --delete2. If --uidexpunge2 can be done, do it, else do --expunge2 (unless --nouidexpunge2 or --noexpunge2).
Revision 1.558: download - view: text, markup, annotated - select for diffs
Sat Aug 3 01:13:37 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.557: preferred, colored
Changes since revision 1.557: +18 -16
lines
Bugfix. SSL_version was not well treated.
Revision 1.557: download - view: text, markup, annotated - select for diffs
Thu Aug 1 19:28:09 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.556: preferred, colored
Changes since revision 1.556: +7 -7
lines
Bugfix. max_line_length('a') was wrong.
Revision 1.556: download - view: text, markup, annotated - select for diffs
Thu Aug 1 00:10:03 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.555: preferred, colored
Changes since revision 1.555: +42 -28
lines
Added --ssl1_SSL_version ssl2_SSL_version option to change default SSL_version.
For example --ssl2_SSL_version SSLv3 fix connection to cmail.cmich.edu on Windows.
Fixed a warning about regex with \E on Perl >= 5.16
Revision 1.555: download - view: text, markup, annotated - select for diffs
Tue Jul 23 11:41:10 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.554: preferred, colored
Changes since revision 1.554: +7 -6
lines
Fix warning for extract_header()
Revision 1.554: download - view: text, markup, annotated - select for diffs
Mon Jul 22 01:23:12 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.553: preferred, colored
Changes since revision 1.553: +7 -7
lines
typo - when error printed.
Revision 1.553: download - view: text, markup, annotated - select for diffs
Mon Jul 22 01:18:30 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.552: preferred, colored
Changes since revision 1.552: +9 -7
lines
Bug fix. Header lines can contain \r\n.
Revision 1.552: download - view: text, markup, annotated - select for diffs
Mon Jul 22 00:51:52 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.551: preferred, colored
Changes since revision 1.551: +74 -11
lines
Added "Subject: lala" when line length exceeds maxlinelength to help ti find what are those messages. Added also size, flags and internal date.
Revision 1.551: download - view: text, markup, annotated - select for diffs
Fri Jul 19 14:05:50 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.550: preferred, colored
Changes since revision 1.550: +698 -650
lines
Added option --maxlinelength to skip messages whose max line length is over a number of bytes.
Revision 1.550: download - view: text, markup, annotated - select for diffs
Fri Jul 19 00:13:22 2013 UTC (11 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.549: preferred, colored
Changes since revision 1.549: +1029 -585
lines
Added success Domino 8.5.2
Added option --messageidnodomain to fix Mailenable bug changing the domain part of Message-Id header, and avoid duplicates
Added option --syncflagsaftercopy to fix Mailenable bug not getting the flags with the APPEND.
Added back the banner of IMAP servers, ie, the first line given after the connection established.
Added --fixInboxINBOX, turned on by default, to map automatically Inbox INBOX folder names.
IMAP server removing consecutive spaces on the header part doesn't generate duplicates (MailEnable does that).
Better output of mailbox sizes in human style (could be 1024.00 Kib, now it is 1.000 Mib). Changed bytes_display_string().
Option --debugflags now prints flags on first sync (the copy) and also the PERMANENTFLAGS outpout.
Fixed nearly 200 perlcritic at level 3, all level 4. Still 5 eval "" at level 5 and 12 critics at level 3.
Revision 1.549: download - view: text, markup, annotated - select for diffs
Sat Jul 6 01:09:03 2013 UTC (11 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.548: preferred, colored
Changes since revision 1.548: +81 -11
lines
Fixed two bugs coming from adding return( ) at the end of functions.
Added tests to remove Disposition-Notification-To: header with regexmess:.
Revision 1.548: download - view: text, markup, annotated - select for diffs
Thu Jul 4 02:25:05 2013 UTC (11 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.547: preferred, colored
Changes since revision 1.547: +247 -201
lines
Removed all perlcritic severity 4. Still 5 critics at severity 5.
98 critics severity 4 fixed.
Revision 1.547: download - view: text, markup, annotated - select for diffs
Wed Jul 3 01:24:34 2013 UTC (11 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.546: preferred, colored
Changes since revision 1.546: +11 -8
lines
DBOX 2.41 success.
Kerio 8 success.
Revision 1.546: download - view: text, markup, annotated - select for diffs
Tue Jul 2 03:49:32 2013 UTC (11 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.545: preferred, colored
Changes since revision 1.545: +14 -8
lines
Fixed IO::Socket::IP bug on Win32?
Removed SSL::DEBUG
Added "copying.." in dry mode.
Revision 1.545: download - view: text, markup, annotated - select for diffs
Thu Jun 6 20:43:56 2013 UTC (11 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.544: preferred, colored
Changes since revision 1.544: +27 -125
lines
Rmoved sub starttls()
Removed sub myconnect()
Removed sub RawSocket2()
Applied patch from Jim Klimov to handle proxyauth failures
Revision 1.544: download - view: text, markup, annotated - select for diffs
Sun Jun 2 23:36:16 2013 UTC (11 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.543: preferred, colored
Changes since revision 1.543: +25 -24
lines
Remove myconnect() use. Replaced by $imap->connect()
Removed sub Split add in Mail::IMAPClient
Revision 1.543: download - view: text, markup, annotated - select for diffs
Wed May 22 01:22:03 2013 UTC (11 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.542: preferred, colored
Changes since revision 1.542: +12 -7
lines
SSL_verify_mode 0 to avoid warning about Man-In-The-Middle.
Revision 1.542: download - view: text, markup, annotated - select for diffs
Mon May 6 08:30:35 2013 UTC (11 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.541: preferred, colored
Changes since revision 1.541: +7 -7
lines
Syntax with "" fix.
Revision 1.541: download - view: text, markup, annotated - select for diffs
Mon May 6 07:10:29 2013 UTC (11 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.540: preferred, colored
Changes since revision 1.540: +111 -74
lines
Started perlcritic corrections. Left 4 eval at level 5.
Revision 1.540: download - view: text, markup, annotated - select for diffs
Mon Apr 22 11:05:51 2013 UTC (11 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.539: preferred, colored
Changes since revision 1.539: +11 -982
lines
Removed old 2.2.9 Mail::IMAPClient patch stuff.
Revision 1.539: download - view: text, markup, annotated - select for diffs
Mon Apr 22 00:54:22 2013 UTC (11 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.538: preferred, colored
Changes since revision 1.538: +12 -12
lines
Fixed require namespace with uri_escape() calls.
Revision 1.538: download - view: text, markup, annotated - select for diffs
Mon Apr 22 00:46:54 2013 UTC (11 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.537: preferred, colored
Changes since revision 1.537: +94 -9
lines
Added XOAUTH authentication. Thanks to Eduardo Bortoluzzi Junior.
Revision 1.537: download - view: text, markup, annotated - select for diffs
Fri Apr 19 06:59:17 2013 UTC (11 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.536: preferred, colored
Changes since revision 1.536: +9 -9
lines
MDaemon 9.6.5, Surgemail 6.3d-72
Revision 1.536: download - view: text, markup, annotated - select for diffs
Wed Apr 17 14:33:12 2013 UTC (11 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.535: preferred, colored
Changes since revision 1.535: +7 -7
lines
Added --delete1 as an alias for --delete
Revision 1.535: download - view: text, markup, annotated - select for diffs
Wed Apr 17 12:47:58 2013 UTC (11 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.534: preferred, colored
Changes since revision 1.534: +42 -33
lines
Updated README part.
Revision 1.534: download - view: text, markup, annotated - select for diffs
Tue Apr 16 15:31:50 2013 UTC (11 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.533: preferred, colored
Changes since revision 1.533: +26 -17
lines
Added --search1 and --search2 to allow different searches on each host.
Revision 1.533: download - view: text, markup, annotated - select for diffs
Wed Apr 10 12:03:39 2013 UTC (11 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.532: preferred, colored
Changes since revision 1.532: +8 -6
lines
Comment in select_msgs()
Revision 1.532: download - view: text, markup, annotated - select for diffs
Wed Apr 10 08:33:52 2013 UTC (11 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.531: preferred, colored
Changes since revision 1.531: +11 -9
lines
Fixed Scott issue again. Was not enough.
Revision 1.531: download - view: text, markup, annotated - select for diffs
Tue Apr 9 08:10:38 2013 UTC (11 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.530: preferred, colored
Changes since revision 1.530: +7 -7
lines
Fixed Scott issue, took long time (all messages list) even with --useuid --delete --nousecache --maxage 1
Revision 1.530: download - view: text, markup, annotated - select for diffs
Tue Apr 9 08:00:54 2013 UTC (11 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.529: preferred, colored
Changes since revision 1.529: +13 -14
lines
Clarified select_msgs() a little.
Revision 1.529: download - view: text, markup, annotated - select for diffs
Fri Mar 29 14:32:26 2013 UTC (11 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.528: preferred, colored
Changes since revision 1.528: +14 -12
lines
Phil patch.
Revision 1.528: download - view: text, markup, annotated - select for diffs
Fri Mar 29 03:12:45 2013 UTC (11 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.527: preferred, colored
Changes since revision 1.527: +60 -21
lines
Applied Phil patch.
Revision 1.527: download - view: text, markup, annotated - select for diffs
Fri Mar 29 01:15:05 2013 UTC (11 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.526: preferred, colored
Changes since revision 1.526: +10 -8
lines
Mail2World Server
Zarafa Gateway
Revision 1.526: download - view: text, markup, annotated - select for diffs
Wed Feb 27 22:40:45 2013 UTC (11 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.525: preferred, colored
Changes since revision 1.525: +9 -7
lines
Apple Server
Zarafa server
Revision 1.525: download - view: text, markup, annotated - select for diffs
Tue Feb 5 12:52:10 2013 UTC (11 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.524: preferred, colored
Changes since revision 1.524: +9 -9
lines
Typo synchronise -> synchronize.
Revision 1.524: download - view: text, markup, annotated - select for diffs
Thu Jan 31 20:41:29 2013 UTC (11 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.523: preferred, colored
Changes since revision 1.523: +8 -7
lines
Small fix in help message.
\\D
Revision 1.523: download - view: text, markup, annotated - select for diffs
Thu Jan 31 14:12:21 2013 UTC (11 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.522: preferred, colored
Changes since revision 1.522: +118 -99
lines
Reorganized the --help message.
Revision 1.522: download - view: text, markup, annotated - select for diffs
Mon Jan 28 02:50:49 2013 UTC (11 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.521: preferred, colored
Changes since revision 1.521: +13 -13
lines
Printing info with several host1 folder going to one host2 folder is in --debug mode now.
Revision 1.521: download - view: text, markup, annotated - select for diffs
Wed Jan 23 07:48:01 2013 UTC (11 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.520: preferred, colored
Changes since revision 1.520: +7 -7
lines
Speed. --nocheckmessageexists is activated by default since --checkmessageexists often slow down transfers too much.
Revision 1.520: download - view: text, markup, annotated - select for diffs
Wed Jan 23 07:41:48 2013 UTC (11 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.519: preferred, colored
Changes since revision 1.519: +103 -30
lines
Fix. Removed reference to DWTFPL since license is NOLIMIT now.
License file is LICENSE now, no longer COPYING.
Fix. Handle the case where several folders on host1 go to one folder on host2 with --delete2 option.
The bug was imapsync was copying messages and deleting them on next folder.
Revision 1.519: download - view: text, markup, annotated - select for diffs
Mon Dec 31 09:51:40 2012 UTC (11 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.518: preferred, colored
Changes since revision 1.518: +11 -9
lines
Usability fix. --foldersizesatend is on if --foldersizes is on. Off if --nofoldersizesatend
Revision 1.518: download - view: text, markup, annotated - select for diffs
Mon Dec 24 00:27:34 2012 UTC (11 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.517: preferred, colored
Changes since revision 1.517: +9 -6
lines
Bugfix. When identtifying with header, change tabulations to spaces (Gmail bug on with "Received:" on multilines).
Revision 1.517: download - view: text, markup, annotated - select for diffs
Tue Dec 11 07:13:04 2012 UTC (12 years ago) by gilles
Branches: MAIN
Diff to: previous 1.516: preferred, colored
Changes since revision 1.516: +17 -10
lines
Added Deerfield VisNetic MailServer 5.8.6
Bugfix. Automatic --nocheckmessageexists when --noabletosearch is set.
Revision 1.516: download - view: text, markup, annotated - select for diffs
Fri Nov 2 22:15:04 2012 UTC (12 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.515: preferred, colored
Changes since revision 1.515: +43 -38
lines
Added current date at the beginning of the run, useful when imapsync doesn't end properly or hasn't finished yet.
Better output for diff statistics.
Revision 1.515: download - view: text, markup, annotated - select for diffs
Wed Oct 31 12:56:02 2012 UTC (12 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.514: preferred, colored
Changes since revision 1.514: +12 -9
lines
Added Initial difference to compare it with Final difference.
Revision 1.514: download - view: text, markup, annotated - select for diffs
Wed Oct 31 01:39:38 2012 UTC (12 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.513: preferred, colored
Changes since revision 1.513: +32 -16
lines
Added --foldersizesatend and --nofoldersizesatend, on by default.
Added statistic host2 minus host1: number of messages and bytes.
Revision 1.513: download - view: text, markup, annotated - select for diffs
Tue Oct 30 22:31:49 2012 UTC (12 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.512: preferred, colored
Changes since revision 1.512: +40 -19
lines
Add --fixslash2 to avoid 'Invalid mailbox name' when --sep2 is not / and sep1 is / and host1 folders contain --sep2 characters.
Revision 1.512: download - view: text, markup, annotated - select for diffs
Tue Oct 30 01:44:26 2012 UTC (12 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.511: preferred, colored
Changes since revision 1.511: +22 -8
lines
Added option --showpasswords
--showpasswords : shows passwords on output instead of "MASKED".
Off by default.
Revision 1.511: download - view: text, markup, annotated - select for diffs
Sat Oct 27 22:37:57 2012 UTC (12 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.510: preferred, colored
Changes since revision 1.510: +44 -20
lines
Added --delete2duplicates; Delete messages in host2 that are duplicates.
--delete2duplicates is on when --delete2 is on unless --nodelete2duplicates.
Revision 1.510: download - view: text, markup, annotated - select for diffs
Sat Oct 27 15:18:44 2012 UTC (12 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.509: preferred, colored
Changes since revision 1.509: +36 -30
lines
Added --pidfilelocking option to abort in case another imapsync may be running.
Revision 1.509: download - view: text, markup, annotated - select for diffs
Wed Oct 24 14:57:56 2012 UTC (12 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.508: preferred, colored
Changes since revision 1.508: +41 -13
lines
Added option --noabletosearch to allow listing messages without SEARCH command. Hack for imap server softalk 7.6.4. (8.6 is fine about search)
Revision 1.508: download - view: text, markup, annotated - select for diffs
Mon Sep 10 21:10:13 2012 UTC (12 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.507: preferred, colored
Changes since revision 1.507: +81 -17
lines
Added ETA after each copy. Estimated Time of Arrival.
Revision 1.507: download - view: text, markup, annotated - select for diffs
Sun Sep 9 12:57:44 2012 UTC (12 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.506: preferred, colored
Changes since revision 1.506: +20 -12
lines
Bugfix. Previous fix about characters *|?:"<> in cache path was not complete.
Revision 1.506: download - view: text, markup, annotated - select for diffs
Fri Sep 7 14:51:00 2012 UTC (12 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.505: preferred, colored
Changes since revision 1.505: +10 -7
lines
Option. Added --noexpungeaftereach to speedup --delete --expunge from Gmail.
Revision 1.505: download - view: text, markup, annotated - select for diffs
Fri Sep 7 10:40:55 2012 UTC (12 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.504: preferred, colored
Changes since revision 1.504: +10 -10
lines
Usability. Added Host1 or Host2 before "Nb messages" "Total size" with --foldersiszes
Revision 1.504: download - view: text, markup, annotated - select for diffs
Tue Aug 28 13:10:26 2012 UTC (12 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.503: preferred, colored
Changes since revision 1.503: +10 -9
lines
Bugfix. sentsince sentbefore in int seconds.
Revision 1.503: download - view: text, markup, annotated - select for diffs
Mon Aug 27 23:42:39 2012 UTC (12 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.502: preferred, colored
Changes since revision 1.502: +36 -19
lines
Added transfer rate and messages rate after each copy.
Revision 1.502: download - view: text, markup, annotated - select for diffs
Mon Aug 27 10:00:43 2012 UTC (12 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.501: preferred, colored
Changes since revision 1.501: +43 -22
lines
Added option --nocheckmessageexists to check speed up with Tobbit imap server.
Bugfix. Convert *|?:"<> characters to _ because they are forbidden on Windows paths.
Use Time::HiRes time to get time with better precesion than the second.
Revision 1.501: download - view: text, markup, annotated - select for diffs
Mon Aug 13 12:59:23 2012 UTC (12 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.500: preferred, colored
Changes since revision 1.500: +101 -101
lines
Changed tmp dir for tests to W/tmp
Revision 1.500: download - view: text, markup, annotated - select for diffs
Fri Aug 10 04:58:46 2012 UTC (12 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.499: preferred, colored
Changes since revision 1.499: +40 -28
lines
Bugfix. The cache system didn't work in Win32 (problem with \ transformation)
Added option --nocheckselectable to fix INBOX issue with Jana-server.
Documentation. Example for --delete2foldersbutnot
Revision 1.499: download - view: text, markup, annotated - select for diffs
Mon Jul 30 10:56:26 2012 UTC (12 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.498: preferred, colored
Changes since revision 1.498: +45 -31
lines
Bugfix. Check the return of touch calls.
Revision 1.498: download - view: text, markup, annotated - select for diffs
Fri Jul 20 14:28:45 2012 UTC (12 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.497: preferred, colored
Changes since revision 1.497: +22 -6
lines
Added several connection ckecks like old good imapsync-1.181 to imapsync-1.398
Revision 1.497: download - view: text, markup, annotated - select for diffs
Sat Jul 14 19:48:04 2012 UTC (12 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.496: preferred, colored
Changes since revision 1.496: +43 -28
lines
Added --authmech PREAUTH capabiliy. (Patch from David Abrahams).
Revision 1.496: download - view: text, markup, annotated - select for diffs
Thu Jul 12 20:53:49 2012 UTC (12 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.495: preferred, colored
Changes since revision 1.495: +12 -11
lines
Bugfix. Unsubsribe folder before deleting it (can bug sometimes).
Revision 1.495: download - view: text, markup, annotated - select for diffs
Wed Jul 11 04:56:33 2012 UTC (12 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.494: preferred, colored
Changes since revision 1.494: +7 -8
lines
Bugfix about last patch $h2_total_bytes_duplicate
Revision 1.494: download - view: text, markup, annotated - select for diffs
Wed Jul 11 03:50:43 2012 UTC (12 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.493: preferred, colored
Changes since revision 1.493: +40 -12
lines
Usability. Use KiB MiB GiB etc in result summary. Patch from Mark Atwood.
Revision 1.493: download - view: text, markup, annotated - select for diffs
Sat Jun 30 00:28:51 2012 UTC (12 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.492: preferred, colored
Changes since revision 1.492: +9 -9
lines
Bug fix. Port 143 when --ssl and --tls together.
Revision 1.492: download - view: text, markup, annotated - select for diffs
Fri Jun 29 23:32:04 2012 UTC (12 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.491: preferred, colored
Changes since revision 1.491: +7 -7
lines
Bug fix. Don't filter flag when --nofilterflags is used during the message copy.
Revision 1.491: download - view: text, markup, annotated - select for diffs
Wed Jun 20 09:53:27 2012 UTC (12 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.490: preferred, colored
Changes since revision 1.490: +8 -8
lines
Added value of internal date in --debug mode.
Revision 1.490: download - view: text, markup, annotated - select for diffs
Tue May 22 21:03:40 2012 UTC (12 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.489: preferred, colored
Changes since revision 1.489: +10 -14
lines
Updated Cyrus info.
Revision 1.489: download - view: text, markup, annotated - select for diffs
Tue May 22 20:54:13 2012 UTC (12 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.488: preferred, colored
Changes since revision 1.488: +20 -14
lines
Print dry mode when expunging.
Revision 1.488: download - view: text, markup, annotated - select for diffs
Sun Apr 15 17:38:21 2012 UTC (12 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.487: preferred, colored
Changes since revision 1.487: +8 -8
lines
Reverse patch applied in 1.485
It was "2) eval and --delete2foldersonly --delete2foldersbutnot that need also good escaping."
The "good" escaping was bad. No escaping needed. It permits imapsync variables like ${h2_sep}
in --delete2foldersonly
But good escaping has to be done in parameter value like --delete2foldersbutnot /\[Gmail\]/
instead of --delete2foldersbutnot /[Gmail]/ (for example).
Revision 1.487: download - view: text, markup, annotated - select for diffs
Wed Feb 29 05:29:21 2012 UTC (12 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.486: preferred, colored
Changes since revision 1.486: +7 -7
lines
Fixed a useless Perl warning.
Revision 1.486: download - view: text, markup, annotated - select for diffs
Thu Feb 23 23:05:49 2012 UTC (12 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.485: preferred, colored
Changes since revision 1.485: +10 -10
lines
Removed "Memory/biggest message ratio" in final stats, useless now.
Fixed a warning about memory_consumption when the call fails.
Revision 1.485: download - view: text, markup, annotated - select for diffs
Sun Feb 19 22:24:23 2012 UTC (12 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.484: preferred, colored
Changes since revision 1.484: +16 -12
lines
Applied Pierre GUILLAUME patch about
1) $cache_dir and bsd_globs() that needs escaped characters.
2) eval and --delete2foldersonly --delete2foldersbutnot that need also good escaping. Thanks Pierre.
Revision 1.484: download - view: text, markup, annotated - select for diffs
Tue Feb 7 00:19:33 2012 UTC (12 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.483: preferred, colored
Changes since revision 1.483: +8 -7
lines
Just a comment about examine versus select on host1.
Revision 1.483: download - view: text, markup, annotated - select for diffs
Mon Feb 6 23:16:06 2012 UTC (12 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.482: preferred, colored
Changes since revision 1.482: +7 -7
lines
Bug fix. Read-only mode on host1 can't be done with --delete (back to select instead of examine).
Revision 1.482: download - view: text, markup, annotated - select for diffs
Mon Jan 23 00:39:12 2012 UTC (12 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.481: preferred, colored
Changes since revision 1.481: +25 -10
lines
Added --exitwhenover option to avoid locking when transfers exceed maximum limit,
See for example http://support.google.com/a/bin/answer.py?hl=en&answer=1071518
--exitwhenover 2500000000 if host1 is Gmail
--exitwhenover 500000000 if host2 is Gmail
Revision 1.481: download - view: text, markup, annotated - select for diffs
Sun Jan 22 23:43:02 2012 UTC (12 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.480: preferred, colored
Changes since revision 1.480: +24 -9
lines
Check if a message exists before fetching it (could have been deleted recently)
Revision 1.480: download - view: text, markup, annotated - select for diffs
Sun Jan 8 05:11:03 2012 UTC (12 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.479: preferred, colored
Changes since revision 1.479: +8 -7
lines
a1.net fix.
Revision 1.479: download - view: text, markup, annotated - select for diffs
Fri Dec 16 05:30:27 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.478: preferred, colored
Changes since revision 1.478: +33 -26
lines
Unified outout in --debug mode. Lines start with Host1 or Host2.
Revision 1.478: download - view: text, markup, annotated - select for diffs
Fri Dec 16 04:10:32 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.477: preferred, colored
Changes since revision 1.477: +11 -9
lines
Changed output about messages ignored to better reflect what is going on.
Revision 1.477: download - view: text, markup, annotated - select for diffs
Sun Dec 11 10:07:09 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.476: preferred, colored
Changes since revision 1.476: +8 -8
lines
--split down to 100 to follow the recommendation of RFC2683 section 3.2.1.5
Thanks to Phil Pearl for this advice.
Revision 1.476: download - view: text, markup, annotated - select for diffs
Sat Dec 10 01:33:50 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.475: preferred, colored
Changes since revision 1.475: +34 -8
lines
Applied Ameir Abdeldayem patch to deal with errors like
"Host1 Sent/15 size 1428 ignored (no header so we ignore this message)"
It happens with Sent folder when no Message-Id nor Received header
are defined in a message.
Revision 1.475: download - view: text, markup, annotated - select for diffs
Thu Dec 8 08:23:16 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.474: preferred, colored
Changes since revision 1.474: +7 -7
lines
Default header used to identify a message are now "Message-Id" and "Received".
Revision 1.474: download - view: text, markup, annotated - select for diffs
Fri Dec 2 20:30:16 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.473: preferred, colored
Changes since revision 1.473: +9 -9
lines
Default down from 1000 to --split1 500. (Cyrus "Word too long")
Revision 1.473: download - view: text, markup, annotated - select for diffs
Thu Dec 1 14:06:23 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.472: preferred, colored
Changes since revision 1.472: +8 -8
lines
Fixed output. fetch_hash_2 no longer exists.
Revision 1.472: download - view: text, markup, annotated - select for diffs
Thu Dec 1 12:44:48 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.471: preferred, colored
Changes since revision 1.471: +11 -6
lines
Added start and end dates in the final statistics.
Revision 1.471: download - view: text, markup, annotated - select for diffs
Thu Nov 24 09:29:26 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.470: preferred, colored
Changes since revision 1.470: +21 -20
lines
Checked and updated "Similar softwares" section in documentation.
Revision 1.470: download - view: text, markup, annotated - select for diffs
Wed Nov 23 18:14:20 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.469: preferred, colored
Changes since revision 1.469: +7 -7
lines
typo
Revision 1.469: download - view: text, markup, annotated - select for diffs
Sun Nov 20 17:44:35 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.468: preferred, colored
Changes since revision 1.468: +16 -9
lines
Added --nofilterflags to chech STORE flags ignoring PERMANENTFLAGS (Exchange tests)
Revision 1.468: download - view: text, markup, annotated - select for diffs
Fri Nov 18 01:23:37 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.467: preferred, colored
Changes since revision 1.467: +33 -105
lines
Replaced fetch_hash_2() calls by normal fetch_hash()
Revision 1.467: download - view: text, markup, annotated - select for diffs
Thu Nov 17 15:00:15 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.466: preferred, colored
Changes since revision 1.466: +20 -16
lines
Subscribe to host2 folders only for those not already subscribed.
Revision 1.466: download - view: text, markup, annotated - select for diffs
Thu Nov 17 14:31:55 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.465: preferred, colored
Changes since revision 1.465: +76 -60
lines
Use examine() on host1 instead of select().
Revision 1.465: download - view: text, markup, annotated - select for diffs
Thu Nov 17 14:02:53 2011 UTC (13 years ago) by gilles
Branches: MAIN
Diff to: previous 1.464: preferred, colored
Changes since revision 1.464: +22 -22
lines
Changed imapsync homepage from http://www.linux-france.org/prj/imapsync/ to http://imapsync.lamiral.info/
Fix select behavior on host2 to allow Gmail folders that don't exist but that are listed.
Revision 1.464: download - view: text, markup, annotated - select for diffs
Mon Nov 14 23:59:46 2011 UTC (13 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.463: preferred, colored
Changes since revision 1.463: +8 -8
lines
Replaced // by ? : equivalent to be perl 5.8 compliant.
Revision 1.463: download - view: text, markup, annotated - select for diffs
Sat Nov 12 21:58:52 2011 UTC (13 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.462: preferred, colored
Changes since revision 1.462: +9 -7
lines
--subscribe is on by defaut.
Revision 1.462: download - view: text, markup, annotated - select for diffs
Sun Oct 16 23:48:58 2011 UTC (13 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.461: preferred, colored
Changes since revision 1.461: +14 -11
lines
Added --nocacheaftercopy to avoid bad uids in cache with --useuid or --usecache and strange uid generator like dbmail 2.2.17
Revision 1.461: download - view: text, markup, annotated - select for diffs
Fri Oct 7 21:02:15 2011 UTC (13 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.460: preferred, colored
Changes since revision 1.460: +8 -8
lines
MailEnable
Mirapoint
Revision 1.460: download - view: text, markup, annotated - select for diffs
Wed Sep 21 20:19:46 2011 UTC (13 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.459: preferred, colored
Changes since revision 1.459: +8 -8
lines
Avoid Perl warning 'Use of uninitialized value $uid1 in exists'. Thanks to Klaus Franken
Revision 1.459: download - view: text, markup, annotated - select for diffs
Wed Sep 21 20:10:38 2011 UTC (13 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.458: preferred, colored
Changes since revision 1.458: +7 -7
lines
Kerio 7.2.0 Patch 1 as host2
Revision 1.458: download - view: text, markup, annotated - select for diffs
Wed Aug 24 22:26:20 2011 UTC (13 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.457: preferred, colored
Changes since revision 1.457: +7 -6
lines
Yahoo host1 success.
Revision 1.457: download - view: text, markup, annotated - select for diffs
Wed Aug 24 21:55:56 2011 UTC (13 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.456: preferred, colored
Changes since revision 1.456: +10 -10
lines
Renamed file.csv to file.txt
Revision 1.456: download - view: text, markup, annotated - select for diffs
Wed Aug 24 04:21:30 2011 UTC (13 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.455: preferred, colored
Changes since revision 1.455: +15 -13
lines
Help message on --sep when namespace separator is NIL. Yahoo case.
Revision 1.455: download - view: text, markup, annotated - select for diffs
Fri Jul 29 03:00:25 2011 UTC (13 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.454: preferred, colored
Changes since revision 1.454: +8 -8
lines
Empty default value for $h1_flags $h2_flags to avoid useless Perl warnings.
Revision 1.454: download - view: text, markup, annotated - select for diffs
Fri Jul 15 16:17:06 2011 UTC (13 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.453: preferred, colored
Changes since revision 1.453: +22 -10
lines
file.csv example
Revision 1.453: download - view: text, markup, annotated - select for diffs
Fri Jul 15 00:35:37 2011 UTC (13 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.452: preferred, colored
Changes since revision 1.452: +10 -6
lines
MDaemon 12.0.3 failure as host2 (APPEND buggy)
Revision 1.452: download - view: text, markup, annotated - select for diffs
Mon Jul 11 00:29:06 2011 UTC (13 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.451: preferred, colored
Changes since revision 1.451: +64 -47
lines
Added the --search option allowing to select messages with the powerful IMAP SEARCH command.
Revision 1.451: download - view: text, markup, annotated - select for diffs
Thu Jun 30 11:44:38 2011 UTC (13 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.450: preferred, colored
Changes since revision 1.450: +7 -8
lines
Added IO::Socket::INET version info.
Revision 1.450: download - view: text, markup, annotated - select for diffs
Tue Jun 21 00:17:20 2011 UTC (13 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.449: preferred, colored
Changes since revision 1.449: +7 -7
lines
Bugfix. Fixed ps call to work with Solaris 10. Thanks to Daniel Rohde.
Revision 1.449: download - view: text, markup, annotated - select for diffs
Thu Jun 16 12:20:42 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.448: preferred, colored
Changes since revision 1.448: +13 -10
lines
Kerio 7.2.0P1 success.
MDaemon 12.0.3 success.
Revision 1.448: download - view: text, markup, annotated - select for diffs
Fri Jun 3 00:54:15 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.447: preferred, colored
Changes since revision 1.447: +9 -9
lines
Bugfix. Date reference to select messages with --maxdate --mindate is the beginning of imapsync run now.
Revision 1.447: download - view: text, markup, annotated - select for diffs
Thu Jun 2 00:01:01 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.446: preferred, colored
Changes since revision 1.446: +13 -13
lines
Added PERMANENTFLAGS output with --debugflags
Revision 1.446: download - view: text, markup, annotated - select for diffs
Tue May 31 09:11:18 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.445: preferred, colored
Changes since revision 1.445: +17 -17
lines
Bugfix. Try to handle Markus bug in foldersizes() when select_msgs() returns a list of undef.
Revision 1.445: download - view: text, markup, annotated - select for diffs
Tue May 31 08:00:45 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.444: preferred, colored
Changes since revision 1.444: +53 -46
lines
Check if uidexpunge is supported at the beginning of execution, not when needed.
Set --uidexpunge2 if --delete2 or --expunge2 if uidexpunge not supported.
Changed all warn() calls (STDERR) to print calls (STDOUT)
Revision 1.444: download - view: text, markup, annotated - select for diffs
Mon May 30 15:16:46 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.443: preferred, colored
Changes since revision 1.443: +10 -7
lines
good_date() "24 Aug 77" -> "24-Aug-1977"
Revision 1.443: download - view: text, markup, annotated - select for diffs
Sat May 28 16:50:27 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.442: preferred, colored
Changes since revision 1.442: +125 -41
lines
Patched tests_good_date() and good_date() with Dax Kelson patches.
Revision 1.442: download - view: text, markup, annotated - select for diffs
Sat May 28 16:14:31 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.441: preferred, colored
Changes since revision 1.441: +28 -8
lines
Started code to deal with epoch of messages.
Revision 1.441: download - view: text, markup, annotated - select for diffs
Thu May 26 01:01:25 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.440: preferred, colored
Changes since revision 1.440: +14 -11
lines
Handle better folder creation, not a failure when folder "already exists" during its creation.
Revision 1.440: download - view: text, markup, annotated - select for diffs
Thu May 26 00:40:51 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.439: preferred, colored
Changes since revision 1.439: +28 -28
lines
Replaced default setting. Now --delete2 sets --uidexpunge2 instead of --expunge2 (unless --nouidexpunge2 is set)
Revision 1.439: download - view: text, markup, annotated - select for diffs
Wed May 25 03:11:41 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.438: preferred, colored
Changes since revision 1.438: +65 -9
lines
Added epoch() routine to prepare the safe bidirectional sync (maybe...)
Revision 1.438: download - view: text, markup, annotated - select for diffs
Wed May 25 00:47:27 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.437: preferred, colored
Changes since revision 1.437: +9 -8
lines
Adapted the usage output multiline character to Unix or Win, \ or ^
Revision 1.437: download - view: text, markup, annotated - select for diffs
Wed May 25 00:29:04 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.436: preferred, colored
Changes since revision 1.436: +8 -7
lines
Bugfix. Avoid a "no number" warning when size is null.
Revision 1.436: download - view: text, markup, annotated - select for diffs
Mon May 23 23:30:20 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.435: preferred, colored
Changes since revision 1.435: +8 -12
lines
Added "Date" in the default --useheader list. ("Message-Id", "Message-ID", "Date")
Revision 1.435: download - view: text, markup, annotated - select for diffs
Mon May 23 23:06:31 2011 UTC (13 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.434: preferred, colored
Changes since revision 1.434: +29 -12
lines
Bugfix. Bad header beginning with a blank character.
Revision 1.434: download - view: text, markup, annotated - select for diffs
Mon May 16 07:16:19 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.433: preferred, colored
Changes since revision 1.433: +142 -57
lines
Bugfix. Made --usecache work with --maxage or --maxsize or --min*
Revision 1.433: download - view: text, markup, annotated - select for diffs
Mon May 16 03:07:59 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.432: preferred, colored
Changes since revision 1.432: +191 -49
lines
Improved the way imapsync deals with headers:
- Stopped getting first 2KB of message. Not a good idea.
- If $imap2->parse_headers() fails then take the whole header (instead of body).
- Default is like --useheader Message-Id --useheader Message-ID
- Use header Message-Id and header Date as sig md5 when taking the whole header.
Better output in debug mode.
Revision 1.432: download - view: text, markup, annotated - select for diffs
Sun May 15 22:06:19 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.431: preferred, colored
Changes since revision 1.431: +8 -7
lines
Options --usecache and --maxsize --minsize can safely be used if --delete is there
Revision 1.431: download - view: text, markup, annotated - select for diffs
Sun May 15 00:47:03 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.430: preferred, colored
Changes since revision 1.430: +17 -8
lines
Added tests of mkpath very long path > 300 char. Win32 fails on them.
Revision 1.430: download - view: text, markup, annotated - select for diffs
Sat May 14 23:13:06 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.429: preferred, colored
Changes since revision 1.429: +14 -9
lines
Bugfix. Added special case for Inbox vs INBOX bug creation ("Couldn't create folder [Inbox] from [INBOX]: 143 NO INBOX already exists!")
Revision 1.429: download - view: text, markup, annotated - select for diffs
Sat May 14 21:24:31 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.428: preferred, colored
Changes since revision 1.428: +8 -8
lines
Adapted regression tests for good_date() when no zone is given.
Revision 1.428: download - view: text, markup, annotated - select for diffs
Sat May 14 02:31:02 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.427: preferred, colored
Changes since revision 1.427: +8 -8
lines
Bugfix. intarnal date needs zone data. Default to +0000.
Revision 1.427: download - view: text, markup, annotated - select for diffs
Sat May 14 01:48:07 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.426: preferred, colored
Changes since revision 1.426: +15 -13
lines
Bugfix. Starttls() only for 2.2.9
Revision 1.426: download - view: text, markup, annotated - select for diffs
Sat May 14 01:14:16 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.425: preferred, colored
Changes since revision 1.425: +8 -8
lines
Fix. Removed a debug print always printed.
Revision 1.425: download - view: text, markup, annotated - select for diffs
Sat May 14 00:33:46 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.424: preferred, colored
Changes since revision 1.424: +16 -15
lines
Bugfix. Changed the way imapsync knows whether a folder exists or not. Exchange might be happy and stop deconnecting for this reason.
Revision 1.424: download - view: text, markup, annotated - select for diffs
Sat May 14 00:12:38 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.423: preferred, colored
Changes since revision 1.423: +20 -9
lines
Added a warning and die if --usecache and one of --maxsize--minsize --maxage --minage is used.
Revision 1.423: download - view: text, markup, annotated - select for diffs
Fri May 13 22:26:01 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.422: preferred, colored
Changes since revision 1.422: +23 -12
lines
Bugfix. Reconnections are well done in tls mode now.
Zimbra 5.0.24_GA_3356.RHEL4 [host1]
Exchange 2010 SP1 RU2 [host2]
Added --debugsleep to have to play will kill and reconnections.
Revision 1.422: download - view: text, markup, annotated - select for diffs
Sun May 8 17:21:38 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.421: preferred, colored
Changes since revision 1.421: +17 -12
lines
Added --debugLIST to track messages list uid or number only.
Bugfix: a lack of variable initialisation caused to fetch no existing messages.
The APPEND error then the FETCH 0 byte error may be fixed now.
Revision 1.421: download - view: text, markup, annotated - select for diffs
Sun May 8 12:28:10 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.420: preferred, colored
Changes since revision 1.420: +8 -8
lines
relogin1 before each folder select.
Revision 1.420: download - view: text, markup, annotated - select for diffs
Sun May 8 00:54:05 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.419: preferred, colored
Changes since revision 1.419: +15 -18
lines
--splitX are set into sub login_imap() now.
Revision 1.419: download - view: text, markup, annotated - select for diffs
Sun May 8 00:36:36 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.418: preferred, colored
Changes since revision 1.418: +58 -8
lines
Added --relogin1 option (--relogin1 5) to force a reconnection when FETCH message fails on host1.
Revision 1.418: download - view: text, markup, annotated - select for diffs
Sat May 7 22:15:36 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.417: preferred, colored
Changes since revision 1.417: +95 -38
lines
Added --debugcontent to avoid debugging content (can be big) with --debug option.
Added --debugflags to permit flag debugging only.
Added --flagsCase to correct flag case that are not RFC compliant \SEEN -> \Seen (on by default).
Added output to track 0 byte messages during the fetch on host1.
Revision 1.417: download - view: text, markup, annotated - select for diffs
Thu May 5 16:12:02 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.416: preferred, colored
Changes since revision 1.416: +7 -7
lines
Bugfix. --proxyauth2 was setting proxyauth1!
Thanks to Denis BREAN!
Revision 1.416: download - view: text, markup, annotated - select for diffs
Sun May 1 20:44:40 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.415: preferred, colored
Changes since revision 1.415: +8 -8
lines
MDaemon 12
Exchange 6.5 host1
Revision 1.415: download - view: text, markup, annotated - select for diffs
Sat Apr 30 15:33:31 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.414: preferred, colored
Changes since revision 1.414: +20 -14
lines
Bugfix. Modified create_folder() to avoid Inbox -> INBOX problem ("already exists").
Revision 1.414: download - view: text, markup, annotated - select for diffs
Sat Apr 30 00:25:38 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.413: preferred, colored
Changes since revision 1.413: +41 -19
lines
Bugfix. --maxsize --minsize now work with --useuid
Bugfix. flag sync of already transfered messages now take care of --maxsize --minsize options.
Revision 1.413: download - view: text, markup, annotated - select for diffs
Thu Apr 28 22:55:48 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.412: preferred, colored
Changes since revision 1.412: +25 -12
lines
--delete2 implies --expunge2 now unless --noexpunge2 is given.
exit if --delete and --delete2 are given together.
Same behavior for --expunge or --expunge1.
Revision 1.412: download - view: text, markup, annotated - select for diffs
Thu Apr 28 14:49:59 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.411: preferred, colored
Changes since revision 1.411: +17 -15
lines
Added 0 length message tracking when fetching host1.
Revision 1.411: download - view: text, markup, annotated - select for diffs
Tue Apr 19 23:34:30 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.410: preferred, colored
Changes since revision 1.410: +19 -11
lines
Bugfix for "Folders in host2 not in host1" list when folders are given by --folder option or equivalent.
The old list listed too many folders with --folder INBOX for example.
Revision 1.410: download - view: text, markup, annotated - select for diffs
Tue Apr 19 23:11:42 2011 UTC (13 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.409: preferred, colored
Changes since revision 1.409: +9 -8
lines
Updated success list.
Revision 1.409: download - view: text, markup, annotated - select for diffs
Sat Apr 16 20:15:05 2011 UTC (13 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.408: preferred, colored
Changes since revision 1.408: +7 -6
lines
Added --takebody option.
Revision 1.408: download - view: text, markup, annotated - select for diffs
Mon Apr 11 01:37:34 2011 UTC (13 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.407: preferred, colored
Changes since revision 1.407: +9 -8
lines
Added Gimap (Gmail imap) success.
Added IMail 11.03 [host1] success
Revision 1.407: download - view: text, markup, annotated - select for diffs
Sat Apr 2 23:07:09 2011 UTC (13 years, 8 months ago) by gilles
Branches: MAIN
Diff to: previous 1.406: preferred, colored
Changes since revision 1.406: +21 -12
lines
Made --delete2 works with --uselib or --usecache
Revision 1.406: download - view: text, markup, annotated - select for diffs
Thu Mar 10 01:35:57 2011 UTC (13 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.405: preferred, colored
Changes since revision 1.405: +15 -13
lines
No longer --useuid with --fast
Debug output with permanentflags.
Revision 1.405: download - view: text, markup, annotated - select for diffs
Mon Mar 7 13:41:54 2011 UTC (13 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.404: preferred, colored
Changes since revision 1.404: +13 -11
lines
Added isync url.
Sleep 2 seconds after foldersizes calls.
Revision 1.404: download - view: text, markup, annotated - select for diffs
Mon Feb 21 03:35:39 2011 UTC (13 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.403: preferred, colored
Changes since revision 1.403: +7 -7
lines
typo
Revision 1.403: download - view: text, markup, annotated - select for diffs
Mon Feb 21 00:52:16 2011 UTC (13 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.402: preferred, colored
Changes since revision 1.402: +47 -7
lines
Added uid guessing with APPEND to improve --usecache for Exchange or Zarafa imap servers.
Revision 1.402: download - view: text, markup, annotated - select for diffs
Tue Jan 25 05:17:05 2011 UTC (13 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.401: preferred, colored
Changes since revision 1.401: +47 -174
lines
Removed all the $imapX->IsUnconnected() since reconnect can be done.
Overrided append_file() for 2.2.9, copy from 3.25
Revision 1.401: download - view: text, markup, annotated - select for diffs
Tue Jan 25 02:22:37 2011 UTC (13 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.400: preferred, colored
Changes since revision 1.400: +195 -151
lines
Added --useuid to speed up or deal with problems using headers.
Added --notakebody to avoid getting first 2Ko body when got "no header"
Replaced --debug_cache by --debugcache
Revision 1.400: download - view: text, markup, annotated - select for diffs
Sat Jan 22 04:46:04 2011 UTC (13 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.399: preferred, colored
Changes since revision 1.399: +94 -22
lines
Fixed cache (chose only the greatest uid with dupplicate 11_21+11_201 or 11_21+101_21)
Fixed cache, dealing with filenames containing \ characters.
Revision 1.399: download - view: text, markup, annotated - select for diffs
Fri Jan 21 00:04:09 2011 UTC (13 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.398: preferred, colored
Changes since revision 1.398: +29 -21
lines
Added --debug_cache option to alow cache dfebugging only.
Revision 1.398: download - view: text, markup, annotated - select for diffs
Tue Jan 18 03:03:24 2011 UTC (13 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.397: preferred, colored
Changes since revision 1.397: +7 -6
lines
Fix. Removed too much about buffersize.
Revision 1.397: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:39:12 2011 UTC (13 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.396: preferred, colored
Changes since revision 1.396: +25 -19
lines
Changed --delete2foldersnot option name to --delete2foldersbutnot
Revision 1.396: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:03:49 2011 UTC (13 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.395: preferred, colored
Changes since revision 1.395: +23 -11
lines
Added --authmd51 and --authmd52 options to allow CRAM-MD5 authentication per host.
Revision 1.395: download - view: text, markup, annotated - select for diffs
Sat Jan 15 04:57:28 2011 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.394: preferred, colored
Changes since revision 1.394: +8 -8
lines
--debugimap* implies --debug now.
Revision 1.394: download - view: text, markup, annotated - select for diffs
Sat Jan 15 04:46:16 2011 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.393: preferred, colored
Changes since revision 1.393: +21 -11
lines
Added info about biggest messages.
Revision 1.393: download - view: text, markup, annotated - select for diffs
Sat Jan 15 03:40:43 2011 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.392: preferred, colored
Changes since revision 1.392: +7 -7
lines
*** empty log message ***
Revision 1.392: download - view: text, markup, annotated - select for diffs
Sat Jan 15 03:29:37 2011 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.391: preferred, colored
Changes since revision 1.391: +17 -8
lines
Added --delete2foldersnot option: do not delete folders matching regex.
Revision 1.391: download - view: text, markup, annotated - select for diffs
Mon Jan 10 23:11:49 2011 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.390: preferred, colored
Changes since revision 1.390: +7 -7
lines
*** empty log message ***
Revision 1.390: download - view: text, markup, annotated - select for diffs
Mon Jan 10 05:47:43 2011 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.389: preferred, colored
Changes since revision 1.389: +403 -94
lines
Added --usecache option. Goal: speed up the synchronisation.
Revision 1.389: download - view: text, markup, annotated - select for diffs
Thu Jan 6 04:28:58 2011 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.388: preferred, colored
Changes since revision 1.388: +7 -6
lines
Mirapoint host1 success
Revision 1.388: download - view: text, markup, annotated - select for diffs
Wed Dec 29 22:46:08 2010 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.387: preferred, colored
Changes since revision 1.387: +44 -10
lines
Added help to guess separator and prefix when NAMESPACE is not available.
Revision 1.387: download - view: text, markup, annotated - select for diffs
Wed Dec 22 02:27:39 2010 UTC (13 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.386: preferred, colored
Changes since revision 1.386: +13 -8
lines
Added option --delete2foldersonly <regex>: delete only folders matching regex.
Revision 1.386: download - view: text, markup, annotated - select for diffs
Thu Dec 9 22:34:25 2010 UTC (14 years ago) by gilles
Branches: MAIN
Diff to: previous 1.385: preferred, colored
Changes since revision 1.385: +7 -7
lines
hMailServer 4.4.1
Revision 1.385: download - view: text, markup, annotated - select for diffs
Fri Dec 3 23:40:12 2010 UTC (14 years ago) by gilles
Branches: MAIN
Diff to: previous 1.384: preferred, colored
Changes since revision 1.384: +34 -25
lines
Changed default behaviour: now --delete implies --expunge
It is safer with multiples runs.
Revision 1.384: download - view: text, markup, annotated - select for diffs
Thu Dec 2 01:07:48 2010 UTC (14 years ago) by gilles
Branches: MAIN
Diff to: previous 1.383: preferred, colored
Changes since revision 1.383: +48 -34
lines
Code cleanup.
Wrote create_folder()
Wrote select_folder()
Simplified folder loop (a beginning)
Revision 1.383: download - view: text, markup, annotated - select for diffs
Sun Nov 28 04:28:52 2010 UTC (14 years ago) by gilles
Branches: MAIN
Diff to: previous 1.382: preferred, colored
Changes since revision 1.382: +14 -12
lines
Allow size mismatch by default.
Use --useheader 'Message-Id' by default.
Use --noauthmd5 by default.
Why? Because users don't have to spend time or mine reading or not
reading the documentation, spend time turning on options to success.
or speed.
Revision 1.382: download - view: text, markup, annotated - select for diffs
Fri Nov 19 21:31:35 2010 UTC (14 years ago) by gilles
Branches: MAIN
Diff to: previous 1.381: preferred, colored
Changes since revision 1.381: +23 -12
lines
Added a way to handle no headers in messages: take first 2Ko body.
Revision 1.381: download - view: text, markup, annotated - select for diffs
Fri Nov 19 20:48:27 2010 UTC (14 years ago) by gilles
Branches: MAIN
Diff to: previous 1.380: preferred, colored
Changes since revision 1.380: +7 -7
lines
Fixed 'ps' call for Solaris.
Revision 1.380: download - view: text, markup, annotated - select for diffs
Fri Nov 19 20:44:25 2010 UTC (14 years ago) by gilles
Branches: MAIN
Diff to: previous 1.379: preferred, colored
Changes since revision 1.379: +12 -11
lines
updated success list.
Revision 1.379: download - view: text, markup, annotated - select for diffs
Fri Nov 12 00:44:02 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.378: preferred, colored
Changes since revision 1.378: +7 -7
lines
dkimap is now a success story!
Revision 1.378: download - view: text, markup, annotated - select for diffs
Fri Nov 12 00:22:59 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.377: preferred, colored
Changes since revision 1.377: +19 -11
lines
Added --nouid1 --nouid2 options to support dkimap and other imap server without uid capability.
Revision 1.377: download - view: text, markup, annotated - select for diffs
Tue Nov 9 02:12:40 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.376: preferred, colored
Changes since revision 1.376: +8 -7
lines
Added Authen::NTLM in modules_VERSION()
Revision 1.376: download - view: text, markup, annotated - select for diffs
Tue Nov 9 01:14:33 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.375: preferred, colored
Changes since revision 1.375: +17 -10
lines
Added --domain1 --domain2 options for NTLM authentication.
Revision 1.375: download - view: text, markup, annotated - select for diffs
Sun Nov 7 23:26:01 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.374: preferred, colored
Changes since revision 1.374: +12 -15
lines
Adapted documentation to new distribution rule.
Revision 1.374: download - view: text, markup, annotated - select for diffs
Sun Nov 7 18:31:06 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.373: preferred, colored
Changes since revision 1.373: +10 -7
lines
imapsync is no longer gratis on the homepage.
Revision 1.373: download - view: text, markup, annotated - select for diffs
Sun Nov 7 18:23:13 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.372: preferred, colored
Changes since revision 1.372: +7 -7
lines
Smarter Mail 5.5
Revision 1.372: download - view: text, markup, annotated - select for diffs
Wed Nov 3 00:10:29 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.371: preferred, colored
Changes since revision 1.371: +9 -8
lines
No thanks for *.bin and *.exe
Revision 1.371: download - view: text, markup, annotated - select for diffs
Tue Nov 2 07:37:35 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.370: preferred, colored
Changes since revision 1.370: +9 -7
lines
hMailServer 5.3.3 [host2] success
Oracle Beehive [host1] success
Revision 1.370: download - view: text, markup, annotated - select for diffs
Sun Oct 31 23:07:12 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.369: preferred, colored
Changes since revision 1.369: +7 -7
lines
Prepare to move from linux-france.org with independant name.
Revision 1.369: download - view: text, markup, annotated - select for diffs
Sun Oct 31 23:03:22 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.368: preferred, colored
Changes since revision 1.368: +9 -6
lines
No thanks with imapsync.exe just homepage link.
Revision 1.368: download - view: text, markup, annotated - select for diffs
Sun Oct 31 22:17:52 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.367: preferred, colored
Changes since revision 1.367: +9 -3
lines
Applied proxyauth-v2_1.366.patch on 1.366
Revision 1.367: download - view: text, markup, annotated - select for diffs
Sun Oct 31 00:01:44 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.366: preferred, colored
Changes since revision 1.366: +44 -13
lines
Applied patch patches/proxyauth_1.366.patch from Jorge Lรณpez Pรฉrez.
Revision 1.366: download - view: text, markup, annotated - select for diffs
Mon Oct 25 17:15:52 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.365: preferred, colored
Changes since revision 1.365: +11 -12
lines
Permit host* to have change the case of headers.
Revision 1.365: download - view: text, markup, annotated - select for diffs
Mon Oct 25 11:42:41 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.364: preferred, colored
Changes since revision 1.364: +131 -157
lines
Fix tls getline pb (read too early)
Changes place of starttls() myconnect() and other functions.
Revision 1.364: download - view: text, markup, annotated - select for diffs
Mon Oct 25 09:56:27 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.363: preferred, colored
Changes since revision 1.363: +10 -15
lines
Fix STARTTLS capability detection bug.
Revision 1.363: download - view: text, markup, annotated - select for diffs
Sun Oct 24 17:16:43 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.362: preferred, colored
Changes since revision 1.362: +99 -48
lines
Added --delete2folders option. Deletes folders in host2 that are not in host1.
Revision 1.362: download - view: text, markup, annotated - select for diffs
Fri Oct 22 19:23:34 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.361: preferred, colored
Changes since revision 1.361: +24 -8
lines
Added imapsync basename to see how imapsync.exe is used.
Revision 1.361: download - view: text, markup, annotated - select for diffs
Tue Oct 19 22:58:06 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.360: preferred, colored
Changes since revision 1.360: +28 -8
lines
Added --nomodules_version option to avoid Roger libeay32.dll missing problem.
Added test to ckeck if the release number from lfo VERSION file is a number.
Revision 1.360: download - view: text, markup, annotated - select for diffs
Tue Oct 19 22:08:23 2010 UTC (14 years, 1 month ago) by gilles
Branches: MAIN
Diff to: previous 1.359: preferred, colored
Changes since revision 1.359: +8 -7
lines
Better documentation to subscribe to the imapsync list.
Revision 1.359: download - view: text, markup, annotated - select for diffs
Fri Oct 8 01:17:29 2010 UTC (14 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.358: preferred, colored
Changes since revision 1.358: +15 -9
lines
Fixed "Your vendor has not defined POSIX macro SIGALRM" bug on win32.
Revision 1.358: download - view: text, markup, annotated - select for diffs
Fri Oct 8 00:40:42 2010 UTC (14 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.357: preferred, colored
Changes since revision 1.357: +97 -18
lines
Add memory_consumption for win32.
Revision 1.357: download - view: text, markup, annotated - select for diffs
Mon Oct 4 21:50:56 2010 UTC (14 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.356: preferred, colored
Changes since revision 1.356: +10 -10
lines
Suppressed ref passage in foldersizes() sub.
Revision 1.356: download - view: text, markup, annotated - select for diffs
Mon Oct 4 02:44:00 2010 UTC (14 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.355: preferred, colored
Changes since revision 1.355: +1270 -1251
lines
Move all subroutines below main.
Changed "local $SIG{ALRM}" to "POSIX::sigaction(SIGALRM"
Revision 1.355: download - view: text, markup, annotated - select for diffs
Tue Sep 21 01:50:34 2010 UTC (14 years, 2 months ago) by gilles
Branches: MAIN
Diff to: previous 1.354: preferred, colored
Changes since revision 1.354: +39 -19
lines
Added tests_max() max() functions.
Added memory consumption.
Added memory consumption ratio to biggest message transfered.
Revision 1.354: download - view: text, markup, annotated - select for diffs
Thu Sep 16 00:25:20 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.353: preferred, colored
Changes since revision 1.353: +27 -15
lines
Added memory_consumption_ratio()
Added memory_consumption_of_pid()
Removed memory_consumption
Revision 1.353: download - view: text, markup, annotated - select for diffs
Tue Sep 14 22:46:33 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.352: preferred, colored
Changes since revision 1.352: +19 -9
lines
Added --minsize option.
Revision 1.352: download - view: text, markup, annotated - select for diffs
Tue Sep 14 21:53:55 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.351: preferred, colored
Changes since revision 1.351: +48 -12
lines
Added memory_consumption()
Added tests_memory_consumption()
Started to analyse memory consumption.
Revision 1.351: download - view: text, markup, annotated - select for diffs
Mon Sep 6 16:28:17 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.350: preferred, colored
Changes since revision 1.350: +9 -7
lines
Fixed PERL_VERSION format in imapsync_version_lfo()
Revision 1.350: download - view: text, markup, annotated - select for diffs
Mon Sep 6 01:05:09 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.349: preferred, colored
Changes since revision 1.349: +33 -24
lines
Added --noreleasecheck option.
Added User-agent information (OS, perl version, Mail::IMAPClient version)
Revision 1.349: download - view: text, markup, annotated - select for diffs
Mon Sep 6 00:25:03 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.348: preferred, colored
Changes since revision 1.348: +71 -13
lines
Added new release checking
Revision 1.348: download - view: text, markup, annotated - select for diffs
Sun Sep 5 21:28:35 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.347: preferred, colored
Changes since revision 1.347: +16 -18
lines
Strong regex for month in good_date()
Revision 1.347: download - view: text, markup, annotated - select for diffs
Sun Sep 5 21:12:10 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.346: preferred, colored
Changes since revision 1.346: +61 -50
lines
Rewrote good_date and removed Date::Manip usage.
Revision 1.346: download - view: text, markup, annotated - select for diffs
Sun Sep 5 16:28:18 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.345: preferred, colored
Changes since revision 1.345: +34 -36
lines
Simplified default output.
Revision 1.345: download - view: text, markup, annotated - select for diffs
Tue Aug 24 01:44:59 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.344: preferred, colored
Changes since revision 1.344: +45 -45
lines
Better output when copying messages.
Revision 1.344: download - view: text, markup, annotated - select for diffs
Fri Aug 20 02:06:13 2010 UTC (14 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.343: preferred, colored
Changes since revision 1.343: +123 -49
lines
Added function fetch_hash_2() allowing a list of uid to be fetched.
Changed fetch_hash() calls by fetch_hash_2() calls
This fixed the bug "Be more effiscient with large mailboxes",
search ALL was useless with --maxage or --minage in fetch_hash()
Revision 1.343: download - view: text, markup, annotated - select for diffs
Sun Aug 15 18:02:11 2010 UTC (14 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.342: preferred, colored
Changes since revision 1.342: +9 -7
lines
Fix. bug in _read_line sysread can return undef;
Revision 1.342: download - view: text, markup, annotated - select for diffs
Sun Aug 15 11:02:41 2010 UTC (14 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.341: preferred, colored
Changes since revision 1.341: +12 -13
lines
Clarity. Print capability after authenticated state.
Revision 1.341: download - view: text, markup, annotated - select for diffs
Sun Aug 15 10:56:45 2010 UTC (14 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.340: preferred, colored
Changes since revision 1.340: +42 -14
lines
Added Mail::IMAPClient::capability_update() to reset the capability cache.
Bug fix. Some imap server change their capability after authentification,
imapsync used the capability cache from the first CAPABILITY call.
Revision 1.340: download - view: text, markup, annotated - select for diffs
Mon Aug 9 00:03:21 2010 UTC (14 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.339: preferred, colored
Changes since revision 1.339: +7 -7
lines
Bug fix. Stupid undef breaking --syncinternaldates
Revision 1.339: download - view: text, markup, annotated - select for diffs
Wed Jul 28 15:07:56 2010 UTC (14 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.338: preferred, colored
Changes since revision 1.338: +27 -20
lines
Made a justconnect() routine.
Revision 1.338: download - view: text, markup, annotated - select for diffs
Wed Jul 28 14:56:26 2010 UTC (14 years, 4 months ago) by gilles
Branches: MAIN
Diff to: previous 1.337: preferred, colored
Changes since revision 1.337: +42 -27
lines
Added SYNOPSIS at the top of the documentation.
Revision 1.337: download - view: text, markup, annotated - select for diffs
Fri Jul 16 23:23:40 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.336: preferred, colored
Changes since revision 1.336: +12 -6
lines
Added --usedatemanip option (not documented in --help)
Turned off Date::Manip usage by default: release 6.x vs 5.x buggy,
and dprof showed slow routines come from Date::Manip
Revision 1.336: download - view: text, markup, annotated - select for diffs
Fri Jul 16 22:04:25 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.335: preferred, colored
Changes since revision 1.335: +8 -7
lines
Bugfix. $syncinternaldates could not be set 0. Unbelievable!
Revision 1.335: download - view: text, markup, annotated - select for diffs
Fri Jul 16 00:44:25 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.334: preferred, colored
Changes since revision 1.334: +26 -15
lines
Bugfix. Fixed Date_TimeZone break under win32.
Revision 1.334: download - view: text, markup, annotated - select for diffs
Thu Jul 15 12:20:48 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.333: preferred, colored
Changes since revision 1.333: +50 -32
lines
Added statistics about "Messages void (noheader) on hostX"
Revision 1.333: download - view: text, markup, annotated - select for diffs
Wed Jul 14 23:55:13 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.332: preferred, colored
Changes since revision 1.332: +7 -9
lines
docfix
Revision 1.332: download - view: text, markup, annotated - select for diffs
Wed Jul 14 23:09:02 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.331: preferred, colored
Changes since revision 1.331: +251 -178
lines
Reviewed variable names.
Began to push subroutines below main.
Revision 1.331: download - view: text, markup, annotated - select for diffs
Tue Jul 13 23:28:59 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.330: preferred, colored
Changes since revision 1.330: +6 -6
lines
default values for h1_mess_duplicate h1_mess_size_total_duplicate
Revision 1.330: download - view: text, markup, annotated - select for diffs
Tue Jul 13 03:44:36 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.329: preferred, colored
Changes since revision 1.329: +56 -36
lines
Bugfix. Duplicate messages on host2 were not deleted with --delete2
Revision 1.329: download - view: text, markup, annotated - select for diffs
Mon Jul 12 23:28:00 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.328: preferred, colored
Changes since revision 1.328: +13 -21
lines
--skipsize turned on by default.
Why? all examples on internet use --skipsize.
imapsync can not change buggy imp servers.
Useless code cleanup.
Revision 1.328: download - view: text, markup, annotated - select for diffs
Mon Jul 12 22:49:23 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.327: preferred, colored
Changes since revision 1.327: +18 -19
lines
Changed basic documention:
- examples with --password1 instead of --passfile1
Why? all exemples on internet use --password1 so users
use --password1 even I've never told them to do so.
Usability fix.
Revision 1.327: download - view: text, markup, annotated - select for diffs
Mon Jul 12 00:23:02 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.326: preferred, colored
Changes since revision 1.326: +7 -5
lines
Good exit at the end.
Revision 1.326: download - view: text, markup, annotated - select for diffs
Mon Jul 12 00:16:03 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.325: preferred, colored
Changes since revision 1.325: +9 -7
lines
Default value when no reconnect.
Revision 1.325: download - view: text, markup, annotated - select for diffs
Sun Jul 11 23:26:04 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.324: preferred, colored
Changes since revision 1.324: +72 -38
lines
Added --pidfile option.
Added die_clean() exit_clean() functions to remove pid file before quitting.
Revision 1.324: download - view: text, markup, annotated - select for diffs
Sun Jul 11 21:28:23 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.323: preferred, colored
Changes since revision 1.323: +24 -18
lines
Added --debugimap1 --debugimap2 to permit imap outpout with only one host.
Revision 1.323: download - view: text, markup, annotated - select for diffs
Sun Jul 11 21:10:17 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.322: preferred, colored
Changes since revision 1.322: +28 -10
lines
Added Reconnect_counter()
Added reconnect statistics
Revision 1.322: download - view: text, markup, annotated - select for diffs
Sat Jul 10 22:30:18 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.321: preferred, colored
Changes since revision 1.321: +46 -9
lines
Added regression tests to remove first "From " header line. tests_regexmess()
Revision 1.321: download - view: text, markup, annotated - select for diffs
Fri Jul 9 03:27:31 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.320: preferred, colored
Changes since revision 1.320: +6 -6
lines
Added Smarter Mail 5.0 success.
Revision 1.320: download - view: text, markup, annotated - select for diffs
Fri Jul 9 03:02:07 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.319: preferred, colored
Changes since revision 1.319: +20 -23
lines
Better reconnect handling.
Revision 1.319: download - view: text, markup, annotated - select for diffs
Fri Jul 9 00:49:26 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.318: preferred, colored
Changes since revision 1.318: +9 -7
lines
Added Maxcommandlength call.
Revision 1.318: download - view: text, markup, annotated - select for diffs
Wed Jul 7 23:44:35 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.317: preferred, colored
Changes since revision 1.317: +43 -39
lines
Added --subscribe_all option.
Reviewed and updated inline help.
Revision 1.317: download - view: text, markup, annotated - select for diffs
Wed Jul 7 22:49:09 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.316: preferred, colored
Changes since revision 1.316: +13 -6
lines
Bug report guideline: upgrade!
Revision 1.316: download - view: text, markup, annotated - select for diffs
Tue Jun 29 16:18:09 2010 UTC (14 years, 5 months ago) by gilles
Branches: MAIN
Diff to: previous 1.315: preferred, colored
Changes since revision 1.315: +10 -11
lines
Typo bandwidth.
Revision 1.315: download - view: text, markup, annotated - select for diffs
Fri Jun 11 02:51:54 2010 UTC (14 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.314: preferred, colored
Changes since revision 1.314: +8 -6
lines
*** empty log message ***
Revision 1.314: download - view: text, markup, annotated - select for diffs
Fri Jun 11 01:42:44 2010 UTC (14 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.313: preferred, colored
Changes since revision 1.313: +455 -16
lines
Added reconnect behavior with Mail::IMAPClient 2.2.9
Revision 1.313: download - view: text, markup, annotated - select for diffs
Thu Jun 10 00:37:09 2010 UTC (14 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.312: preferred, colored
Changes since revision 1.312: +6 -6
lines
36 success stories
Revision 1.312: download - view: text, markup, annotated - select for diffs
Thu Jun 10 00:35:46 2010 UTC (14 years, 6 months ago) by gilles
Branches: MAIN
Diff to: previous 1.311: preferred, colored
Changes since revision 1.311: +6 -5
lines
1und1 success story
Revision 1.311: download - view: text, markup, annotated - select for diffs
Tue Apr 27 23:03:39 2010 UTC (14 years, 7 months ago) by gilles
Branches: MAIN
Diff to: previous 1.310: preferred, colored
Changes since revision 1.310: +35 -12
lines
Fixed bug in compare_lists(). Thanks to Pertti Karppinen.
Revision 1.310: download - view: text, markup, annotated - select for diffs
Fri Feb 26 01:24:59 2010 UTC (14 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.309: preferred, colored
Changes since revision 1.309: +10 -11
lines
Removed modules_VERSION() call (useless)
Replaced Phil regex with /e one.
Revision 1.309: download - view: text, markup, annotated - select for diffs
Thu Feb 25 23:18:04 2010 UTC (14 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.308: preferred, colored
Changes since revision 1.308: +63 -65
lines
Better imap banner handling (first line read).
removed sub myconnect_v2()
Removed Mail::IMAPClient::Socket use.
Added sub RawSocket2() (RawSocket 3.23 failed as is, do not know why)
Added Mail::IMAPClient::Ignoresizeerrors for 2.2.9
Honot --allowsizemismatch with 2.2.9
Revision 1.308: download - view: text, markup, annotated - select for diffs
Wed Feb 24 01:29:11 2010 UTC (14 years, 9 months ago) by gilles
Branches: MAIN
Diff to: previous 1.307: preferred, colored
Changes since revision 1.307: +15 -9
lines
Fixed STARTTLS missing imap begin line.
Revision 1.307: download - view: text, markup, annotated - select for diffs
Tue Feb 9 17:49:34 2010 UTC (14 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.306: preferred, colored
Changes since revision 1.306: +68 -9
lines
Added tests_imap2_folder_name()
's/.*?(?:(\\(?:Answered|Flagged|Deleted|Seen|Recent|Draft)\s?)|$)/$1/g' check (good!)
Revision 1.306: download - view: text, markup, annotated - select for diffs
Sun Feb 7 21:38:15 2010 UTC (14 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.305: preferred, colored
Changes since revision 1.305: +71 -6
lines
Added regression test about the "keep only" --regexflag example.
Added debug to understand all the regexflag transformations.
Revision 1.305: download - view: text, markup, annotated - select for diffs
Wed Jan 20 22:26:03 2010 UTC (14 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.304: preferred, colored
Changes since revision 1.304: +14 -14
lines
Better output.
Revision 1.304: download - view: text, markup, annotated - select for diffs
Wed Jan 20 22:10:24 2010 UTC (14 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.303: preferred, colored
Changes since revision 1.303: +32 -23
lines
Added statistic about messages deleted
Added statistic about average bandwith rate
Revision 1.303: download - view: text, markup, annotated - select for diffs
Wed Jan 20 04:12:52 2010 UTC (14 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.302: preferred, colored
Changes since revision 1.302: +13 -12
lines
cosmetic changes.
Revision 1.302: download - view: text, markup, annotated - select for diffs
Wed Jan 20 03:34:59 2010 UTC (14 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.301: preferred, colored
Changes since revision 1.301: +59 -51
lines
Flags are now exactly synced from host1 to host2.
Previous releases just added flags, It was a wrong behavior
since when a \Seen flag is removed on host1 a sync have to
remove it on host2. imapsync is not imapadd.
Revision 1.301: download - view: text, markup, annotated - select for diffs
Mon Jan 18 06:24:16 2010 UTC (14 years, 10 months ago) by gilles
Branches: MAIN
Diff to: previous 1.300: preferred, colored
Changes since revision 1.300: +92 -23
lines
Added TLSv1 support.
Revision 1.300: download - view: text, markup, annotated - select for diffs
Sat Jan 16 03:34:37 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.299: preferred, colored
Changes since revision 1.299: +250 -250
lines
Changed name of variables. "from" replaced by imap1 "to" by imap2.
f_* replaced by h1_*
t_* replaced by h2_*
Cosmetic but easier to read nd maintain.
Revision 1.299: download - view: text, markup, annotated - select for diffs
Fri Jan 15 00:19:32 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.298: preferred, colored
Changes since revision 1.298: +10 -10
lines
imapsync is no longer GPL software.
imapsync is WTFPL software. The best licence I found.
Revision 1.298: download - view: text, markup, annotated - select for diffs
Thu Jan 14 23:43:22 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.297: preferred, colored
Changes since revision 1.297: +6 -8
lines
Fix. Removed identical "my" declaration.
Revision 1.297: download - view: text, markup, annotated - select for diffs
Thu Jan 14 17:36:17 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.296: preferred, colored
Changes since revision 1.296: +13 -11
lines
Rewrote flags_filter(), same behavior, no regex.
Revision 1.296: download - view: text, markup, annotated - select for diffs
Thu Jan 14 16:57:58 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.295: preferred, colored
Changes since revision 1.295: +72 -8
lines
Filter flags sync with the list given by PERMANENTFLAGS on --host2
Revision 1.295: download - view: text, markup, annotated - select for diffs
Thu Jan 14 15:04:27 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.294: preferred, colored
Changes since revision 1.294: +10 -6
lines
--expunge only expunge --host1 (fixed output about that)
Revision 1.294: download - view: text, markup, annotated - select for diffs
Thu Jan 14 02:12:17 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.293: preferred, colored
Changes since revision 1.293: +37 -10
lines
Added --tmpdir option. The funny part is it's useless now.
Revision 1.293: download - view: text, markup, annotated - select for diffs
Tue Jan 12 05:34:27 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.292: preferred, colored
Changes since revision 1.292: +6 -6
lines
Change call for donation.
Revision 1.292: download - view: text, markup, annotated - select for diffs
Tue Jan 12 05:15:53 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.291: preferred, colored
Changes since revision 1.291: +8 -7
lines
freshmeat rate is gone.
paypal is good to encourage myself.
Revision 1.291: download - view: text, markup, annotated - select for diffs
Tue Jan 12 04:36:03 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.290: preferred, colored
Changes since revision 1.290: +10 -10
lines
Load Term::ReadKey when needed.
Revision 1.290: download - view: text, markup, annotated - select for diffs
Tue Jan 12 03:42:09 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.289: preferred, colored
Changes since revision 1.289: +7 -7
lines
One line per folder when printing the each folder list.
Revision 1.289: download - view: text, markup, annotated - select for diffs
Tue Jan 12 01:54:52 2010 UTC (14 years, 11 months ago) by gilles
Branches: MAIN
Diff to: previous 1.288: preferred, colored
Changes since revision 1.288: +6 -6
lines
Removed unused Date_Cmp from import.
Revision 1.288: download - view: text, markup, annotated - select for diffs
Wed Sep 2 20:37:22 2009 UTC (15 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.287: preferred, colored
Changes since revision 1.287: +8 -6
lines
Request all folder list only when needed (sometimes the list is very long)
Revision 1.287: download - view: text, markup, annotated - select for diffs
Mon Aug 24 00:32:36 2009 UTC (15 years, 3 months ago) by gilles
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -6
lines
- fixed fetch_hash() to return FLAGS as "" not () when no FLAGS set.
(reading Mail-IMAPClient-3.19 code)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 13 15:20:33 2009 UTC (15 years, 4 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
Updated mail/imapsync to 1.286
pkgsrc change:
Add missing p5-Date-Manip depends - noted by Martti Kuparinen
upstream changes:
revision 1.286
date: 2009/07/24 15:53:04; author: gilles; state: Exp; lines: +10 -7
Bug fix: allow3x is on by default (was badly done after check_lib_version())
revision 1.285
date: 2009/07/03 00:59:20; author: gilles; state: Exp; lines: +38 -17
Applied "patch -p0 < patches/imapsync.1.284.patch"
Attached is a patch against 1.284 with the following changes:
- [Bug] to_folder_name() failed to escape $f_prefix so --prefix1 <string> was treated like --prefix1 <regex> instead
- [Enhancement] updated parse_header_msg1() to return 0 on duplicate or undef on "no header" so now the "+ Skipping msg" will show either "no header" or "duplicate" as appropriate
- [Bug] flag handling: make sure we don't try to set \Recent as RFC 2060 doesn't allow for that
- [Enhancement] flag handling: only add missing flags instead of always calling $to->store() to set flags even when the flags already matched what we wanted... my first patch just used string comparison, this patch actually uses a hash for comparison so we're smarter about flags even when the order on $from and $to are different now - definitely helps speed up imapsync when lots of messages have flags and running sync in multiple passes
Phil
revision 1.284
date: 2009/06/30 03:14:24; author: gilles; state: Exp; lines: +15 -19
allow Mail::IMAPClient 3.0.xx by default
Removed Mail::IMAPClient::Ssl since 3.0.19 has it now.
revision 1.283
date: 2009/06/30 02:54:57; author: gilles; state: Exp; lines: +123 -94
Applied Phil Lobbes patch as is : ./patches/imapsync.1.282.patch
revision 1.282
date: 2009/05/11 00:05:39; author: gilles; state: Exp; lines: +15 -10
Added option --justlogin
revision 1.281
date: 2009/04/24 13:58:15; author: gilles; state: Exp; lines: +29 -6
Added tests_flags_regex() regression tests.
revision 1.280
date: 2009/04/02 11:32:10; author: gilles; state: Exp; lines: +103 -47
Applied Phil patch with many IsUnconnected() calls.
revision 1.279
date: 2009/03/22 00:12:15; author: gilles; state: Exp; lines: +9 -7
isUnconnected BAD IsUnconnected GOOD!
revision 1.278
date: 2009/02/23 00:40:25; author: gilles; state: Exp; lines: +14 -12
Less imap output with +FLAGS.SILENT
Changed unsubscribe subscribe order in documentation.
Typos.
revision 1.277
date: 2009/02/21 12:10:50; author: gilles; state: Exp; lines: +8 -6
Better example explanation.
revision 1.276
date: 2009/02/21 04:04:08; author: gilles; state: Exp; lines: +15 -22
Removed mailto: in MAILING-LIST section.
revision 1.275
date: 2009/02/21 02:04:26; author: gilles; state: Exp; lines: +25 -14
Change real password to "MASKED" in command line output.
revision 1.274
date: 2009/02/21 01:10:02; author: gilles; state: Exp; lines: +14 -8
--delete 2 is now a fatal error.
revision 1.273
date: 2009/02/21 00:48:40; author: gilles; state: Exp; lines: +36 -37
Print a warning and return error code each time a disconnection occurs.
revision 1.272
date: 2009/02/20 23:41:09; author: gilles; state: Exp; lines: +78 -78
Fixed many English errors (thanks to Reuben Thomas)
revision 1.271
date: 2009/02/19 23:38:32; author: gilles; state: Exp; lines: +28 -35
Bug fix about $t_prefix and INBOX '.' was hardcoded.
Small change on documentation.
revision 1.270
date: 2009/02/14 22:21:35; author: gilles; state: Exp; lines: +16 -11
Another Phil Lobbes patch.
Exit with error code and warning when a server disconnect
during the folder loop.
revision 1.269
date: 2009/02/14 22:08:18; author: gilles; state: Exp; lines: +65 -38
Applied Phil Lobbes patches.
- catch (what should be) fatal eval errors for regextrans2,
$regexflag, $regexmess, instead of silently ignoring them
and letting the user think they are working/OK
- fix login_imap() Died at .../imapsync line 780 when IsUnconnected()
and log some more useful into to stderr than just 'Died at...'
- check_lib_version() contains a bad use of unset match/capture variables
- added and now use new function myconnect() and myconnect_v2()
does not require hack/override of Mail::IMAPClient::connect
and is backwards compatible with Mail::IMAPClient v2.x
- redo $Mail::IMAPClient::Authuser hack since only
Mail::IMAPClient v2 does not have Authuser()
Many thanks to Phil.
revision 1.268
date: 2009/02/14 03:27:51; author: gilles; state: Exp; lines: +22 -21
Fixed bad VERSION_IMAPClient output
revision 1.267
date: 2008/10/07 11:36:02; author: gilles; state: Exp; lines: +14 -10
Better test to check non existing folders on destination
server.
revision 1.266
date: 2008/10/07 05:56:52; author: gilles; state: Exp; lines: +27 -10
*** empty log message ***
revision 1.265
date: 2008/08/30 14:20:38; author: gilles; state: Exp; lines: +7 -7
carp to warn
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Sep 8 22:25:13 2008 UTC (16 years, 3 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4
lines
Updated mail/imapsync to 1.264, and adjusted to use p5-Mail-IMAPClient2
revision 1.264
Archiveopteryx 3.0.0
revision 1.263
Added modules versions output.
revision 1.262
Work fine under XP.
revision 1.261
- Fixed bug about ssl and justconnect option
- Cleaned connect code.
- Started gmail support.
revision 1.260
- Added option --idatefromheader :
sets the internal dates on host2 same as the "Date:" headers.
revision 1.259
- Made a function for regexmess() --regexmess to be able to
check it easily
- Added function tests_regexmess() to check regexmess(), 3
tests.
- Removed imapsync copyleft GPL licence output (boring).
Replaced by wishlist link.
- Added thank_author() to avoid duplicate code about thanks.
- Better bug report documentation.
revision 1.258
Change report bug information order.
revision 1.257
removed comment and ugly output
revision 1.256
Applied patch from Simon Heimlicher to avoid non-selectable
folders.
revision 1.255
Domino (Notes) 4.61
revision 1.254
Some server (Microsoft Exchange 6.0.6249.0 for example)
returns message size a lot
s than the real size
Now imapsync accept this silly behavior.
revision 1.253
Archiveopteryx 2.09
revision 1.252
Added mailing list information.
revision 1.251
Fixed message_string returning empty message when < expected size.
revision 1.250
Bug fix "parse_headers want an ARRAY ref"
revision 1.249
warn about BUG_IMAPClient_3.xx
revision 1.248
Cleaned check_lib_version()
revision 1.247
Added id in output warn when no header found.
revision 1.246
Removed $^W use.
revision 1.245
Back to append_string()
Turn on --syncinternaldates by default
Date_Init("TZ=GMT") if no timezone (windows) set.
revision 1.244
Removed old *_2() functions (unused)
revision 1.243
Moved functins *_2() into override_imapclient()
revision 1.242
Ignore message when it has no header.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Feb 14 21:05:15 2008 UTC (16 years, 10 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4
lines
Update to 1.241. Changes are raw CVS logs, so see for list:
http://www.linux-france.org/prj/imapsync/ChangeLog
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Aug 10 11:18:16 2006 UTC (18 years, 4 months ago) by abs
Branches: TNF
CVS tags: pkgsrc-base,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import imapsync-1.182
imapsync is a tool for facilitating incremental recursive IMAP
transfers from one mailbox to another. It is useful for mailbox
migration, and reduces the amount of data transferred by only
copying messages that are not present on both servers. Read, unread,
and deleted flags are preserved, and the process can be stopped
and resumed. The original messages can optionally be deleted after
a successful transfer.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 10 11:18:16 2006 UTC (18 years, 4 months ago) by abs
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>