summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
2012-11-17Use dedicated method to determine an attachment's file sizeThomas Bruederli
2012-11-17Add onclick handler to Show-linksThomas Bruederli
2012-11-17Improve thumbnail display: center images and display a 'show' link for ↵Thomas Bruederli
attachments the browser is capable to display them
2012-11-15Merge branch 'keep-alive'Aleksander Machniak
Conflicts: CHANGELOG
2012-11-14Remove redundant codeAleksander Machniak
2012-11-14Fix XSS vulnerability in handling of text/enriched messages (#1488806)Aleksander Machniak
2012-11-12Fix excessive LFs at the end of composed message with top_posting=true ↵Aleksander Machniak
(#1488797)
2012-11-11Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-11Fix bug where leading blanks were stripped from quoted lines (#1488795)Aleksander Machniak
2012-11-11Added cross-task 'refresh' request for system state updatesAleksander Machniak
2012-11-10New feature: display attached images as thumbnails below message bodyThomas Bruederli
2012-11-08Fix AREA links handling (#1488792)Aleksander Machniak
2012-11-07Fix regression in detecting if attachment should be displayed inline (is an ↵Aleksander Machniak
image)
2012-11-06Recursively resolve paths of iframe contents; unify contentframe ↵Thomas Bruederli
registration and reduce code-duplication
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-24- Fix handling dont_override with message_sort_col and message_sort_order ↵Aleksander Machniak
settings (#1488760)
2012-10-18Fix handling of URLs with asterisk characters (#1488759)Aleksander Machniak
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-10-16Display connection errors in UI. Stack error messages in popup (Larry skin)Thomas Bruederli
2012-10-02Add localized titles for message header togglesThomas Bruederli
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-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-08-29Fix quota capability detection so it can be overwritten by a plugin (#1488655)Aleksander Machniak
2012-08-20Added "Undeleted" option to messages list filterAleksander Machniak
2012-08-14Improve text wrapping in repliesThomas Bruederli
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
Make sure to use the same source when adding contact and checking if message is safe (sender is in addressbook). Small code improvements.
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-06-08Fix XSS vulnerability in message subject handling using Larry skin (#1488519)Aleksander Machniak
2012-06-04Fix possible PHP warning: strpos(): Offset not contained in stringAleksander Machniak
2012-05-30Display Tiff as Jpeg in browsers without Tiff support (#1488452)Aleksander 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-05-09Fix add_contact() (#1488465)Aleksander Machniak
2012-04-25- Improved all headers viewer (mostly in Larry skin)alecpl
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-24Fix if/else structurethomascube
2012-01-18Display priority in message headers blockthomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2012-01-09- Use proper class namealecpl
2012-01-05- Exclude MIME functionality from rcube_imap class into rcube_mime classalecpl
2012-01-05- Fix bug in handling of base href and inline content (#1488290)alecpl
2011-12-22Make emtpy/invalid links non-clickablethomascube