summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
AgeCommit message (Expand)Author
2008-07-31Save outgoing mail to selectable folder (#1324581)thomascube
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + s...thomascube
2008-07-18-fixed attachments removing in draft mode alecpl
2008-07-16- fix for ldap_public value checkingalecpl
2008-06-20Flag original message as Forwarded when sending mailthomascube
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomascube
2008-06-20Store compose parameters in session and redirect to a unique URLthomascube
2008-06-16- Fixed forwarding messages with one HTML attachment (#1484442)alecpl
2008-06-08- option to disable autocompletion from selected LDAP address books (#1484922alecpl
2008-06-02#1485098alecpl
2008-05-26-set iframe's border to 'none' for Konqueroralecpl
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ...thomascube
2008-05-10- added enctype for attachments form (#1485056)alecpl
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some globa...thomascube
2008-04-16- don't use onchange to toggle editor because of IE bugalecpl
2008-04-16- Decode entities when inserting HTML signature to plain text message (#1484990)alecpl
2008-04-16added language support to HTML editing (#1484862)svncommit
2008-04-15HTML editing fixes, upgrade to TinyMCE v3.0.6svncommit
2008-04-14- removed strrstr() definition as it was needed only for php4alecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube
2008-03-21Better patch to correctly quote email recipient strings (from #1484191)thomascube
2008-03-21Add configurable default charset for message decodingthomascube
2008-02-11* fixing bug #1484673till
2008-02-11* fixing bug (1 attachment gets cut off when you have no text in a draft) -> ...till
2008-02-02Also respect receipt and priority settings when re-opening a draft messagethomascube
2008-02-02* oops, fixed a parse error (which i just comitted) >:(till
2008-02-02* added an additional check so not everyone "attempts" ldap search if this is...till
2008-02-02* compose.patch from #1483899till
2007-12-11added ability to insert attached images in HTML editorsvncommit
2007-12-10New class rcube_user + send message disposition notificationthomascube
2007-11-06Fix bugs #1484555, #1484646 and #1484639thomascube
2007-10-03Update copyright noticesvncommit
2007-09-09Ensure XHTML validationthomascube
2007-05-18Use HTTP-POST requests for actions that change application statethomascube
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2007-03-21Minor bugfixes posted to the dev-mailing listthomascube
2007-03-19Correctly parse message/rfc822; fixed html2text conversion; code cleanupthomascube
2007-02-26fixed check for selected value in value array in rcube_shared::selectsvncommit
2007-02-22minor code fixessvncommit
2006-12-29Error handling for attachment uploads; multibyte-safe string functions; XSS i...thomascube
2006-12-20New (strict) quoting for all kind of stringsthomascube
2006-12-20Save Bcc recipients in draft message.svncommit
2006-12-14small patch to fix editor switchingsvncommit
2006-12-03fixed signature issuessvncommit
2006-11-09Fixed encoding issues and delete-on-reply problemthomascube
2006-09-27Fixed editor selector labels, added TinyMCE spellchecker to editor configurationsvncommit
2006-09-16code cleanup of HTML editing capability (round 1)svncommit
2006-09-14fixed typo in editor_init call.svncommit
2006-09-14Initial TinyMCE editor support (still need to work on spellcheck and skins)svncommit
2006-09-08Fixed safe_mode issuesthomascube