Allow a different server address for the POP server to be configured when using POP...
[squirrelmail.git] / src / compose.php
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
2006-07-09 kinkmake a start with adding labels for html form elements...
2006-07-02 tokulTextarea should not use proprietary wrap attribute...
2006-04-06 stevetruckstuffRemove unnecessary $color parameter from calls to plain...
2006-04-05 stekkelCentralized init
2006-03-21 tokulhtml output started before displayHtmlHeader is called...
2006-03-12 kink<input> needs to be within <td> to be html-valid
2006-02-11 stekkelFix for #1093360.
2006-02-11 stekkelFix for #550557
2006-02-05 jervforsReplacing HTML "script" element deprecated attribute...
2006-02-05 jervforsReplacing deprecated HTML "center" element.
2006-01-28 tokulAdded IMAP and SMTP STARTTLS extension support.
2006-01-28 stekkel* added footer template which also takes care of displa...
2006-01-23 tokulcopyright update
2005-12-10 kinkoops, this error was already encoded, so back my r1...
2005-12-08 tokuladding error checking in deliver_sendmail class.
2005-11-21 kinkprefer to use move_uploaded_file over rename, <quote...
2005-11-21 kink* Centralise the attachment deleting code into the...
2005-11-21 kink- Properly clean up temporary attachment files when...
2005-11-15 pdontthinkAdded new scheme to allow multiple plugins to share...
2005-11-09 pdontthinkNew post-send hook. Though compose_sent could be a...
2005-11-09 pdontthinkSpelling fix
2005-11-05 jangliss - E_NOTICE and unlink error message if user hits...
2005-11-03 stekkelanother stupidy. It looks that i wasn't awake yesterday.
2005-11-02 stekkelSorry, copy paste didn't workout as it should.
2005-11-02 stekkelUpdate the cached flag info in the mailbox cache in...
2005-09-18 jervforsphpDocumentor updates
2005-09-06 pdontthinkDon't auto-focus on compose form when user has already...
2005-08-20 jervforsHTML fix
2005-07-10 tokuluse different variable name in order to preserve origin...
2005-06-15 stekkelXSS fixes
2005-06-04 jervforsFormatting and adding FIXME to addressbook.php
2005-05-21 kinkGracefully recover from over quota error while sending...
2005-04-16 jervforsFixing strings:
2005-04-14 stekkelTemplates
2005-04-10 janglissIf From: field is unset in an email, header object...
2005-04-06 tokulreplaced last redirections to src/delete_message.php...
2005-03-30 tokulone more fix for #1043576. rewrapping is done in compos...
2005-01-27 tokulfixed translation of two reply citation styles. (would...
2005-01-03 kinkSupport '-1' as a special value in memory limit for...
2004-12-27 kinkIncrement year in copyright notice.
2004-11-12 jervforsChanging headers back
next