CHANGE LOG Last Update: 2003 Sep 07 PerlTkBiff http://perltkbiff.sourceforge.net Tone Changes are in reverse order, i.e. newest on top ---- 2003 Sep 07 ------------------------------------------- My SMTP provider now requires authentication to send an E-mail, which PerlTkBiff does for the CELL or FORWARD actions. Net::SMTP doesn't do this. I looked around the web and found that simply encoding the password to Base64 was sufficient. Thus, I have created a new module, SendMail.pm, that talks directly to the SMTP server. ---- 2003 Aug 25 ------------------------------------------- Fixes to Override ---- 2003 Aug 13 ------------------------------------------- Allowed for better MACRO handling in the profile. Added "Override Action" which basically gives you the ability to set one action for anything that comes in. For example, I set this to CELL when I leave the house. ---- 2003 May 15 ------------------------------------------- ported to linux ---- 2003 May 11 ------------------------------------------- decremented the lngMessagesOnServer on a DELETE ---- 2003 May 09 ------------------------------------------- @rules couldn't be set at the top of Profile.pm because rules on multiple profiles overwrote one another. ---- 2003 May 18 ------------------------------------------- Uses "repeat" rather than requeuing a "once" timer ---- 2003 May 15 ------------------------------------------- Restructured to handle multiple profiles, i.e. multiple POP3 accounts ---- 2003 May 13 ------------------------------------------- Initial Release