Hello, Python finally really works under both Windows and Unix. By works I mean that you can:
1. write filter functions (tests and actions) in Python and you have full access to the message being filtered, that is you can examine its header values (size, subject, ...), MIME structure, ... from Python 2. write callbacks which are invoked when a folder is opened/closed 3. "run script" feature works too Of course, there are still more things to be done here, such as adding more hooks/callbacks and exporting more classes to Python (although the currently exported ones in include/interface are already quite useful). But I think that for the first time since a very very long time or maybe ever Python is actually useful because the possibility to write filters in it is surely handy. Regards, VZ ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
