Commit Graph

3021 Commits

Author SHA1 Message Date
svncommit
3221c95a29 Update dutch translations. 2011-02-15 14:33:45 +00:00
alecpl
61938a735e - Fix/unify page navigation titles 2011-02-15 14:24:29 +00:00
alecpl
dd07e79537 - Close IMAP connection after SMTP, per discussion in (#1485975) 2011-02-15 13:24:47 +00:00
alecpl
ab0b51a1fe - Use only one from IMAP authentication methods to prevent login delays (1487784) 2011-02-15 11:10:59 +00:00
alecpl
da142bb598 - Replying to a sent message puts the old recipient as the new recipient (#1487074)
- Set compose header fields before skin objects' functions are being used, don't depend on the order of fields
2011-02-15 10:09:14 +00:00
thomascube
3e2637351d Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\! 2011-02-14 20:46:48 +00:00
thomascube
a1bbc2cb16 Fix for alias query which was broken in last commit 2011-02-12 14:23:17 +00:00
thomascube
7fb11ef6a9 Move BINARY modifier to make MYSQL use index again 2011-02-12 14:14:11 +00:00
alecpl
c4e555c160 - Fix subtype select labels for fields added with 'Add field' 2011-02-10 12:07:40 +00:00
alecpl
de3dde7f2c - Support strftime format in date_today option 2011-02-10 07:42:36 +00:00
thomascube
b1d31eea94 Fix stripping invalid comments. Changes from r4483 also stripped entire CSS blocks packed in comments 2011-02-09 16:06:20 +00:00
alecpl
b389252f2b - Fix handling of attachments with invalid content type (#1487767) 2011-02-09 12:33:07 +00:00
alecpl
075ee62a77 - Add workaround for DBMail's bug http://www.dbmail.org/mantis/view.php?id=881 (#1487766) 2011-02-09 12:01:29 +00:00
thomascube
a97937aceb Codestyle and formatting; don't attempt to save empty array values 2011-02-09 11:48:27 +00:00
alecpl
890eae6758 - Use IMAP's ID extension (RFC2971) to print more info into debug log 2011-02-09 11:33:49 +00:00
thomascube
ea23df6e3e Update localizations for address book extension 2011-02-09 11:23:11 +00:00
thomascube
ce988a0778 Always generate valid DOM identifiers using html_identifier() write original identifier string to rel attribute where possible 2011-02-09 10:33:26 +00:00
alecpl
829cbfe88c - Use html::span instead of HTML code 2011-02-08 09:17:24 +00:00
alecpl
768091e094 - Make so addcontact icon doesn't jump alone to next line 2011-02-08 09:13:04 +00:00
thomascube
a77cf2292b Add optional referer check to prevent CSRF in GET requests 2011-02-08 08:13:06 +00:00
alecpl
cbf89140b3 - Fix vcard export (#1487765) 2011-02-07 09:02:29 +00:00
thomascube
29aab5a214 Localize contact property subtypes; better name for contact section 2011-02-06 22:35:39 +00:00
thomascube
07b95dc49b Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message() 2011-02-06 22:21:23 +00:00
thomascube
ed33d19de9 Normalize group list-item identifier when inserting a new address group 2011-02-05 14:20:40 +00:00
alecpl
d80bd153a4 - Fix email_dns_check setting not used for identities/contacts (#1487740) 2011-02-04 13:44:47 +00:00
alecpl
47f55c0d08 - Fix ICANN example addresses doesn't validate (#1487742) 2011-02-04 12:03:31 +00:00
alecpl
e18d992ee1 - Fix adding contacts: convert e-mail to ascii before format checking 2011-02-04 11:58:19 +00:00
alecpl
89d19c4e61 - Small code improvements related to r4487 2011-02-04 08:23:45 +00:00
thomascube
784a425e07 protect login form submission from CSRF using a request token 2011-02-03 22:08:03 +00:00
thomascube
3e0e9148ef Prevent from relaying arbitrary requests through modcss.inc (security issue) 2011-02-03 21:12:35 +00:00
alecpl
02b6e614ca - Fix handling of non-image attachments in multipart/related messages (#1487750) 2011-02-03 18:59:59 +00:00
alecpl
62481f34e6 - Convert Content-type to lowercase, fixes lack of attachment icon for some messages (#1487750) 2011-02-03 14:35:52 +00:00
alecpl
e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 2011-02-03 13:58:07 +00:00
alecpl
9ebac6616d - Fix handling of invalid HTML comments in messages (#1487759) 2011-02-03 11:52:38 +00:00
thomascube
e4e38e02cf Fix inconsistency in de_DE localization (#1487749) 2011-02-02 19:41:41 +00:00
thomascube
8c57f5977d Don't decode already decoded from header 2011-02-02 18:36:16 +00:00
thomascube
88ca38a356 Keep rcube_session->lifetime and keep_alive in sync 2011-02-02 18:24:14 +00:00
alecpl
b2442d93ef - Fix parsing FETCH response for very long headers (#1487753) 2011-02-02 11:55:16 +00:00
alecpl
ef4f591a1d - Unify typeof and undefined usage 2011-02-01 09:08:17 +00:00
alecpl
d8cf6d7278 - Fix command handlers return value check, unify typeof usage 2011-02-01 08:04:31 +00:00
alecpl
2c052c19b1 - Prevent from messages_sort_col == null 2011-01-31 19:41:42 +00:00
alecpl
ae3d6065d8 - Fix add/remove columns in message list when message_sort_order isn't set (#1487751) 2011-01-31 19:34:47 +00:00
alecpl
f2e94665f3 - Clarify regexp (#1487722) 2011-01-30 14:52:37 +00:00
thomascube
d755eade08 Check mime headers before attempt to parse them (#1487745); broken since r4421 2011-01-29 14:27:00 +00:00
thomascube
6039aae387 Add groups support for LDAP address books, contributed by Andreas Dick 2011-01-29 11:31:23 +00:00
thomascube
cf2da2f9aa Improve session validity check with changing auth cookies; reduce writes to DB; better phpdoc 2011-01-28 16:44:22 +00:00
thomascube
206d45f884 Updated more translations 2011-01-28 16:03:31 +00:00
thomascube
7f64ee2823 Updated translations from user submissions 2011-01-28 16:01:03 +00:00
thomascube
79e634040d Don't block CSS styles having important keywords 2011-01-28 15:19:38 +00:00
thomascube
f6c7afd2d9 Fix group item identifiers 2011-01-26 21:06:27 +00:00