File: TODO

package info (click to toggle)
gotmail 0.8.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 156 kB
  • ctags: 26
  • sloc: perl: 898; makefile: 53
file content (14 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 * There are issues with processing folders one page at a time.  For example,
   when deleting stuff with SpamAssassin, it's every possible to skip some
   messages because when a message is deleted from a page, all the messages
   move up one.  Therefore, goig to the next page in the folder means that
   a message might be missed.  It would be MUCH better to get ALL the
   messages in a folder first, then go process them all at one time.

 * There are problems with the various versions of curl.  In particular,
   if the user has curl 7.10, it would be better to specify the '-k' 
   option so curl will not complain about bad certificates.  A future
   of gotmail should check and see what curl options are available and
   set them appropriately.  This should help gotmail work right out of 
   the box.