summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
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-27Fix identity selection on reply (#1488101)Aleksander Machniak
2012-08-27Add option to enable HTML editor on forwarding (#1488517)Aleksander Machniak
2012-08-26Add option to not include original message on reply, rename option ↵Aleksander Machniak
top_posting to reply_mode (#1485149)
2012-08-21Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: CHANGELOG
2012-08-21Fix so subscribed non-existing/non-accessible shared folder can be unsubscribedAleksander Machniak
2012-08-21Fix possible PHP warning, read default_folders using config->get()Aleksander Machniak
to support deprecated option name (default_imap_folders)
2012-08-20Added "Undeleted" option to messages list filterAleksander Machniak
2012-08-17Fix PHP Warning: strlen() expects parameter 1 to be string, object givenAleksander Machniak
2012-08-15Fix lower-casing email address on replies (#1488598)Aleksander Machniak
2012-08-15Fix line separator in exported messages (#1488603)Aleksander Machniak
2012-08-15Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613)Aleksander Machniak
2012-08-15Fix stripped apostrophes when replying in plain text to HTML message (#1488606)Aleksander Machniak
2012-08-14Fix inactive Save search option after advanced search (#1488607)Aleksander Machniak
2012-08-14Improve text wrapping in repliesThomas Bruederli
2012-08-13Skip IDN conversion when saving/reading identies. This should provide proper ↵Thomas Bruederli
support for multiple recipeint values including name blocks in bcc and reply-to fields
2012-08-11Fix bug in last commit which broke searchingAleksander Machniak
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-08-08Fix image cid substitution in compose/sendmailAleksander Machniak
2012-08-08Fix SQL errors handlingAleksander Machniak
2012-08-08Remove unused variableAleksander Machniak
2012-08-06Fix double HTML entities escaping in forward message headerAleksander Machniak
2012-08-05- Fix order of attachments in sent mail (#1488423)Aleksander Machniak
2012-08-03Remove debug codeAleksander Machniak
2012-08-03Fix duplicated fields when object is converted into arrayAleksander Machniak
2012-07-31Define context (_remote=1) for spellcheck requests to send proper response ↵Aleksander Machniak
on error
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-26Move the hard-coded list of fields used to list contacts to a central locationThomas Bruederli
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-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-07-10Use file_get_contents() to make code simpler and to fix possible infinite loopAleksander Machniak
2012-07-09- Don't add attachments content into reply/forward/draft message body (#1488557)Aleksander Machniak
2012-06-28Fix empty user agent string on error page for "incompatible browser" errorAleksander Machniak
2012-06-28Define array variable in case none of zones is valid (shouldn't happen)Aleksander Machniak
2012-06-28Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-06-28Fix fatal error when date.timezone isn't set (#1488546)Aleksander Machniak
2012-06-26Enable drag & drop file upload for contact photosThomas Bruederli
2012-06-08Add Content-Length for attachments where possible (#1485478)Aleksander Machniak
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-06New feature to add mail attachments using drag & drop on HTML5 enabled browsersThomas Bruederli
2012-06-04Fix possible PHP warning: strpos(): Offset not contained in stringAleksander Machniak
2012-05-30Merge branch 'dev-browser-capabilities'Aleksander Machniak
Conflicts: CHANGELOG
2012-05-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
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-26Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak