Commit Graph

1459 Commits

Author SHA1 Message Date
Thomas Bruederli
5f0bd1fcb4 Make html button-links work in IE 2012-12-22 16:40:20 +01:00
Thomas Bruederli
090c49d4a3 Treat image/pjpeg as image/jpeg 2012-12-22 16:39:47 +01:00
Aleksander Machniak
83370e5ff1 Display 'Sender' header in message preview 2012-12-18 12:54:38 +01:00
Aleksander Machniak
c0208002a8 Fix escaping of add-contact arguments - fixes JS error in IE 2012-12-15 18:32:42 +01:00
Aleksander Machniak
ff4a92c8e2 Fix contact copy/add-to-group operations on search result (#1488862) 2012-12-14 19:41:07 +01:00
Aleksander Machniak
a0e3dcf170 Use matching identity in MDN response (#1488864) 2012-12-14 13:42:23 +01:00
Aleksander Machniak
0f4e2f8134 Remove brackets for recipients without name 2012-12-14 12:38:42 +01:00
Thomas Bruederli
f7136bd217 Merge branch 'master' of github.com:roundcube/roundcubemail 2012-12-13 19:56:41 +01:00
Thomas Bruederli
dc67f38cdf Properly parse message/rfc822 parts including all headers, body decoding and charset conversion 2012-12-13 19:56:22 +01:00
Aleksander Machniak
a9bb50d804 Fix handling of signatures on draft edit: Don't add new signature
and don't remove the old-one, the same for Edit as new (#1488798)
2012-12-13 15:14:56 +01:00
Aleksander Machniak
04689fa7ee Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858) 2012-12-12 19:59:08 +01:00
Aleksander Machniak
bb5d728285 Use also Envelope-To for identity selection (#1488553) 2012-12-12 08:54:33 +01:00
Aleksander Machniak
25bf00ecbc Merge branch 'master' of github.com:roundcube/roundcubemail 2012-12-11 08:31:07 +01:00
Aleksander Machniak
d9f109b56a Allow forwarding of multiple emails (#1486854) 2012-12-11 08:30:49 +01:00
Thomas Bruederli
31521613e4 Append filename extension if missing 2012-12-10 22:32:46 +01:00
Thomas Bruederli
a8a72e2e7e Nicely render headers of message/rfc822 parts 2012-12-10 22:26:45 +01:00
Aleksander Machniak
8b748de4ec Plugin API: add 'check_recent' hook with possibility to control folders list used on check-recent action 2012-12-07 10:37:04 +01:00
Aleksander Machniak
176172c850 Fix PHP warning when replied message contains exactly one Delivered-To header 2012-12-07 09:44:23 +01:00
Aleksander Machniak
c7ff6ec2cb Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844) 2012-12-05 09:46:03 +01:00
Aleksander Machniak
0fa54df638 enriched.inc -> rcube_enriched 2012-12-01 20:02:34 +01:00
Aleksander Machniak
8afbc8aeea Fix attachment Content-Length for in-memory files (#1488844) 2012-11-30 11:13:43 +01:00
Aleksander Machniak
876d31d594 Fix empty email on identities list after identity update (#1488834) 2012-11-29 09:01:29 +01:00
Aleksander Machniak
48ef1334ff Merge pull request #49 from linagora/master
Add new identity level: one identity with edit only signature
2012-11-28 23:36:50 -08:00
Aleksander Machniak
0247b89c38 Move code for identity selection to function, move identities formatting to rcube_user::list_identities() 2012-11-28 20:40:07 +01:00
Aleksander Machniak
30cc01f89d Use Delivered-To header as a last resort for identity selection (#1488840) 2012-11-28 20:21:09 +01:00
Thomas Bruederli
c14b337450 Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and filename extensions 2012-11-27 16:25:42 +01:00
Thomas Bruederli
60226a75d8 Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes 2012-11-27 12:13:33 +01:00
jeremie kornobis
c753bc4a8b unset email address with new level entity 4 2012-11-26 15:45:33 +01:00
jeremie kornobis
f125852979 Add new identity level: one identity with edit only signature 2012-11-26 14:17:20 +01:00
Aleksander Machniak
789e5988aa Clarify rcube::get_user_name() usage, add rcube::get_user_email() 2012-11-26 10:08:40 +01:00
Aleksander Machniak
5352b55779 Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
	CHANGELOG
2012-11-25 11:25:14 +01:00
Aleksander Machniak
297c1afb80 Fix redundant colon after last address in print mode 2012-11-25 11:14:13 +01:00
Aleksander Machniak
65dff8f812 Fix hidden flag and default_addressbook settings handling 2012-11-23 09:11:19 +01:00
Thomas Bruederli
b81e7e91a9 Consider filename extension to detect image attachments of type application/octet-stream 2012-11-21 10:48:21 +01:00
Thomas Bruederli
271c5c9764 Correctly handle multiple file uploads (#1488820) 2012-11-19 13:43:43 +01:00
Thomas Bruederli
810efee4d3 Avoid double-encoding of HTML entities in signature edit field 2012-11-19 11:43:22 +01:00
Thomas Bruederli
37557b5f08 Merge branch 'master' of github.com:roundcube/roundcubemail 2012-11-19 11:08:32 +01:00
Thomas Bruederli
ac382e1145 Always save drafts with format=flowed in order to keep original paragraphs and line wraps (#1488799) 2012-11-19 11:08:11 +01:00
Thomas Bruederli
c72a96144d Improve line wrapping behavior where message charset is changed by plugins (including html2plaintext conversion) 2012-11-19 11:02:13 +01:00
Aleksander Machniak
6459d86291 Select default_addressbook on the list in Address Book (#1488280) 2012-11-18 19:27:52 +01:00
Thomas Bruederli
a9e136161a Use dedicated method to determine an attachment's file size 2012-11-17 18:11:03 +01:00
Thomas Bruederli
3bf7310fa3 Add onclick handler to Show-links 2012-11-17 17:55:09 +01:00
Thomas Bruederli
d20e965c48 Improve thumbnail display: center images and display a 'show' link for attachments the browser is capable to display them 2012-11-17 17:01:37 +01:00
Thomas Bruederli
8fb4f05725 Move default value for client_mimetypes to rcube_config; make sure an array is returned 2012-11-17 16:59:49 +01:00
Aleksander Machniak
3833790db4 Support contacts import from CSV file (#1486399) 2012-11-16 13:22:10 +01:00
Aleksander Machniak
8d54286df8 Merge branch 'keep-alive'
Conflicts:
	CHANGELOG
2012-11-15 09:34:08 +01:00
Aleksander Machniak
52d0d94910 Fix handling of text/enriched content on message reply/forward/edit 2012-11-14 13:58:15 +01:00
Aleksander Machniak
398238abf2 Remove redundant code 2012-11-14 13:37:27 +01:00
Aleksander Machniak
d15163ab6e Fix XSS vulnerability in handling of text/enriched messages (#1488806) 2012-11-14 13:29:58 +01:00
Aleksander Machniak
f226549d4f Renamed config options: keep_alive to refresh_interval, min_keep_alive to min_refresh_interval 2012-11-12 14:50:49 +01:00