root/fEmail.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @761 [761] 03/09/10 00:51:13 wbond Fixed ticket #390 - removed code to double . on windows right after a line …
(edit) @722 [722] 10/26/09 12:44:23 wbond Fixed ticket #337 - fEmail now rejects bounce-to email addresses on …
(edit) @710 [710] 10/05/09 14:23:45 wbond Removed duplicate MIME-Version headers that were being included by fEmail
(edit) @701 [701] 09/18/09 00:50:58 wbond Fixed tickets #250 and #307 - fValidationException can now take a header …
(edit) @609 [609] 06/18/09 13:40:02 wbond Fixed ticket #240 - fEmail now properly sends emails with both an HTML and …
(edit) @601 [601] 06/12/09 01:28:18 wbond Fixed ticket #232 - fEmail now includes the MIME header for all emails
(edit) @584 [584] 05/29/09 23:53:14 wbond Finished ticket #155 - Added the method fEmail::clearRecipients()
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @569 [569] 05/09/09 23:02:03 wbond Fixed ticket #147 - fEmail now encodes UTF-8 recipient names, also fixed a …
(edit) @545 [545] 03/27/09 23:44:29 wbond Fixed ticket #164, fEmail was not properly encoding validation messages …
(edit) @514 [514] 02/16/09 23:07:19 wbond BackwardsCompatibilityBreak - fCore::getOS() and fCore::getPHPVersion()
(edit) @509 [509] 02/09/09 14:20:49 wbond Fixed ticket #137, fEmail::validate() no longer contains a typo in the …
(edit) @482 [482] 01/14/09 12:41:02 wbond Fixed a bug with missing content in the fValidationException thrown by …
(edit) @475 [475] 01/11/09 23:10:46 wbond Fixed the fEmail copyright date
(edit) @472 [472] 01/10/09 21:30:35 wbond Fixed bugs with fEmail including sending S/MIME encrypted messages having …
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @403 [403] 11/16/08 23:34:26 wbond BackwardsCompatibilityBreak - Removed fCore::stringlike()
(edit) @402 [402] 11/16/08 22:51:01 wbond BackwardsCompatibilityBreak - Removed fCore::trigger()
(edit) @398 [398] 11/15/08 11:43:50 wbond Added the D modifier to the appropriate preg_* calls
(edit) @397 [397] 11/15/08 11:04:29 wbond Added a newline check for the subject in fEmail::validate()
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @365 [365] 11/06/08 00:50:51 wbond Fixed fEmail so it properly throws an exception when there is incorrect …
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(edit) @309 [309] 10/16/08 20:23:16 wbond Fixed some bugs in fEmail and fORMDatabase
(edit) @286 [286] 10/11/08 22:08:46 wbond Added reset() methods for all classes with static members
(edit) @281 [281] 10/08/08 20:42:29 wbond Fixed a bug with S/MIME encryption of fEmail messages
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @267 [267] 10/03/08 14:14:59 wbond Added instance callback handlers
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(edit) @234 [234] 09/21/08 16:16:48 wbond Fixed a couple of slight fEmail API documentation bugs
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from email/fEmail.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting