summaryrefslogtreecommitdiff
path: root/program/steps/mail/show.inc
AgeCommit message (Collapse)Author
2015-04-19Fix bug where preview_pane setting wasn't always saved into user preferences ↵Aleksander Machniak
(#1490362)
2014-12-29Display "real" attachment size also on attachments listAleksander Machniak
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-11-11Fix possible race-condition in using current folderAleksander Machniak
2014-10-30Don't trust get_folder(), use $MESSAGE->folder if availableAleksander Machniak
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander Machniak
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-06-05Remove leftover from merge; set alt text for contact photoThomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-06-03Fix so message list and counters are updated when a message is opened in new ↵Aleksander Machniak
window (#1489919)
2014-05-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-05-06Support image operations with Imagick extension (#1489734)Aleksander Machniak
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
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