In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / mail.php
2007-07-13 Robert SesekIn mail.php, we don't want to double encode fields... 2.1.x
2007-07-07 Robert SesekChange Mail::_encodeHeaderValue() to use regexp instead...
2007-07-07 Robert SesekAdding Mail::_encodeHeaderValue()
2007-03-17 Robert SesekFixed a bug in Mail that was fixed on trunk: in send...
2006-11-21 Robert SesekIt's not checking for $address but rather $email so...
2006-10-12 Robert SesekRemoving issoversion tag from the header
2006-10-12 Robert SesekFields no longer exist...
2006-10-12 Robert SesekUpdating Mail and also breaking the API to make some...
2006-09-16 Robert SesekSwitch from one todo mark to another
2006-08-02 Robert SesekThe headers field will now work a little better
2006-07-26 Robert SesekRebranding from Iris Studios to Blue Static
2006-06-24 Robert SesekAdding a $cleartos option to Mail::send()
2006-02-09 Robert Seseks/[#]version[#]/[#]issoversion[#]/g
2006-01-29 Robert SesekChange default charset to UTF-8
2006-01-29 Robert SesekMaking charset and delim settable
2006-01-29 Robert SesekNeed to specify the delim when converting breaks in...
2006-01-29 Robert SesekCleaning up debug message
2006-01-29 Robert SesekRequired fields are checked for being empty in set...
2006-01-29 Robert SesekDead code stripping
2006-01-29 Robert SesekWe can now send multipart/html emails :)
2006-01-29 Robert SesekThis should be working... but it isn't
2006-01-29 Robert SesekMulti-address send should now work
2006-01-29 Robert SesekAdding structure for all the features that are to come
2006-01-21 Robert SesekMoving Mail::_convert_line_breaks() to Functions::conve...
2006-01-09 Robert SesekAdding do_get() to the kernel and get() to all the...
2006-01-02 Robert SesekAdding check_isso_field() calls all over the place
2006-01-02 Robert SesekAdding fields and set() methods
2005-12-31 Robert SesekGive all the instance variables visibility tags
2005-12-17 Robert SesekThe notion of automatically escaping text for us is...
2005-12-11 Robert SesekDelineating functions
2005-12-11 Robert SesekAdded visibility information to all the functions
2005-12-11 Robert SesekWe want to play nice with PHP5, right?
2005-11-27 Robert SesekMerging isso-2-dev branch back to trunk
2005-10-17 Robert SesekRemoved 3 $SOMETHING variables at the top of modules...
2005-10-08 Robert Sesek- removed global callback/instantiation
2005-10-08 Robert SesekPass the registry by reference
2005-10-08 Robert SesekAdded registry connection plugs to the modules
2005-10-08 Robert SesekRemoving @see declarations
2005-10-08 Robert SesekCleaning up phpDoc variable declarations
2005-10-08 Robert SesekConverting to GPL
2005-07-25 Robert SesekMerging trunk back onto the template parsing branch
2005-04-17 Robert SesekMaking everything properly documented so that we don...
2005-04-13 Robert SesekUpdated file headers to be our new one.
2005-04-13 Robert SesekUpdated initial copyright year from 2003 to 2002
2005-03-10 Robert SesekFixed bug in ISSO::Mail::_convert_line_breaks where...
2005-02-21 Robert SesekAdded a parameter to ISSO::unsanitize to force magic...
2005-02-21 Robert SesekAll line breaks are now LF (us4.php.net/manual/en/funct...
2005-02-21 Robert SesekShortened instance variables.
2005-02-21 Robert SesekAdded mail framework. *BLIND COMMIT*