summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-18CS fixesAleksander Machniak
2012-12-17Fix keep-alive interval reset on AJAX requestAleksander Machniak
2012-12-16Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-16Fix package definitions and include framework classes in phpdocThomas Bruederli
2012-12-15Fix escaping of add-contact arguments - fixes JS error in IEAleksander Machniak
2012-12-14Fix contact copy/add-to-group operations on search result (#1488862)Aleksander Machniak
2012-12-14Fix delete button regression in message view (#1488867)Aleksander Machniak
2012-12-14Use matching identity in MDN response (#1488864)Aleksander Machniak
2012-12-14Remove brackets for recipients without nameAleksander Machniak
2012-12-13Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-13Properly parse message/rfc822 parts including all headers, body decoding and ↵Thomas Bruederli
charset conversion
2012-12-13Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-13Fix handling of signatures on draft edit: Don't add new signatureAleksander Machniak
and don't remove the old-one, the same for Edit as new (#1488798)
2012-12-13Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-13Rename hook imap_connect to storage_connectAleksander Machniak
2012-12-12Fix so compacting of non-empty folder is possible also when messages list is ↵Aleksander Machniak
empty (#1488858)
2012-12-12Add EXISTS mode to count() method - return number of all messages in a folder,Aleksander Machniak
event if skip_deleted is enabled and/or search is active.
2012-12-12Use also Envelope-To for identity selection (#1488553)Aleksander Machniak
2012-12-11More code unification using selection_post_data()Aleksander Machniak
2012-12-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-11Fix bug where all messages in a folder were copied on copy action,Aleksander Machniak
if search was active and user choose select-all feature. Code improvements.
2012-12-11Extend just_parse() method with conditions parsingAleksander Machniak
2012-12-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-11Allow forwarding of multiple emails (#1486854)Aleksander Machniak
2012-12-10Append filename extension if missingThomas Bruederli
2012-12-10Nicely render headers of message/rfc822 partsThomas Bruederli
2012-12-10Fix PHP Warning: ldap_parse_virtuallist_control() expects parameter 2 to beAleksander Machniak
resource, null given. This happens on Administrative Limit Exceeded error when using VLV.
2012-12-09Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-09Add support for IMAP BINARY (RFC3516)Aleksander Machniak
2012-12-08Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-08Add default path for mime.types file; map jpg => image/jpeg in fallback listThomas Bruederli
2012-12-08Add github syntax highlighting to php code snippetThomas B.
2012-12-08Added README file for the Roundcube frameworkThomas Bruederli
2012-12-07Fix typo in identity data parser ('ident' item wasn't set correctly)Aleksander Machniak
2012-12-07Fix big memory consumption of DB layer (#1488856)Aleksander Machniak
2012-12-07Some more rcmail -> rcube cleanupAleksander Machniak
2012-12-07Plugin API: add 'check_recent' hook with possibility to control folders list ↵Aleksander Machniak
used on check-recent action
2012-12-07Fix PHP warning when replied message contains exactly one Delivered-To headerAleksander Machniak
2012-12-05Add workaround for IE<=8 bug where Content-Disposition:inline was ignored ↵Aleksander Machniak
(#1488844)
2012-12-04- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)Aleksander Machniak
2012-12-01enriched.inc -> rcube_enrichedAleksander Machniak
2012-11-30Fix attachment Content-Length for in-memory files (#1488844)Aleksander Machniak
2012-11-29Fix broken message/part bodies when FETCH response contains more untagged ↵Aleksander Machniak
lines (#1488836)
2012-11-29Fix empty email on identities list after identity update (#1488834)Aleksander Machniak
2012-11-28Merge pull request #49 from linagora/masterAleksander Machniak
Add new identity level: one identity with edit only signature
2012-11-28Move code for identity selection to function, move identities formatting to ↵Aleksander Machniak
rcube_user::list_identities()
2012-11-28Use Delivered-To header as a last resort for identity selection (#1488840)Aleksander Machniak
2012-11-27Fix deleting of collapsed threads, broken in ↵Aleksander Machniak
2b55d4f4204bdb8c97865e01b960c1d1f23ac0b7 (#1488772)
2012-11-27Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes ↵Thomas Bruederli
and filename extensions