summaryrefslogtreecommitdiff
path: root/program/steps/mail/show.inc
AgeCommit message (Collapse)Author
2013-09-15Display full attachment name using title attribute when name is too long to ↵Aleksander Machniak
display (#1489320)
2013-06-11Fix error when there's no writeable addressbook source (#1489162)Aleksander Machniak
2013-05-20Change Reply-All button label/title when mailing list is detected (#1488938)Aleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-04-06Fix handling of invalid characters in message headers and output (#1489032)Aleksander Machniak
2013-03-15Add ability to toggle between view as HTML and text while viewing a message ↵Aleksander Machniak
(#1486939)
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-03-05Fix so full filename is used for title attributeAleksander Machniak
2013-01-15Make sure mimetypes is an array not object in a better wayAleksander Machniak
2012-12-28Display PGP/MIME signature attachments as "Digital Signature" (#1488570)Aleksander Machniak
2012-12-28Unified attachments filenames handling for message parts without a filenameAleksander Machniak
2012-11-17Move default value for client_mimetypes to rcube_config; make sure an array ↵Thomas Bruederli
is returned
2012-10-17Add user settings to open message view and compose form in new windows. This ↵Thomas Bruederli
natevely implements the compose_newwindow plugin functionslity and more
2012-09-25Allow to mark/flag messages from full message view screenThomas Bruederli
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-24Prefer default addressbook also when checking for existence of MDN request ↵Aleksander Machniak
recipient
2012-07-13Prepare to show contact photo of email sender in mail viewsThomas Bruederli
2012-06-08Fix attachment sizes in message print page and attachment preview page ↵Aleksander Machniak
(#1488515) - Use size parameter from Content-Disposition header if specified, - Calculate size of base64 encoded message parts
2012-05-30Display Tiff as Jpeg in browsers without Tiff support (#1488452)Aleksander Machniak
2012-05-28Add Flash support detectionAleksander Machniak
2012-05-28Use browser capabilities to decide if PDF/TIFF attachments should be displayedAleksander Machniak
in an overlay page/inline or to provide only direct download for them (#1488452, #1487929)
2012-05-28Added browser capabilities detection, i.e. PDF and TIFF supportAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-04-08- Add option to delete messages instead of moving to Trash when in Junk ↵alecpl
folder (#1486686)
2012-01-19- Fix drafts update issues when edited from preview pane (#1488314)alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2011-12-16Add more classes and options to HTML elements for better styleabilitythomascube
2011-12-11Make string for unread count configureable by skin; add file type classes to ↵thomascube
attachments list
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomascube
2011-11-10- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit ↵alecpl
button for drafts
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alecpl
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alecpl
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomascube
2011-05-23- Store user preferences in session when write-master is not available and ↵alecpl
session is stored in memcache, write them later
2011-05-16- Add option to set default action of Forward button to "Forward as attachment"alecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-12-01- Fix "Cannot use scalar value..." warning (#1487066)alecpl
2010-11-04- Improve responsiveness of messages displaying (#1486986)alecpl
2010-11-04- Unify template files namingalecpl
2010-11-03- Add missing confirmation/error messages on contact/group/message actions ↵alecpl
(#1486845) - Add 'loading' message on message move/copy/delete/mark actions
2010-10-23- Fix parent folder with unread subfolder not bold when message is open ↵alecpl
(#1487078)
2010-10-20- Add workaround for some Outlook's wrong content-types, per discussion in ↵alecpl
#1487051
2010-10-06- Add mdn_request=4alecpl
2010-10-04- Add Reply-to-List feature (#1484252)alecpl
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
2010-09-29- Add option to automatically send read notifications for known senders ↵alecpl
(1485883)
2010-09-25- Truncate message subject when setting page titlealecpl