summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
AgeCommit message (Expand)Author
2009-09-03- Fix editor type doesn't match type of message body content (#1486080)alecpl
2009-08-12Extend message_compose hook with the possibility to specify attachmentsthomascube
2009-08-10Added 'message_compose' hookthomascube
2009-07-23- performance fix: don't check mbstring functions existence too oftenalecpl
2009-07-23- removed hardcoded 'compose-body' identifier (#1485996)alecpl
2009-07-19- cleanupalecpl
2009-07-19- cleanupalecpl
2009-07-19- handle big attachments with file pointers to not exceed memory_limit in rcm...alecpl
2009-07-10Fix compose step: correctly choose html mode and attachments when in draft or...thomascube
2009-06-15- fix delete icon on attachment list (#1485921)alecpl
2009-06-11- re-set 'prefer_html' to have possibility to use html part for composealecpl
2009-06-11- Added message Edit feature (#1483891, #1484440) - need iconalecpl
2009-06-09Change rcube_user::list_identities() to return an array instead of a sql-resultthomascube
2009-05-29Better icon for deleting folders + remove hard-coded icon paththomascube
2009-05-28- simplified attachments handling on reply/forward/draft compose (possible re...alecpl
2009-05-19- don't use 4th argument in htmlspecialchars (#1485475)alecpl
2009-05-15- Fix Answered/Forwarded flag setting for messages from subfoldersalecpl
2009-05-06- Fix html editor mode setting when reopening draft message (#1485834)alecpl
2009-05-04- ereg -> pregalecpl
2009-05-01- jQuery'fied GoogieSpell 4.0 + some changes in composealecpl
2009-04-27- fix attachment mimetype setting after uploadalecpl
2009-04-24- Fix message normal priority problem (#1485820)alecpl
2009-04-21- support _nosig param in compose URL (#1485604)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485...alecpl
2009-03-27- typoalecpl
2009-03-26Select drafts mailbox when opening a draft messagethomascube
2009-02-18- Fix html body washing on reply/forward + fix attachments handling (#1485676)alecpl
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-16allow reply to yourself only in To fieldthomascube
2008-12-16Add empty paragraph after html reply block in order to write below + fix inde...thomascube
2008-12-05- performance: skip imap connection for attachments actionsalecpl
2008-11-23Do serverside addressbook queries for autocompletion (#1485531) + make autoco...thomascube
2008-11-20- Better HTML entities conversion in html2text (#1485519)alecpl
2008-11-19- fix default spellcheck language setting (#1485570)alecpl
2008-11-05- Fix HTML editor initialization on IE (#1485304)alecpl
2008-11-03- Add warning when switching editor mode from html to plain (#1485488)alecpl
2008-10-20- #1485499: make email address comparision case insensitivealecpl
2008-10-18- wrap also prefix line in reply bodyalecpl
2008-10-13#1485494: fixed signatures removal on replyalecpl
2008-10-09- don't set border=0 for images (use css for that)alecpl
2008-10-09- Fix matching case sensitivity when setting identity on reply (#1485480)alecpl
2008-10-07- #1485475: don't use 4th argument of htmlspecialchars()alecpl
2008-10-07- #1485471: fix drafts savingalecpl
2008-10-05- removed deprecated rcube_add_label() and all usesalecpl
2008-10-03- fix "Back to message list" button (#1485440)alecpl
2008-10-01- Better handling of "no identity" and "no email in identity" situations (#14...alecpl
2008-09-21- use more 'html' classalecpl
2008-09-20#1485385: fix missing close form tagalecpl
2008-09-16- Added Reply-To to forwarded emails (#1485315)alecpl