Commit fixes courtesy of Ryan O'Neill
[squirrelmail.git] / src / compose.php
2002-04-01 simondCommit fixes courtesy of Ryan O'Neill
2002-03-24 philippe_mingoBugfix
2002-03-23 philippe_mingoOptimization:
2002-03-20 simondInclude Cc in forwarded message, with option to toggle...
2002-03-19 brong*** empty log message ***
2002-03-13 jmunrobug # 523853 Added an option to put the automatic signa...
2002-03-09 stekkelfix for broken draft. Patch by Ryan O'Neill
2002-03-08 stekkelchanged attachment handling by looking at the compose...
2002-02-20 simondRemove &amp usage from Location headers
2002-02-19 brongWow - I believe this is finally all the &'s in...
2002-02-14 philippe_mingoAdded signature into multiple identities.
2002-02-11 philippe_mingoCode cleanup
2002-02-11 philippe_mingoBugfix in draft folders
2002-02-11 jmunrofixed several warnings about Undefined vars
2002-02-11 jmunroAdded a "compose in new window" option located in displ...
2002-02-10 philippe_mingoThis commit contains several syntax fix.
2002-02-09 ullgrenAdded support for requesting on delivery reciepts
2002-02-09 philippe_mingoConfirmation checkbox moved
2002-02-09 philippe_mingoText MDN fixed
2002-02-09 philippe_mingoMDN support. First approach.
2002-01-29 kinkReplaced ereg_replace with str_replace on several occas...
2002-01-11 philippe_mingoThe auto focus module has been a little bit improved...
2001-12-31 graf25Right now decodeHeader will encode the non-ascii text...
2001-12-27 antipodeMinor simplification.
2001-12-27 antipodeRe-uglified `else's.
2001-12-26 antipodeCode logic was intermingled with function declarations...
2001-12-26 antipodeSecond round of cleanup.
2001-12-26 antipodePartial code cleanup.
2001-12-26 philippe_mingoCode cleaning.
2001-12-25 teepestyle police step 1
2001-12-24 thomppjSmall UI tweak.
2001-12-24 thomppjFixed bug #489722
2001-12-23 thomppjGetting ready for 1.2.0 release.
2001-12-23 thomppjAdded sent_subfolders plugin, tweaked config stuff...
2001-12-13 thomppjAdded option to do data and attachment directory hashin...
2001-12-02 thomppjCode cleanup brigage...
2001-11-21 philippe_mingo(c) stuff
2001-11-20 philippe_mingoSome fixup:
2001-11-10 antipodeCloses bug #479899
2001-11-09 fidianFixed semicolon problem
2001-11-09 fidianWarning removal
2001-11-07 philippe_mingoFixed save draft intl. Updated main and es po.
2001-11-04 ullgrenAdded code for priority.
2001-11-03 centaurixfixed bug #426128
2001-11-01 fallasNow doesn't create new email when adding an attachment...
2001-10-31 fallasFixed problem with lines mistakenly wrapping when resum...
2001-10-31 fallasUpdates a draft if saved again, instead of creating...
2001-10-29 thomppjLots of changes to get closer to having save as draft...
2001-10-28 fallasFixed typo to save_as_draft functionality.
2001-10-28 fallasAdded functionality to save an email as draft.
2001-10-25 philippe_mingoFocus plugin integrated into the core
2001-10-09 philippe_mingoOnly a small identation work to make the thing more...
2001-09-27 philippe_mingoBug fix upon Captain Bunzo's request 8-)
2001-09-26 philippe_mingoOperation "foo_once".
2001-09-24 philippe_mingoThis closes bug #453335
2001-09-21 thomppjModifications made to give options for how "Reply Citat...
2001-09-12 fidianRemoved broken <quote who=""> junk
2001-09-08 thomppjMinor update to quote who code.
2001-09-08 thomppjAdded <quote who="FOO"> for reply...
2001-09-04 phutnickAdded A. Kirtchwitz's check for set up empty MIME type.
2001-09-04 phutnickAdded Pontus Ullgren's message priority code.
2001-07-27 fidiantrim() -> rtrim() to avoid weird spacing problem I...
2001-06-28 fidianSorry -- forgot to remove debugging stuff.
2001-06-28 fidianMade the SMTP functions now just convert \n into \r\n.
2001-05-22 fidian* Added Indonesian language
2001-05-15 fidian* Moved load_prefs.php and display_page.php (or whateve...
2001-05-15 allah03Lots of little UI tweaks and some handsome borders...
2001-05-10 graf25Removed Russian Apache code since we no longer support...
2001-05-10 fidian* Adds multiple identities ("From:" addresses)
2001-05-01 fidian* Apparently the PHP ereg function doesn't think that...
2001-04-26 fidian* To reduce on errors, I moved the includes for config...
2001-04-23 fidian* Finally fixed that weird To/Cc/Bcc bug (it might...
2001-04-23 fidian* Sending messages now works as expected
2001-04-22 lkehresman* added signout_page option to redirect after signout
2001-04-22 lkehresmangreatly improved smtp error handling (doesn't trash...
2001-04-19 fidian* When you browse for an attachment, then hit the Addre...
2001-04-19 fidian* Got bored and copied all the validate.php and define...
2001-04-16 fidian* Shows the attached file's type and size
2001-04-10 fidian* Fixed typo when forwarding a message with attachments...
2001-04-02 fidian* Removed warning messages
2001-03-28 fidian* I really didn't like the old attachment code
2001-03-18 lkehresmanadded bcc to html addressbook search (should have been...
2001-03-03 fidian* Fixed problem for forwarding files too.
2001-03-03 fidian* HTML cleaned up a bit
2001-02-16 fidian* Probable bugfixes for attachment code
2001-02-15 jbnanceIncluded no -- prefix support for signature.
2001-02-09 graf25Bugfixes in l10n
2001-02-09 graf25using isset($CHARSET) for consistency (and probably...
2001-02-08 graf25Workarounds for Russian Apache and charsets/attachments...
2001-02-07 lkehresmanusing tyler's method, added OPTIONAL workaround for...
2001-02-03 fidian* All incoming form values now have stripslashes()...
2001-02-02 fidianForgot to use isset() instead of count() because I...
2001-02-02 fidianWeird. sqStripSlashes isn't needed anymore for form...
2001-02-02 fidianAdded comments saying where the workaround is.
2001-02-01 lkehresmanremoved error messages
2001-02-01 lkehresmanwarnings removed
2001-02-01 lkehresmanworkaround for SELECT problem
2001-02-01 fidianRemoved newline eraser workaround for Konqueror.
2001-02-01 fidianAnother workaround for an extra newline inside a form.
2001-01-31 fidianAll strings that have an escape sequence must not be...
next