Commit Graph

8255 Commits

Author SHA1 Message Date
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
92e7ce6663 Merge branch 'master' of github.com:roundcube/roundcubemail 2013-07-31 11:01:44 +02:00
Aleksander Machniak
ae853367ed Fix downloading binary files with (wrong) text/* content-type (#1489267) 2013-07-30 19:16:52 +02:00
Aleksander Machniak
80112d0749 Fixed typo in comment 2013-07-30 09:46:49 +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
Aleksander Machniak
59f0313d98 - Fix detecting Turkish language in ISO-8859-9 encoding (#1489252) 2013-07-28 09:03:07 +02:00
Dennis1993
d52a77a10d Update Socket.php 2013-07-26 18:41:09 +02:00
Dennis1993
e950546903 Update SMTP.php 2013-07-26 18:38:13 +02:00
Dennis1993
ac1fa98715 Update rcube_imap_generic.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26 13:35:10 +02:00
Dennis1993
60a79649f2 Update Socket.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26 13:33:44 +02:00
Dennis1993
e34e0fd2fa Update SMTP.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26 13:32:40 +02:00
Thomas Bruederli
c54157bb92 Fix identity-selection using Return-Path headers (#1489241) 2013-07-25 22:38:14 +02:00
Thomas Bruederli
cff07b5f76 Fix parsing of links with ... in URL (#1489192) 2013-07-25 22:14:59 +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
rodrigo
b6a640bdc9 replaces smart quotes with regular quotes. Fixes improper doctype declarations in html emails 2013-07-24 14:52:45 -07:00
Dennis1993
7d7d1437dd Update func.inc
added missing ID for label
2013-07-23 12:45:24 +02:00
Thomas Bruederli
1a8cf64dd1 Avoid session timeouts with memcache backend as proposed by D. Carter via users mailing list 2013-07-23 11:12:44 +02:00
Dennis1993
8df6bb9b1f Update rcmail_output_html.php
added required Attribute to Login fields
2013-07-21 20:37:36 +02:00
Dennis1993
ec031a35f1 Update html.php
added required attribute to allowed list for input fields
2013-07-21 19:51:38 +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
Thomas Bruederli
71b577ea7d Added Luxembourgish localizations 2013-07-17 08:18:48 +02:00
Thomas Bruederli
4d480b36ea Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP check 2013-07-17 08:04:15 +02:00
Thomas Bruederli
deb2b8d080 Allow to load config files for different environments (#1487311); keep (non-default) filename in URLs throughout the webmail app 2013-07-12 10:17:32 +02:00
Thomas Bruederli
f6777712dc Enable fixed list header in IE7, too. Seems to work after some testing 2013-07-12 10:00:55 +02:00
Thomas Bruederli
0703bfecd0 Merged configuration refactoring from 'dev_config' branch back into master (#1487311) 2013-07-10 22:49:12 +02:00
Aleksander Machniak
bd28469302 Simplified logic of finding non-existent but subscribed folders. Should be more reliable and (might be) faster now. 2013-07-10 12:34:38 +02:00
Thomas Bruederli
8efdd9caf7 Enable fixed message list header in classic skin 2013-07-10 08:47:10 +02:00
Aleksander Machniak
6dd22a5e20 Fix parse error from last commit 2013-07-10 08:03:44 +02:00
Thomas Bruederli
73ad4f1bfd Finally: make message list header stay on top when scrolling (#1295420) 2013-07-09 23:41:40 +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
cc02a90f92 Fix IMAP SETMETADATA parameters quoting (#1489231) 2013-07-08 09:27:55 +02:00
Aleksander Machniak
1ca1e250a3 Merge pull request #86 from mweimerskirch/patch-2
Added support for the enchant spell checking engine
2013-07-08 00:05:07 -07:00
Aleksander Machniak
8acf6204b1 Fix "could not load message" error on valid empty message body (#1489228) 2013-07-08 08:47:13 +02:00
Michel Weimerskirch
f99aa12300 Added support for the enchant spell checking engine 2013-07-07 10:21:55 +02:00
Aleksander Machniak
4c8becbdc0 Update to Mail_Mime 1.8.8 2013-07-05 11:40:05 +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
6e57fb6b4c Fix parsing of square bracket characters in IMAP response strings (#1489223) 2013-07-04 08:45:41 +02:00
Aleksander Machniak
3e7b9be05c Store group objectclass to member attribute mapping in one place, cs fixes 2013-07-03 14:22:17 +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
Thomas Bruederli
98884050cc Fix binary data upload with jQuery.ajax() 2013-07-03 10:02:20 +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
ed3e51f1b4 Make possible to disable some (broken) IMAP extensions with imap_disable_caps option (#1489184)
Add some notes in INSTALL about broken ESEARCH in uw-imap.
2013-07-02 14:49:48 +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
Aleksander Machniak
a3f745bccc Fix email duplicate check on contact move/copy 2013-07-01 13:50:17 +02:00
Aleksander Machniak
a45f9b7bf5 Contacts drag-n-drop default action is to move contacts (#1488751)
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751)
Use consistent naming: 'moveto' -> 'move'
2013-07-01 10:22:14 +02:00