summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-16Notify about a new mail only if it's UNSEEN (#1388965)Aleksander Machniak
2013-03-16Add vacation-seconds extension support (RFC 6131)Aleksander Machniak
2013-03-15Bump version number up to 1.0-gitAleksander Machniak
2013-03-15Fix load-attachment linkAleksander Machniak
2013-03-15Fixed MOVE command result handlingAleksander Machniak
2013-03-15Fix storing 'safe' flag on a message. The key for session value should includeAleksander Machniak
folder name. A message with the same UID may exist in another folder.
2013-03-15Add ability to toggle between view as HTML and text while viewing a message ↵Aleksander Machniak
(#1486939)
2013-03-15Fix has_*_part() methods so they return same result no matter whatAleksander Machniak
prefer_html option value is
2013-03-14Use $mime_parts not $parts in has_*_part() methods so detection isAleksander Machniak
correct no matter if prefer_html is enabled or not.
2013-03-14Enriched content should be also converted to text if html is disabledAleksander Machniak
2013-03-14Added rcube_message::has_text_part(), simplified has_html_part() so it alwaysAleksander Machniak
works in "recursive mode" - removed $recursive argument.
2013-03-14Better handling of session errors in ajax requests - do page reloadAleksander Machniak
on 403 Forbidden response (#1488960)
2013-03-13Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-03-13Re-implement rcube_db::num_rows() to ensure backwards compatibilityThomas Bruederli
2013-03-13Fix draglayer list building, so the element used as the text source canAleksander Machniak
contain any element, not only A tag or text node, but also e.g. span
2013-03-13Fix HTML part detection for some specific message structures (#1488992)Aleksander Machniak
2013-03-12Don't show fake address - phishing prevention (#1488981)Aleksander Machniak
2013-03-11Fix forward as attachment bug with editormode != 1 (#1488991)Aleksander Machniak
2013-03-11Fix handling of empty $uids argument in change_flag()Aleksander Machniak
2013-03-11Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require ↵Aleksander Machniak
version 2005+
2013-03-10Trigger 'refresh' hook in mail viewThomas Bruederli
2013-03-10Fix so task name can really contain all from a-z0-9_- characters (#1488941)Aleksander Machniak
2013-03-09Remove font style definition on td, th, div, p elements (#1488408)Aleksander Machniak
2013-03-08Merge pull request #60 from thijskh/masterAleksander Machniak
Test content_id with isset instead of a true/false value
2013-03-08Support IMAP MOVE extension [RFC 6851]Aleksander Machniak
2013-03-08Test content_id with isset instead of a true/false value.Thijs Kinkhorst
This broke html email in which one image had Content-ID: <0>, which is a valid value but evaulates to false in this test.
2013-03-08Fix javascript errors when working in a page opened with taget="_blank"Aleksander Machniak
2013-03-07Move spellcheck options section below signature options sectionAleksander Machniak
2013-03-07Add 0.9-rc to releases listAleksander Machniak
2013-03-07Mention SQLite database format change in UPGRADING file (#1488983)Aleksander Machniak
2013-03-06Increase maxlength to 254 chars for email input fields in addressbook (#1488987)Aleksander Machniak
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-03-06Add type 'ident' in quote() so we can quote identifiers (eg. column names) ↵Aleksander Machniak
there. Using array2list() for list of identifiers is now possible.
2013-03-05Fix so full filename is used for title attributeAleksander Machniak
2013-03-05Fix thumbnail size when GD extension is used for image resize (#1488985)Aleksander Machniak
2013-03-05Small CS improvementsAleksander Machniak
2013-03-04Generate simpler query for MSSQL when offset in limit clause is not setAleksander Machniak
2013-03-04Really fix "quotum would exceed" error message handlingAleksander Machniak
2013-03-04Smarter overquota error detection (known error strings are:Aleksander Machniak
"Quota exceeded" and "quotum would exceed") (#1484164)
2013-03-02Even better message on over quota error in move to trash operation (#1484164)Aleksander Machniak
2013-03-02Display user-friendly message on IMAP "over quota" errors (#1484164)Aleksander Machniak
2013-03-02Use rcube_utils::parse_host() for host config in smb driver (#1488784)Aleksander Machniak
2013-03-02Update changelogAleksander Machniak
2013-03-02Add 0.9-rc sectionAleksander Machniak
2013-03-02Display notice that message is encrypted also for application/pkcs7-mime ↵Aleksander Machniak
messages (#1488526)
2013-03-02Update copyright in about pagesThomas Bruederli
2013-03-02Avoid loading already registered attachments when opening a draft message ↵Thomas Bruederli
(on page reload)
2013-03-02Add methods to append certain nodes to session data in order to avoid ↵Thomas Bruederli
session saving race conditions. Fixes #1488422
2013-03-01Fixed ACL edition in advanced modeAleksander Machniak
2013-03-01Better @package/@subpackage assignmentAleksander Machniak