Commit Graph

1447 Commits

Author SHA1 Message Date
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
Aleksander Machniak
4340d5e634 Fix excessive LFs at the end of composed message with top_posting=true (#1488797) 2012-11-12 09:16:22 +01:00
Thomas Bruederli
e43dcb0df3 Merge branch 'master' of github.com:roundcube/roundcubemail 2012-11-11 14:10:56 +01:00
Aleksander Machniak
e5e2190e4e Fix bug where leading blanks were stripped from quoted lines (#1488795) 2012-11-11 12:27:25 +01:00
Aleksander Machniak
77de23fa93 Added cross-task 'refresh' request for system state updates 2012-11-11 10:32:05 +01:00
Thomas Bruederli
03149131f7 New feature: display attached images as thumbnails below message body 2012-11-10 21:08:14 +01:00
Aleksander Machniak
aa83596b0b Clarify keep-alive setting, move it to User Interface section, change label
to "Refresh (check for new messages, etc.)", allow no-refresh mode.
2012-11-10 12:13:53 +01:00
Aleksander Machniak
fb53c809a6 Fix AREA links handling (#1488792) 2012-11-08 09:05:35 +01:00
Thomas Bruederli
2ad0a8d3f6 Merge branch 'master' of github.com:roundcube/roundcubemail 2012-11-07 16:05:58 +01:00
Aleksander Machniak
9ce2398ef9 Fix regression in detecting if attachment should be displayed inline (is an image) 2012-11-07 11:55:12 +01:00
Thomas Bruederli
df79b2638f Tell client to open mailto: links in contact details in a new window (if configured) 2012-11-07 09:57:30 +01:00
Thomas Bruederli
28de391182 Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication 2012-11-06 13:21:04 +01:00
Thomas Bruederli
cf57b2b130 Fix count display after inserting a new contact 2012-11-03 12:04:19 +01:00