[Mrpostman-developers] MrPostman outlook2003 and squirrel mail plugins
Brought to you by:
chris_humphreys,
mrbook
|
From: Luca C. <lu....@gm...> - 2006-04-06 11:28:32
|
Hi all, I've write some part of the outlook2003.script code for improvent and fix and I've write a plug-in for squirrel mail. Below the features for the plugins: - outlook2003.script # @Version: 0.8 # fix problem with special chars in messages id # use of i18n plugin for simple regexp # support utf-8 encoding for subject with charEncode function # Permanently delete all items and subfolders in the Deleted Items folder # Fix problem parsing date with some client (i.e. Thunderbird) -squirrel.script # supports receiving and sending of mail with attachments # tested with SquirrelMail version 1.4.4 In these scripts I use a i18n function that simplify the creation of unique regexp, the function reads some lang properties files placed in the $MRPOST_HOME/i18n and set the value for the "global" i18n[] array. You can download it at the url: http://lucor.homelinux.net/viewvc/?root=3Dmrpostman At this you can find two *nix script for start/stop MrPostan in standalone/init.d mode. Hope this helps. Ciao!! Luca |