mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-23 18:55:55 +02:00
1.920
This commit is contained in:
parent
eafd200ec0
commit
62531f58cd
300 changed files with 9212 additions and 88495 deletions
24
TODO
24
TODO
|
@ -1,5 +1,5 @@
|
|||
#!/bin/cat
|
||||
# $Id: TODO,v 1.199 2018/07/02 09:03:20 gilles Exp gilles $
|
||||
# $Id: TODO,v 1.203 2018/11/26 11:50:08 gilles Exp gilles $
|
||||
|
||||
This documentation is also at http://imapsync.lamiral.info/#doc
|
||||
|
||||
|
@ -7,6 +7,26 @@ This documentation is also at http://imapsync.lamiral.info/#doc
|
|||
TODO file for imapsync
|
||||
----------------------
|
||||
|
||||
|
||||
SUGGESTED 2018_11_20 by Gilles
|
||||
Count the messages that are on host2 but not on host1.
|
||||
|
||||
|
||||
|
||||
SUGGESTED 2018_09_11 by Gilles
|
||||
Use Smart::Comments in long loop
|
||||
Use Smart::Comments in debug/verbose mode
|
||||
|
||||
SUGGESTED 2018_09_11 by Gilles
|
||||
Take a look at
|
||||
Test::NoWarnings
|
||||
Test::Warn
|
||||
|
||||
SUGGESTED 2018_09_01 by Gilles
|
||||
Count messages on host2 that are not in host1 and
|
||||
then calculate a final count saying if the sync looks complete:
|
||||
msgs1_single + msgs1_dup + msgs_copied ?== msg2s_single + msg2s_dup + msg2s_not_in1
|
||||
|
||||
SUGGESTED 2018_06_29 by Michael Hesse
|
||||
Remove the warning on Windows
|
||||
“No such signal: SIGUSR1 at script/imapsync line 11744.”
|
||||
|
@ -551,7 +571,7 @@ Usage: --maxlinelength 9900 maxlinelengthcmd 'reformime -r7'
|
|||
|
||||
DONE. Add DavMail in Similar Softwares section. http://davmail.sourceforge.net/
|
||||
|
||||
DONE. Convert folder names to utf-8 and print them next to the utf-7 ones.
|
||||
DONE. Convert folder names to utf-8 and print them next to the uft-7 ones.
|
||||
Look at imapsync/W/learn/
|
||||
./imap_utf7 data_utf7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue