Added credits to Joffrey Pannequin and Randy in ChangeLog v0.3.1
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 28 Jun 2005 02:30:01 +0000 (02:30 +0000)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 25 May 2013 21:36:10 +0000 (17:36 -0400)
Modified TODO

ChangeLog
TODO

index bbc4cf1..5c636ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
 2005-06-22  Hugo Villeneuve  <hugo@hugovil.com>
        * Now using the same Tx and Rx buffers for POP3 and IMAP4.
+       * Removed autogenerated files from subversion repository.
+
+2005-06-22  Hugo Villeneuve  <hugo@hugovil.com>
        * Added support for IMAP4 commands that may span multiple
        packets by calling recv() until full IMAP4 response is received.
-       * Removed autogenerated files from subversion repository.
+       Based on comments/patches by Joffrey Pannequin and Randy.
        
 2004-02-24  Hugo Villeneuve  <hugo@hugovil.com>
        * Added error checking for IMAP4 responses.
diff --git a/TODO b/TODO
index 10bf12e..4fc9564 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,14 @@
 TODO
 ====
 
-o Implement the volume for the console beep
+o Add support for multiple accounts;
+o Implement correct method for checking new messages with
+  IMAP (don't use RECENT command, but NEW command);
+o Implement the volume for the console beep;
 o Test if the 'execcommand' variable in the configuration file points to
-  a valid executable (double-click action).
+  a valid executable (double-click action);
 o In configure.in, is the check to "sys/types" necessary?
-o In pop3.c, gethostbyname() blocks for a long time if network is unavailable.
-  Try alternative to this blocking mode (timeout value?).
+o In pop3.c, gethostbyname() blocks for a long time if network is unavailable;
+  Try alternative to this blocking mode (timeout value?);
 o The volume setting in the configuration file is in percentage, but it is not computed
-  as a logarithmic function in file sound.c (dB).
-o Use the same Tx and Rx buffers for POP3 and IMAP4 (check the sizes...)
+  as a logarithmic function in file sound.c (dB);