emailux (0.1.2) - Sun Apr 20 12:45:12 CEST 2003 * --attach/-a option has been added. Now it is possible to send attached files in e-mails using Emailux. * Emailuxcfg reads configuration file in order to set default values. emailux (0.1.1) - Wed Apr 16 19:56:58 CEST 2003 * Code has been broken into many different funcions. * Python email library is used now. * Package depends on Python (>= 2.2.1) now. Before, Python (>= 1.5.2) was required. This is caused by email library requirement. * From, To, Cc and Subject fields are properly coded now. So we can use non ascii chars now. * E-mail body is properly coded too using email library. * Emailux functionality is exactly the same as before in version 0.1.0. Code structure has been improved and some bugs have been fixed. emailux (0.1.0) - Sun Apr 13 12:21:38 CEST 2003 * Emailux is under Aegis control. CVS is no longer used. * [TAB] chars have been replaced by four [SPACE] tabs. This convention is used by everybody, so we use it too. * Password writting has been hidden in emailuxcfg. We use getpass Python library in order to do that. * Emailux script has been restructured. Code has been reorganizated. * $HOME/.emailuxrc file format has been changed. Now, this file has a format suitable to be used with ConfigParser Python library module. * --msgbody option has been added. * Debug mechanism has been updated. Now, we use syslog Python library module in order to do that. * Command line parsing has been updated. Now, we use getopt Python library module in order to do that. * Some comments have been added to code. * Main scripts code has been moved to "if __name__ == '__main__'" section. emailux (0.0.1) - Sat Nov 17 17:10:01 CET 2001 * Emailux development has been started. * Emailux works using SMTP or SMTP AUTH. * SMTP AUTH scheme is LOGIN AUTH.