Commit Graph

1358 Commits (8eefbb2158c43b51a8c33e6c480cbe61539b9535)

Author SHA1 Message Date
Aleksander Machniak 8eefbb2158 Add option to enable HTML editor on forwarding (#1488517) 12 years ago
Aleksander Machniak 651c7b6e9d Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149) 12 years ago
Aleksander Machniak 74d7841c26 Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
	CHANGELOG
12 years ago
Aleksander Machniak 9cb76ad3c2 Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed 12 years ago
Aleksander Machniak fe2f0be435 Fix possible PHP warning, read default_folders using config->get()
to support deprecated option name (default_imap_folders)
12 years ago
Aleksander Machniak c8f35a17e6 Added "Undeleted" option to messages list filter 12 years ago
Aleksander Machniak 60082ad665 Fix PHP Warning: strlen() expects parameter 1 to be string, object given 12 years ago
Aleksander Machniak 6ab9369eb1 Fix lower-casing email address on replies (#1488598) 12 years ago
Aleksander Machniak fb2f825cd9 Fix line separator in exported messages (#1488603) 12 years ago
Aleksander Machniak c086978f6a Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613) 12 years ago
Aleksander Machniak 21d463baba Fix stripped apostrophes when replying in plain text to HTML message (#1488606) 12 years ago
Aleksander Machniak 56689b31ae Fix inactive Save search option after advanced search (#1488607) 12 years ago
Thomas Bruederli 248d781e5f Improve text wrapping in replies 12 years ago
Thomas Bruederli b8b6e5011a Skip IDN conversion when saving/reading identies. This should provide proper support for multiple recipeint values including name blocks in bcc and reply-to fields 12 years ago
Aleksander Machniak 703be89e20 Fix bug in last commit which broke searching 12 years ago
Aleksander Machniak e0efd8f5dc Added separate From and To columns apart from smart From/To column (#1486891) 12 years ago
Aleksander Machniak 30833a2ad5 Fix image cid substitution in compose/sendmail 12 years ago
Aleksander Machniak cd482ebce6 Fix SQL errors handling 12 years ago
Aleksander Machniak 2b992c5683 Remove unused variable 12 years ago
Aleksander Machniak 887838da08 Fix double HTML entities escaping in forward message header 12 years ago
Aleksander Machniak b169de8fcd - Fix order of attachments in sent mail (#1488423) 12 years ago
Aleksander Machniak e1cf53ef18 Remove debug code 12 years ago
Aleksander Machniak 0ed7034d35 Fix duplicated fields when object is converted into array 12 years ago
Aleksander Machniak ec86add1ff Define context (_remote=1) for spellcheck requests to send proper response on error 12 years ago
Aleksander Machniak cfc27c9b76 Keep some resource files (images) in separate directory 12 years ago
Thomas Bruederli baecd8becc Move the hard-coded list of fields used to list contacts to a central location 12 years ago
Aleksander Machniak e19fafae04 Prefer default addressbook also when checking for existence of MDN request recipient 12 years ago
Thomas Bruederli 384948886c Prepare to show contact photo of email sender in mail views 12 years ago
Aleksander Machniak 840b4dbeb8 Simplified method of getting default addressbook.
Make sure to use the same source when adding contact and checking
if message is safe (sender is in addressbook).
Small code improvements.
12 years ago
Aleksander Machniak 2b21b97ef0 Use file_get_contents() to make code simpler and to fix possible infinite loop 12 years ago
Aleksander Machniak 3efc74654a - Don't add attachments content into reply/forward/draft message body (#1488557) 12 years ago
Aleksander Machniak b97d0e11b5 Fix empty user agent string on error page for "incompatible browser" error 12 years ago
Aleksander Machniak a60d139d87 Define array variable in case none of zones is valid (shouldn't happen) 12 years ago
Aleksander Machniak 669747a81c Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Aleksander Machniak ceaaebbc8c Fix fatal error when date.timezone isn't set (#1488546) 12 years ago
Thomas Bruederli 0be8bd11e2 Enable drag & drop file upload for contact photos 12 years ago
Aleksander Machniak 4fd5b62194 Add Content-Length for attachments where possible (#1485478) 12 years ago
Aleksander Machniak 8749e94b4b Fix attachment sizes in message print page and attachment preview page (#1488515)
- Use size parameter from Content-Disposition header if specified,
  - Calculate size of base64 encoded message parts
12 years ago
Aleksander Machniak 54be5ccb50 Fix XSS vulnerability in message subject handling using Larry skin (#1488519) 12 years ago
Thomas Bruederli ae6d2de17f New feature to add mail attachments using drag & drop on HTML5 enabled browsers 12 years ago
Aleksander Machniak aede1f9ab4 Fix possible PHP warning: strpos(): Offset not contained in string 12 years ago
Aleksander Machniak d487cd5a6c Merge branch 'dev-browser-capabilities'
Conflicts:
	CHANGELOG
12 years ago
Thomas Bruederli ca1c2a8c9c Don't show errors when moving contacts into groups they're already in (#1488493) 12 years ago
Aleksander Machniak 19cc5b91c9 Display Tiff as Jpeg in browsers without Tiff support (#1488452) 12 years ago
Aleksander Machniak b9854b8cbe Add Flash support detection 12 years ago
Aleksander Machniak 7c1231a94b Use browser capabilities to decide if PDF/TIFF attachments should be displayed
in an overlay page/inline or to provide only direct download for them (#1488452, #1487929)
12 years ago
Aleksander Machniak e349a8c9ae Added browser capabilities detection, i.e. PDF and TIFF support 12 years ago
Aleksander Machniak 6d3e53d2b8 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Aleksander Machniak 476fa983c0 Catch DateTime* exceptions (#1488497) - skipping buggy timezones 12 years ago
Aleksander Machniak c0839699bb Move messages forwarding mode setting into Preferences 12 years ago