Commit Graph

1359 Commits

Author SHA1 Message Date
Aleksander Machniak
4c127375ce Fix identity selection on reply (#1488101) 2012-08-27 11:19:05 +02:00
Aleksander Machniak
8eefbb2158 Add option to enable HTML editor on forwarding (#1488517) 2012-08-27 10:16:04 +02:00
Aleksander Machniak
651c7b6e9d Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149) 2012-08-26 18:20:28 +02:00
Aleksander Machniak
74d7841c26 Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
	CHANGELOG
2012-08-21 11:23:17 +02:00
Aleksander Machniak
9cb76ad3c2 Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed 2012-08-21 11:22:23 +02:00
Aleksander Machniak
fe2f0be435 Fix possible PHP warning, read default_folders using config->get()
to support deprecated option name (default_imap_folders)
2012-08-21 10:50:14 +02:00
Aleksander Machniak
c8f35a17e6 Added "Undeleted" option to messages list filter 2012-08-20 08:52:00 +02:00
Aleksander Machniak
60082ad665 Fix PHP Warning: strlen() expects parameter 1 to be string, object given 2012-08-17 10:51:54 +02:00
Aleksander Machniak
6ab9369eb1 Fix lower-casing email address on replies (#1488598) 2012-08-15 16:21:34 +02:00
Aleksander Machniak
fb2f825cd9 Fix line separator in exported messages (#1488603) 2012-08-15 15:32:02 +02:00
Aleksander Machniak
c086978f6a Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613) 2012-08-15 11:20:40 +02:00
Aleksander Machniak
21d463baba Fix stripped apostrophes when replying in plain text to HTML message (#1488606) 2012-08-15 09:05:44 +02:00
Aleksander Machniak
56689b31ae Fix inactive Save search option after advanced search (#1488607) 2012-08-14 15:40:14 +02:00
Thomas Bruederli
248d781e5f Improve text wrapping in replies 2012-08-14 12:20:02 +02:00
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 2012-08-13 21:59:54 +02:00
Aleksander Machniak
703be89e20 Fix bug in last commit which broke searching 2012-08-11 19:21:51 +02:00
Aleksander Machniak
e0efd8f5dc Added separate From and To columns apart from smart From/To column (#1486891) 2012-08-11 10:57:24 +02:00
Aleksander Machniak
30833a2ad5 Fix image cid substitution in compose/sendmail 2012-08-08 14:09:19 +02:00
Aleksander Machniak
cd482ebce6 Fix SQL errors handling 2012-08-08 09:53:22 +02:00
Aleksander Machniak
2b992c5683 Remove unused variable 2012-08-08 08:56:48 +02:00
Aleksander Machniak
887838da08 Fix double HTML entities escaping in forward message header 2012-08-06 19:57:14 +02:00
Aleksander Machniak
b169de8fcd - Fix order of attachments in sent mail (#1488423) 2012-08-05 12:41:16 +02:00
Aleksander Machniak
e1cf53ef18 Remove debug code 2012-08-03 12:54:50 +02:00
Aleksander Machniak
0ed7034d35 Fix duplicated fields when object is converted into array 2012-08-03 11:28:28 +02:00
Aleksander Machniak
ec86add1ff Define context (_remote=1) for spellcheck requests to send proper response on error 2012-07-31 09:23:23 +02:00
Aleksander Machniak
cfc27c9b76 Keep some resource files (images) in separate directory 2012-07-30 10:00:35 +02:00
Thomas Bruederli
baecd8becc Move the hard-coded list of fields used to list contacts to a central location 2012-07-26 17:18:38 +02:00
Aleksander Machniak
e19fafae04 Prefer default addressbook also when checking for existence of MDN request recipient 2012-07-24 11:28:11 +02:00
Thomas Bruederli
384948886c Prepare to show contact photo of email sender in mail views 2012-07-13 20:16:52 +02:00
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.
2012-07-10 20:30:34 +02:00
Aleksander Machniak
2b21b97ef0 Use file_get_contents() to make code simpler and to fix possible infinite loop 2012-07-10 10:07:21 +02:00
Aleksander Machniak
3efc74654a - Don't add attachments content into reply/forward/draft message body (#1488557) 2012-07-09 12:19:38 +02:00
Aleksander Machniak
b97d0e11b5 Fix empty user agent string on error page for "incompatible browser" error 2012-06-28 19:13:49 +02:00
Aleksander Machniak
a60d139d87 Define array variable in case none of zones is valid (shouldn't happen) 2012-06-28 09:26:59 +02:00
Aleksander Machniak
669747a81c Merge branch 'master' of github.com:roundcube/roundcubemail 2012-06-28 09:22:31 +02:00
Aleksander Machniak
ceaaebbc8c Fix fatal error when date.timezone isn't set (#1488546) 2012-06-28 09:21:48 +02:00
Thomas Bruederli
0be8bd11e2 Enable drag & drop file upload for contact photos 2012-06-26 11:49:47 +02:00
Aleksander Machniak
4fd5b62194 Add Content-Length for attachments where possible (#1485478) 2012-06-08 11:49:12 +02:00
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
2012-06-08 11:14:53 +02:00
Aleksander Machniak
54be5ccb50 Fix XSS vulnerability in message subject handling using Larry skin (#1488519) 2012-06-08 09:23:32 +02:00
Thomas Bruederli
ae6d2de17f New feature to add mail attachments using drag & drop on HTML5 enabled browsers 2012-06-06 17:35:21 +02:00
Aleksander Machniak
aede1f9ab4 Fix possible PHP warning: strpos(): Offset not contained in string 2012-06-04 14:15:30 +02:00
Aleksander Machniak
d487cd5a6c Merge branch 'dev-browser-capabilities'
Conflicts:
	CHANGELOG
2012-05-30 12:17:26 +02:00
Thomas Bruederli
ca1c2a8c9c Don't show errors when moving contacts into groups they're already in (#1488493) 2012-05-30 11:35:28 +02:00
Aleksander Machniak
19cc5b91c9 Display Tiff as Jpeg in browsers without Tiff support (#1488452) 2012-05-30 11:22:18 +02:00
Aleksander Machniak
b9854b8cbe Add Flash support detection 2012-05-28 15:19:43 +02:00
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)
2012-05-28 15:01:13 +02:00
Aleksander Machniak
e349a8c9ae Added browser capabilities detection, i.e. PDF and TIFF support 2012-05-28 14:17:57 +02:00
Aleksander Machniak
6d3e53d2b8 Merge branch 'master' of github.com:roundcube/roundcubemail 2012-05-26 10:32:10 +02:00
Aleksander Machniak
476fa983c0 Catch DateTime* exceptions (#1488497) - skipping buggy timezones 2012-05-26 10:30:24 +02:00