Added mimimal version number verification for OpenSSL in configure
[dockapps/wmnotify.git] / TODO
diff --git a/TODO b/TODO
index 10bf12e..5b77de1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,19 @@
 TODO
 ====
 
-o Implement the volume for the console beep
+o Do we add support for spaces in IMAP or POP passwords?
+o Set real application name instead of using argv[0]...
+o Create a test application to send responses in multiple
+  packets.
+o Add support for multiple accounts;
+o Add support for local mailboxes;
+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);