X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=TODO;h=4fc956400078c1f893b04f0fe0ec290264027351;hb=7ad7f1f4d17f79a198057067f13c993d39cf1868;hp=10bf12ea33859a379f8dab67fce8e17a7a527a1e;hpb=eaca75aa6c133cc6ff3d707f7ae8dbfbe51a6d2a;p=dockapps%2Fwmnotify.git diff --git a/TODO b/TODO index 10bf12e..4fc9564 100644 --- 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);