Commit Graph

1383 Commits

Author SHA1 Message Date
Thomas Bruederli
0f7d11e798 Better fix for headers decoding problem: fetch them as raw and let rcube_mime::decode_address_list() do the job right 2012-10-15 15:30:14 +02:00
Thomas Bruederli
27be4e7644 Fix header charset decoding when opening a draft message 2012-10-15 14:24:30 +02:00
Aleksander Machniak
7ac533dede Add flags and date arguments to kolab_storage::save_message() 2012-10-11 10:17:12 +02:00
Aleksander Machniak
0054f7a5bf Fix sig_above setting, broken in 651c7b6e9d 2012-10-10 08:35:04 +02:00
Thomas Bruederli
18b73873dc New skin selection with full name, license and thumbnail 2012-10-05 14:08:28 +02:00
Thomas Bruederli
95d2892686 Fix HTTP User-Agent XSS vulnerability (#1488737) 2012-10-04 16:59:37 +02:00
Thomas Bruederli
7257040ca2 Add localized titles for message header toggles 2012-10-02 14:37:45 +02:00
Thomas Bruederli
765ecb9fa0 Let the skin limit the number of visible recipeints and place a link to show them all in a dialog (better fix for #1488590) 2012-10-02 14:14:24 +02:00
Thomas Bruederli
61512fe104 Avoid double-quoting of some message headers; wrap email address strings in <span> for better styling 2012-10-01 21:41:54 +02:00
Thomas Bruederli
c23aad2feb Revert "Add full headers view in message preview window (#1488538)"
This reverts commit af276f21e5.

Conflicts:

	CHANGELOG
	skins/larry/mail.css
2012-10-01 17:45:52 +02:00
Aleksander Machniak
ab08544520 Enable subscription option for already subscribed "virtual" folders,
small code improvements
2012-10-01 10:44:27 +02:00
Thomas Bruederli
0746d58fce Allow to mark/flag messages from full message view screen 2012-09-25 09:39:40 +02:00
Aleksander Machniak
1b9923208c Re-fix HTML entities handling in addressbook names 2012-09-21 10:11:05 +02:00
Aleksander Machniak
5802cfec95 Support HTML entities in addressbook names 2012-09-20 15:46:11 +02:00
Aleksander Machniak
32ba62889c Don't directly require email address on contact import, allowing import
of contacts being validated by addressbook validation code. The same
as for create/edit contact actions.
2012-09-17 12:23:34 +02:00
Aleksander Machniak
fa57c98854 Don't add inline images from HTML part to the attachments list when forwarding in plain text 2012-09-17 10:44:50 +02:00
Aleksander Machniak
a04a74fec4 Improvements in building criteria string for IMAP SEARCH 2012-09-12 09:59:10 +02:00
Aleksander Machniak
1e9aa25609 Fix error where session wasn't updated after folder rename/delete (#1488692) 2012-09-11 19:34:35 +02:00
Aleksander Machniak
9287ed36b3 - Replace data URIs of images (pasted in HTML editor) with inline attachments (#1488502) 2012-09-11 09:15:24 +02:00
Aleksander Machniak
06073ef216 Merge branch 'message_show_ui'
Conflicts:
	CHANGELOG
2012-09-04 10:34:58 +02:00
Aleksander Machniak
af276f21e5 Add full headers view in message preview window (#1488538)
Fix message display page issues - unified with message preview (#1488590, #1488642)
2012-09-04 09:32:24 +02:00
Aleksander Machniak
26fc0defe3 Fix bug where parentnotwritable error wasn't displayed in the interface 2012-09-03 19:56:59 +02:00
Aleksander Machniak
10141cd6fd Fix displaying all headers when they contain malformed characters (#1488666) 2012-09-03 19:00:34 +02:00
Aleksander Machniak
46d0012e26 Fix quota capability detection so it can be overwritten by a plugin (#1488655) 2012-08-29 08:32:06 +02:00
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