Thomas Bruederli
7be8a9134c
Move some config options to new and collapsible 'advanced' blocks
2013-09-13 19:10:12 +02:00
Aleksander Machniak
7bd9dcdcda
Merge branch 'master' of github.com:roundcube/roundcubemail
2013-09-11 09:45:43 +02:00
Aleksander Machniak
66a549e133
After message is sent refresh messages list of replied message folder ( #1489249 )
2013-09-11 09:45:20 +02:00
Thomas Bruederli
52830ea605
Improve handling of date strings and DateTime values in contacts
2013-09-10 23:37:10 +02:00
Aleksander Machniak
6128ad7e96
Support full address specification in contact email fields.
...
Now input address is extracted automatically, so user can
just paste full address copied from another place. Other clients
have such feature e.g. Kontact.
2013-09-10 15:50:24 +02:00
Aleksander Machniak
6b87f8e023
Fix for case when email array is not flat
2013-09-10 15:34:02 +02:00
Aleksander Machniak
bdb4276688
Enable groups import options selector if there's at least one writable source (with groups support)
2013-09-10 09:49:58 +02:00
Aleksander Machniak
4a40636cca
Fix issue where From address was removed from Cc and Bcc fields when editing a draft ( #1489319 )
2013-09-08 18:06:58 +02:00
Thomas Bruederli
0272081d05
Add option to import vcards with group assignments (pull-request 105)
2013-09-08 16:47:00 +02:00
Thomas Bruederli
79367a5631
Save groups membership in VCard export ( #1488509 )
2013-09-08 15:36:05 +02:00
Aleksander Machniak
53b4c7ef4e
Make identities matching case insensitive ( #1485480 )
2013-09-06 09:12:30 +02:00
Aleksander Machniak
5a8ee396a1
Fix "PHP Warning: Missing argument 1 for rcmail_compose_attachment_field()"
2013-09-01 17:24:09 +02:00
Aleksander Machniak
7ccb59499b
Merge pull request #106 from JohnDoh/edit-folders
...
folder admin: omit fieldset if there is only one section
2013-09-01 05:04:27 -07:00
Aleksander Machniak
471628e9ab
Merge pull request #101 from Dennis1993/patch-9
...
Removed not allowed syntax
2013-09-01 04:56:12 -07:00
Aleksander Machniak
0c2ffb57a1
Allow setting INBOX as Sent folder ( #1489219 )
2013-08-29 11:27:02 +02:00
Aleksander Machniak
b5c413a4cf
Fix lack of Reply-To address in header of forwarded message body ( #1489298 )
2013-08-28 13:06:51 +02:00
PhilW
7ba5c27466
folder admin: omit fieldset if there is only one section
2013-08-26 12:23:58 +01:00
Aleksander Machniak
62350ba021
Fix bugs when invoking contact creation form when read-only addressbook is selected ( #1489296 )
2013-08-26 10:28:34 +02:00
Thomas Bruederli
c58cb8aa95
Strip spell checker error message for logging; remove unused sprintf()
2013-08-25 13:20:46 +02:00
Aleksander Machniak
2e5f64c9e4
Fix identity selection on reply ( #1489291 )
2013-08-25 10:03:15 +02:00
Aleksander Machniak
6efadfc8d3
Fix so additional headers are added to all messages sent ( #1489284 )
2013-08-25 09:03:01 +02:00
Aleksander Machniak
98184938bf
Fix display issue after moving folder in Folder Manager ( #1489293 )
2013-08-24 19:05:13 +02:00
Aleksander Machniak
85ef036bbd
- Fix setting refresh_interval to "Never" in Preferences ( #1489286 )
2013-08-20 19:04:05 +02:00
Aleksander Machniak
1391f17a52
Fix issue where uploaded photo was lost when contact form did not validate ( #1489274 )
2013-08-08 15:49:11 +02:00
Aleksander Machniak
8799df8ccd
Fix redundant SQL query on contact photo request after photo upload.
...
The query was also invalid in case of uploading photo in contact create form.
Move contact photo handling from show.inc into a separate file.
2013-08-08 14:15:30 +02:00
Dennis1993
0822c46ad6
Update func.inc
...
deleted size attribute in file input
2013-08-06 19:18:17 +02:00
Dennis1993
7745ae9dfd
Update compose.inc
...
Deleted size Attribute for file input
2013-08-06 19:17:38 +02:00
Aleksander Machniak
9263f55a63
Ignore Reply-To when replying to own message ( #1489230 )
2013-08-05 09:14:44 +02:00
Aleksander Machniak
ce5a6496fd
Fix XSS vulnerability when saving HTML signatures ( #1489251 )
2013-08-04 12:41:30 +02:00
Aleksander Machniak
b825f86108
Move identity selection based on non-standard headers into (new) identity_select plugin ( #1488553 )
2013-08-04 10:41:02 +02:00
Aleksander Machniak
f2a9a9007a
Fix broken (in 93b0a30c1c) text/plain body of a message when using "edit as new"
2013-08-02 08:35:31 +02:00
Aleksander Machniak
f7ffdc90aa
Fix fatal error when opening non-existing message in compose window
2013-08-01 14:52:59 +02:00
Aleksander Machniak
93b0a30c1c
Fix XSS vulnerability when editing a message "as new" or draft ( #1489251 ) - added HTML content "washing"
2013-08-01 14:49:55 +02:00
Aleksander Machniak
f09b169e51
Support special Return-Path form used on some (PEAR) mailing list ( #1489241 )
2013-07-31 11:10:40 +02:00
Aleksander Machniak
ae853367ed
Fix downloading binary files with (wrong) text/* content-type ( #1489267 )
2013-07-30 19:16:52 +02:00
Thomas B.
86dd036774
Merge pull request #96 from Dennis1993/patch-6
...
Added required attribute and delete deprecated border attributes
2013-07-29 23:25:54 -07:00
Aleksander Machniak
d59a8d29d6
Validate all text attachments not only text/plain. This fixes invalid
...
warning message for a case when pdf attachment is defined as text/html.
See #1489267 .
2013-07-29 11:51:03 +02:00
Thomas Bruederli
c54157bb92
Fix identity-selection using Return-Path headers ( #1489241 )
2013-07-25 22:38:14 +02:00
Thomas Bruederli
469ede77cb
Better check for priority header
2013-07-25 21:55:01 +02:00
Thomas Bruederli
64b55c4084
Fix priority selector when open in new window ( #1489257 )
2013-07-25 21:49:37 +02:00
Dennis1993
7d7d1437dd
Update func.inc
...
added missing ID for label
2013-07-23 12:45:24 +02:00
Thomas B.
a7fa90f3d3
Merge pull request #64 from Steffen185/patch-2
...
Add hook "message_check_safe"
2013-07-16 23:48:25 -07:00
Aleksander Machniak
6dd22a5e20
Fix parse error from last commit
2013-07-10 08:03:44 +02:00
Aleksander Machniak
e89d8f1fec
Performance fix: Do not ask for folder attributes if we know that folder do not exists
2013-07-09 18:45:38 +02:00
Aleksander Machniak
d3d1e38d72
Fix identity selection when opening extwindow from compose window
2013-07-09 09:38:12 +02:00
Aleksander Machniak
3b944edb02
Fix bug where signature wasn't changed on identity selection when editing a draft ( #1489229 )
2013-07-08 10:53:06 +02:00
Aleksander Machniak
cb1715cd16
Fix handling of message/rfc822 attachments on message forward and edit ( #1489214 )
2013-07-04 13:37:45 +02:00
Aleksander Machniak
42b9ce6415
Fix groups list in contact info page - get_record_groups() result
...
is a ID=>Name hash and cannot be merged with list_groups() result
2013-07-03 12:00:25 +02:00
Aleksander Machniak
bd73a86dad
Don't clear References and in-Reply-To when a message is "edited as new" ( #1489216 )
2013-07-02 15:50:19 +02:00
Aleksander Machniak
446dbedbf6
Fix so setting frame to blank page works also while frame is loading another page
2013-07-01 14:30:09 +02:00