summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2012-10-02Let the skin limit the number of visible recipeints and place a link to show ↵Thomas Bruederli
them all in a dialog (better fix for #1488590)
2012-10-01Avoid double-quoting of some message headers; wrap email address strings in ↵Thomas Bruederli
<span> for better styling
2012-10-01Revert "Add full headers view in message preview window (#1488538)"Thomas Bruederli
This reverts commit af276f21e5364eb65a56b64c3455bc284ff1e2f2. Conflicts: CHANGELOG skins/larry/mail.css
2012-10-01Enable subscription option for already subscribed "virtual" folders,Aleksander Machniak
small code improvements
2012-10-01Fix handling vCard entries with TEL;TYPE=CELL (#1488728)Aleksander Machniak
2012-09-26Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-26Make sure <head> content (e.g. title) is not converted to plain textAleksander Machniak
2012-09-25Allow to mark/flag messages from full message view screenThomas Bruederli
2012-09-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-21Merge branch 'html_ent'Aleksander Machniak
2012-09-21Re-fix HTML entities handling in addressbook namesAleksander Machniak
2012-09-20Support HTML entities in addressbook namesAleksander Machniak
2012-09-18Enable list sort command on empty folder (#1488617)Aleksander Machniak
2012-09-18Enable list sort command on empty folder (#1488617)Aleksander Machniak
2012-09-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Avoid saving composed FN values with only spaces (shows empty names in listing)Thomas Bruederli
2012-09-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Replace Q() with html::quote()Aleksander Machniak
2012-09-17Remove double-quotation prevention code for form elementsAleksander Machniak
2012-09-17Fix HTML special characters handling in message list/header display (#1488523)Aleksander Machniak
2012-09-17Don't directly require email address on contact import, allowing importAleksander Machniak
of contacts being validated by addressbook validation code. The same as for create/edit contact actions.
2012-09-17Fix PHP warning when rep_specialchars_output() 1st argument is not a string ↵Aleksander Machniak
(#1488643)
2012-09-17List related text/html part as attachment in plain text mode (#1488677)Aleksander Machniak
2012-09-17Don't add inline images from HTML part to the attachments list when ↵Aleksander Machniak
forwarding in plain text
2012-09-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: CHANGELOG
2012-09-14Use IMAP BINARY (RFC3516) extension to fetch message/part bodies (experimental)Aleksander Machniak
2012-09-13Fix folder creation under public namespace root (#1488665)Aleksander Machniak
2012-09-13Fix so "Edit as new" on draft creates a new message (#1488687)Aleksander Machniak
2012-09-13Fix invalid error message on deleting mail from read only folder (#1488694)Aleksander Machniak
2012-09-13Fix convertion to/from US-ASCII using mbstringAleksander Machniak
Define mbstring substitute_character to work as iconv //IGNORE
2012-09-12Don't use charset aliases for destination charset - fixes e.g.Aleksander Machniak
converting to US-ASCII
2012-09-12Improvements in building criteria string for IMAP SEARCHAleksander Machniak
2012-09-12Fix is_error() returns wrong result for empty result setAleksander Machniak
2012-09-11Fix error where session wasn't updated after folder rename/delete (#1488692)Aleksander Machniak
2012-09-11- Replace data URIs of images (pasted in HTML editor) with inline ↵Aleksander Machniak
attachments (#1488502)
2012-09-09Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-09Fix PLAIN authentication for some IMAP servers (#1488674)Aleksander Machniak
2012-09-09Fix encoding vCard file when contains PHOTO;ENCODING=b (#1488683)Aleksander Machniak
2012-09-05Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-04Fix focus issue in IE when selecting message row (#1488620)Aleksander Machniak
2012-09-04Merge branch 'message_show_ui'Aleksander Machniak
Conflicts: CHANGELOG
2012-09-04Add full headers view in message preview window (#1488538)Aleksander Machniak
Fix message display page issues - unified with message preview (#1488590, #1488642)
2012-09-03Fix bug where parentnotwritable error wasn't displayed in the interfaceAleksander Machniak
2012-09-03Fix displaying all headers when they contain malformed characters (#1488666)Aleksander Machniak
2012-08-31Small improvements in APPEND command handlingAleksander Machniak
2012-08-29Fix so contentframe can have name != idAleksander Machniak
2012-08-29Fix frame() so frame ID is set as 'contentframe' env variable (not name)Aleksander Machniak
2012-08-29Keep current folder context when fetching message parts,Aleksander Machniak
to make sure that proper folder is used in case when current folder has been changed in meantime.
2012-08-29Fix decoding of HTML messages with UTF-16 charset specified (#1488654)Aleksander Machniak
2012-08-29Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: CHANGELOG