wmtime - Fix compiler and linker flags in Makefile.
[dockapps.git] / wmnotify / TODO
blobd86ad012d0f985cefaccb545feaf24df3930f367
1 TODO
2 ====
4 o Add support for standard file ~/.mailrc (POSIX) for settings?
5 o Do we add support for spaces in IMAP or POP passwords?
6 o Set real application name instead of using argv[0]...
7 o Create a test application to send responses in multiple
8   packets.
9 o Add support for multiple accounts;
10 o Add support for local mailboxes;
11 o Implement correct method for checking new messages with
12   IMAP (don't use RECENT command, but NEW command);
13 o Implement the volume for the console beep;
14 o Test if the 'execcommand' variable in the configuration file points to
15   a valid executable (double-click action);
16 o In configure.in, is the check to "sys/types" necessary?
17 o In pop3.c, gethostbyname() blocks for a long time if network is unavailable;
18   Try alternative to this blocking mode (timeout value?);
19 o The volume setting in the configuration file is in percentage, but it is not computed
20   as a logarithmic function in file sound.c (dB);