File: TODO

package info (click to toggle)
imapsync 1.182-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 544 kB
  • ctags: 221
  • sloc: perl: 4,864; sh: 770; makefile: 75
file content (127 lines) | stat: -rw-r--r-- 3,810 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
TODO file for imapsync
----------------------

Add --verbose from Kjetil jumbo patch.

Talk about mbox and maildir format when "Invalid header"
problem is encountered.

Post on newsgroup comp.mail.imap when a new release comes.
http://groups.google.fr/group/comp.mail.imap

Add my amazon wishlist link.

Read the IMAP RFC http://www.faqs.org/rfcs/rfc3501.html

Add debian packaging in the Makefile.
Write to the debian maintener about that.

Interface with external software like procmail 

Look at http://barnson.org/node/81

Read:
http://www.washington.edu/imap/documentation/commndmt.txt.html


Add cyrus link about INBOX. namespace
http://asg.web.cmu.edu/cyrus/download/imapd/altnamespace.html


Explain expunge behavior.

DONE. Add an --exactsync option to remove target messages
that are not on source. Maybe --delete2 is a better name.

DONE. Fix the "word too large" or "Command line too long"
      bug with some imap servers.

DONE. Add features from Herman (patch against 1.139 and
again with 1.156 by Kjetil Torgrim Homme)
 - Support for authenticating as different (admin) user
 - Support for different auth mechanisms (we needed PLAIN)

DONE. Make --include --exclude options possibly be a list.

DONE. Look at http://freshmeat.net/projects/freshmeat-submit/

DONE in FAQ.Talk about :
"I think notes is right but MS Eudora is bad with dates.
(netscape or thunderbird is ok with dates)
use the option --syncinternaldates "

DONE. Create a imapsync mailing list.
May be I won't since we can use comp.mail.imap
http://groups.google.fr/group/comp.mail.imap
to talk about imapsync

DONE. Add a --recurse option when --folder option is used.
No I won't since this feature can be done by doing a 
--include '^INBOX.MyFolder'

Done. Look at comp.mail.imap http://groups.google.fr/groups?q=imapsync
In fact I set up an google alert on imapsync so I read
any posted question about imapsync posted  to any group
followed by google.

DONE. Add usage about --regextrans2
To remove INBOX. in the name of destination folders:
--regextrans2 's/^INBOX\.(.+)/$1/'
To sync a complete account in a subfolder called FOO:
--regextrans2 's/^INBOX(.*)/INBOX.FOO$1/'

DONE. Make the --justconnect a real "just connect" connection,
not a auth connection like it is now.

DONE. Add --prefix1 option. Don't know what is the need exactly.
The need is to remove this prefix when building target folder names.

DONE. Read the IMAP RFC http://www.rfc-editor.org/rfc/rfc2342.txt
Respect the NAMESPACE behavior like the RFC.

DONE. Add in doc: Does imapsync support IMAP over TLS (IMAPS)?

DONE. Add the licence of each IMAP software (the free ones).

DONE. Add  MailEnable version 1.54 if 
Javier Gomez succeed. He failed.
MailEnable is an early stage developpment IMAP server.

DONE. Update doc with ALL options.

DONE. Think about speed.

DONE. Pb if "to separator" is in "from folder" name.
Have to choose a caracter != to separator and
not in from folders. The solution can be to
just exchange the two separator caracters.

DONE. Look at the separator() function in Mail::IMAPClient

DONE. Add SASL support MD5 : DIGEST-MD5 and CRAM-MD5
see authenticate in IMAPClient.pm
Test the new Mail::IMAPClient (2.1.4 -> 2.2.6 or sup)
userdbpw -hmac-md5 | userdb userdb set hmac-md5pw
http://www.inter7.com/courierimap/INSTALL.html


DONE. Add a --subscribe option to subscribe folders on the
      destination server.

DONE. Add a --subscribed option to transfert only subscribed
      folder on the source server.

DONE. Add a CREDITS file.

DONE. Pb with namespace INBOX. Some IMAP servers 
don't have this CAPABILITY
http://www.inter7.com/courierimap/FAQ.html#namespace
http://www.rfc-editor.org/rfc/rfc2342.txt

DONE. Pb with date

DONE. Pb with \Recent flag

DONE. Add the list of tested IMAP servers (successes and failures).