Add new login_before_page_header (boolean) hook; allows plugins to have more explicit...
[squirrelmail.git] / src / compose.php
2015-01-03 pdontthinkHappy 2015
2014-01-21 pdontthinkVariable name correction
2014-01-21 pdontthinkAdd advanced control over the SSL context used when...
2014-01-01 pdontthinkHappy 2014
2013-09-16 pdontthinkDon't allow TO field to be blank; adjust auto-detection...
2013-07-26 jervforsUpdate copyright
2013-06-18 pdontthinkAllow more liberal reuse of tokens to avoid cross-frame...
2013-06-17 pdontthinkWhen replying to original recipient, also reset the...
2013-06-17 pdontthinkWhen using reply-all to reply to single-recipient messa...
2013-06-17 pdontthinkReply to original recipient functionality should be...
2013-06-17 pdontthinkRemove ancient code that tried to set the default ident...
2013-06-17 pdontthinkfindAddress() can return FALSE as well as zero
2012-12-09 kinkReplace calls to htmlspecialchars() with sm_encode_html...
2012-07-01 pdontthinkAdd option that allows users to have replies to their...
2012-04-01 pdontthinkFix PHP notices
2012-01-09 pdontthinkAccount for case when no reply-to is set in user prefs
2012-01-02 pdontthinkUpdating copyrights. Happy New Year.
2011-12-15 pdontthinkAdd plugin compatiblility info
2011-11-29 pdontthinkEnsure that Reply-To isn't missing domain - we already...
2011-01-06 pdontthinkHappy New Year!
2010-07-21 pdontthinkFix attachment filename decoding (#2994865)
2010-06-21 pdontthinkNow fill in default subject when forwarding as attachme...
2010-06-21 pdontthinkNow properly quote personal part of encoded addresses...
2010-06-20 jangliss - Fix error with SpamCop reporting plugin not being...
2010-03-19 pdontthinkDon't push out onsubmit handler unless necessary
2010-02-16 pdontthinkRFC 3676 says there can't be more in the signature...
2010-01-25 pdontthinkUpdate copyrights to 2010
2009-09-29 jervforsThe copyright symbol isn't really needed since the...
2009-08-12 pdontthinkImplemented security token system. (Secunia Advisory...
2009-05-14 pdontthinkAdd documentation and default case to catch unknown...
2009-04-17 pdontthinkFix: Messages forwarded as attachments from message...
2009-04-15 jervforsThere are too many modified files being committed witho...
2009-04-15 pdontthinkMove HTML output from compose.php to templates. Also...
2009-03-26 pdontthinkAdd accesskey to the From drop-down too
2009-03-25 pdontthinkAdd accesskeys accessibility implementation. Need...
2009-02-01 pdontthinkAdd compatibility with Dovecot's bigint UIDs
2008-12-23 pdontthinkMake all submit button names unique on compose screen
2008-12-21 pdontthinkFix body onload per FIXME
2008-12-18 pdontthinkAdd notes about issue reported where unset() breaks...
2008-10-29 pdontthinkProperly construct Return-Receipt-To header
2008-10-15 pdontthinkFix alternate identities matching on reply
2008-07-19 pdontthinkAllow a different server address for the POP server...
2008-05-16 jervforsOnly grab comments marked i18n to the template.
2008-05-13 kinkfix saving as draft for devel aswell, thanks Thierry...
2008-04-28 pdontthinkChange order of arguments
2008-04-25 pdontthinkDon't open multiple IMAP connections when building...
2008-04-07 pdontthinkPer last commit, fix other places using msg message...
2008-02-13 pdontthinkChange approach for making things like Message-ID avail...
2008-02-10 pdontthinkDon't capitalize PHP fxns
2008-02-06 pdontthinkMake message ID available after message is sent. Not...
2008-01-29 pdontthinkJust adding some notes
2008-01-06 pdontthinkFix missing return value for deliverMessage(). Thanks...
2008-01-06 pdontthinkavoid E_STRICT errors
2007-12-19 pdontthinkRefactor how IMAP messages are "sent"
2007-12-17 pdontthinkMark message as having been replied to before attemptin...
2007-11-13 pdontthinkAdding new function that allows us to stop using the...
2007-10-24 pdontthinkRestore outgoing reply headers
2007-10-10 pdontthinkClean up compose_messages/Fix issue with adding attachm...
2007-08-31 pdontthinkMake identities matching case insensitive
2007-08-28 pdontthinkFinally fix up session restore functionality. Move...
2007-08-28 pdontthinkNeed to decode urlencoding
2007-08-28 pdontthinkForgot to globalize one variable in last commit
2007-08-28 pdontthinkNo longer store all message composition sessions in...
2007-07-16 kinkUse attachment_dir only at the point where we're actually
2007-07-14 kinkadd PAGE_NAME constant to every page under src/.
2007-07-10 pdontthinkTry to tag all the places that need to be fixed (no...
2007-07-10 pdontthinkremoving attachedmessages GET variable that was not...
2007-07-08 janglissResolved issue with compose session not being updated...
2007-07-01 pdontthinkAdd cc: to the list of checks for empty recipients
2007-06-15 pdontthinkAdd ask_user_info redirect to compose screen
2007-06-08 kinkfix some bugs found by grepping for urlencode/urldecode
2007-06-08 kinkdrop some unused globals
2007-06-08 kinkhtml/plain should be text/html
2007-06-08 kink- fix notice when returning from a restored compose...
2007-05-11 kinkcentralise the "From"-header construction in functions...
2007-05-09 kinkSecurity: fixes for the HTML filter to counter further...
2007-03-22 pdontthinkRe-add hook just removed; compose templates are so...
2007-03-22 pdontthinkRemoving hook that, AFAIK is only used to add output...
2007-03-06 kinkdo not special case a folder named 'None'. There's...
2007-02-27 kinkalso store the unparsed date, and display it when we
2007-02-14 jervforsString fixes. "Mails" are what the user sends, "message...
2007-02-06 pdontthinkUse templates to build buttons. Remove all this docume...
2007-02-05 pdontthinkAllow override of mail_sent value by plugins
2007-02-05 pdontthinkReminders of how horribly embedded HTML is in core
2007-01-24 kinkmisspelled reply_to and in_reply_to attributes
2007-01-13 kinkincrement year in copyright notices
2007-01-07 stekkelRemove unneeded changes.
2007-01-07 stekkelI don't know what triggered this bug to become visible...
2007-01-07 kinkImprove attachment file handling: use one new function...
2007-01-07 kinkimprove smtp delivery failed message.
2006-12-10 pdontthinkMassive update to plugin system architecture. Please...
2006-12-02 kink - Security: close cross site scripting vulnerability...
2006-10-09 avelSupport for $Forwarded IMAP keyword, when it is support...
2006-09-29 stekkelFix reply indentation. It was an ordinary typo ;)
2006-09-27 stevetruckstufft12n of compose function. Paul, could you please check...
2006-08-15 stevetruckstuffFix cancel button in HTML address book.
2006-08-05 kinkDo not pass the $key to sqimap_login, that takes care...
2006-08-05 kinkmissing '}' in session_expired_post, thanks Rusty Nejdl
2006-08-03 kinkFixed resuming of compose when session expired while...
2006-07-31 tokuladded safety checks for outdated config.php and
next