Commit Graph

1029 Commits

Author SHA1 Message Date
alecpl
94bdcce081 - Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type) 2011-05-06 08:14:48 +00:00
alecpl
d08333ea57 - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-05-05 12:46:54 +00:00
alecpl
1abb97fe1b - Add 'uploadingmany' message translation 2011-05-03 08:27:15 +00:00
alecpl
7fc056c3ff - Enable multiselection for attachments uploading in capable browsers (#1485969) 2011-05-03 08:18:40 +00:00
alecpl
cf58ce8512 - Fix a bug where selecting too many contacts would produce too large URI request (#1487892) 2011-04-29 18:36:40 +00:00
alecpl
c08b18c4b9 - Fix relative URLs handling according to a <base> in HTML (#1487889) 2011-04-29 08:17:42 +00:00
alecpl
e505519d1a - Improve photo actions handling (set name of upload-photo, disable delete-photo according to photo existance), code cleanup 2011-04-27 09:43:10 +00:00
alecpl
5c1dfb0b11 - Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883) 2011-04-26 11:36:42 +00:00
alecpl
d7b35c22af - Fix usage of non-standard HTTP error codes (#1487797) 2011-04-22 17:48:58 +00:00
alecpl
4351f7cd66 - Improve performance by including files with absolute path (#1487849) 2011-04-20 13:58:21 +00:00
thomascube
bbb1427caa Gracefully shrug on database errors 2011-04-19 20:41:24 +00:00
thomascube
569f8306db Fix vcard folding at 75 chars; don't fold vcards for internal storage 2011-04-15 15:26:16 +00:00
thomascube
3d8b54edf7 Keep all submitted data if contact form validation fails (#1487865) 2011-04-12 18:05:36 +00:00
thomascube
fc072bfdb3 Don't decode recipent strings submitted by address book 2011-04-12 07:27:59 +00:00
alecpl
dae34b5c3f - Support 'abort' and 'result' response in 'preferences_save' hook, add error handling 2011-04-11 11:12:00 +00:00
alecpl
dd0ae6297b - Improve space-stuffing handling in format=flowed messages (#1487861) 2011-04-08 07:08:30 +00:00
alecpl
111a6fc314 - Add info about indexcontacts.sh script in upgrade procedure 2011-03-31 06:07:15 +00:00
alecpl
8b2c23d603 - Use \n as a word separator to workaround some strange Google spellchecker issue 2011-03-17 19:50:13 +00:00
alecpl
569701d700 - Handle properly situation when uploaded attachment file is too big 2011-03-17 14:17:08 +00:00
thomascube
4591de7018 Prepare for multiple concurrent compose windows 2011-03-10 20:21:21 +00:00
alecpl
bbce3edd61 - Add simple ACL rights/namespace handling in folder manager (display folder's namespace, modify edit form fields according to MYRIGHTS) 2011-02-28 17:59:13 +00:00
alecpl
29c54229cf - Fix parsing links with non-printable characters inside (#1487805) 2011-02-28 17:33:26 +00:00
thomascube
a3b9e4e65d Better display of vcard import results (#1485457) 2011-02-27 13:51:46 +00:00
thomascube
0fbadebe13 Improve vcard import: map more fields, support photo urls, better UTF-16 charset detection 2011-02-27 13:30:34 +00:00
thomascube
b8f14ce744 Allow multiple records with same e-mail address but show notice to the user 2011-02-25 15:34:29 +00:00
thomascube
360bd3ea74 Allow group identifiers to be changed upon renaming (used in LDAP) 2011-02-15 21:00:48 +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
alecpl
c4e555c160 - Fix subtype select labels for fields added with 'Add field' 2011-02-10 12:07:40 +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
alecpl
d80bd153a4 - Fix email_dns_check setting not used for identities/contacts (#1487740) 2011-02-04 13:44:47 +00:00
alecpl
e18d992ee1 - Fix adding contacts: convert e-mail to ascii before format checking 2011-02-04 11:58:19 +00:00
thomascube
3e0e9148ef Prevent from relaying arbitrary requests through modcss.inc (security issue) 2011-02-03 21:12:35 +00:00
alecpl
e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 2011-02-03 13:58:07 +00:00
thomascube
8c57f5977d Don't decode already decoded from header 2011-02-02 18:36:16 +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
6039aae387 Add groups support for LDAP address books, contributed by Andreas Dick 2011-01-29 11:31:23 +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
thomascube
c6be45646b Separate full message headers UI element from headers table (#1487715) + Remove double borders in folder listing (#1487713) 2011-01-26 11:25:58 +00:00
thomascube
8458c7ca0e When creating a new contact, add it to the selected group; consider the selected group when deleting a contact 2011-01-23 18:10:40 +00:00
alecpl
c9f67353cf - Add part MIME ID to message_part_* hooks (#1487718) 2011-01-23 09:57:57 +00:00