summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2011-02-03- Convert Content-type to lowercase, fixes lack of attachment icon for some ↵alec
messages (#1487750) git-svn-id: https://svn.roundcube.net/trunk@4486 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-02Keep rcube_session->lifetime and keep_alive in syncthomasb
git-svn-id: https://svn.roundcube.net/trunk@4480 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-02- Fix parsing FETCH response for very long headers (#1487753)alec
git-svn-id: https://svn.roundcube.net/trunk@4479 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-29Check mime headers before attempt to parse them (#1487745); broken since r4421thomasb
git-svn-id: https://svn.roundcube.net/trunk@4468 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-29Add groups support for LDAP address books, contributed by Andreas Dickthomasb
git-svn-id: https://svn.roundcube.net/trunk@4467 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-28Improve session validity check with changing auth cookies; reduce writes to ↵thomasb
DB; better phpdoc git-svn-id: https://svn.roundcube.net/trunk@4466 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-28Don't block CSS styles having important keywordsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4461 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23Define required publich memberthomasb
git-svn-id: https://svn.roundcube.net/trunk@4453 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-23Also wrap unread count in span on server side (#1487720)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4452 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-22Improve parsing of vCards exported by MS Outlook (#1487716)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4444 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-21Use improved strtotime() function + reduce duplicated codethomasb
git-svn-id: https://svn.roundcube.net/trunk@4439 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-20- Fix handling of comments inside an email address spec. (#1487673)alec
git-svn-id: https://svn.roundcube.net/trunk@4433 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19- Uncomment code (commented out for testing?) + cleanup whitespacesalec
git-svn-id: https://svn.roundcube.net/trunk@4427 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Workaround for setting charset in case of malformed bodystructure response ↵alec
(#1487700) git-svn-id: https://svn.roundcube.net/trunk@4421 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Fix %h/%z variables in username_domain option (#1487701)alec
git-svn-id: https://svn.roundcube.net/trunk@4420 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-16- Move action files map from index.php to steps' func.inc filesalec
git-svn-id: https://svn.roundcube.net/trunk@4419 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-13- Fix typos in encoding names (#1487680)alec
git-svn-id: https://svn.roundcube.net/trunk@4415 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12- include css files before scripts for speedup (with parallel downloads) + ↵alec
some code cleanups git-svn-id: https://svn.roundcube.net/trunk@4414 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Missed some replacements in previous commit...thomasb
git-svn-id: https://svn.roundcube.net/trunk@4411 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12- Remove some empty lines from output of template conditionsalec
git-svn-id: https://svn.roundcube.net/trunk@4404 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-10Exclude punctuation from URLs within text; only link accepted url schemesthomasb
git-svn-id: https://svn.roundcube.net/trunk@4402 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-10- Fix handling square brackets in links (#1487672)alec
git-svn-id: https://svn.roundcube.net/trunk@4401 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-08- Fix fallback to LOGIN auth (broken in r4389)alec
git-svn-id: https://svn.roundcube.net/trunk@4399 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-06Make sure an existing session is killed/replaced when submitting login formthomasb
git-svn-id: https://svn.roundcube.net/trunk@4396 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-04Silently ignore unknown classes in rcube_autoload (#1487109)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4394 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-04Do charset detection in vcards with encoded values (#1485542)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4393 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalec
git-svn-id: https://svn.roundcube.net/trunk@4389 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-04- Extend getCapability() to return caps values or true/falsealec
git-svn-id: https://svn.roundcube.net/trunk@4388 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-03- Fix errors in getACL() and myRights()alec
git-svn-id: https://svn.roundcube.net/trunk@4384 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-30- Fix handling of INBOX when personal namespace prefix is non-empty (#1487657)alec
git-svn-id: https://svn.roundcube.net/trunk@4380 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-28- Fix for ANNOTATEMORE drafts below 08 version (use quoted parameters)alec
git-svn-id: https://svn.roundcube.net/trunk@4373 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-27- Add handling of multifolder METADATA/ANNOTATION responsesalec
git-svn-id: https://svn.roundcube.net/trunk@4371 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-27- Fix namespaces handling (#1487649) alec
git-svn-id: https://svn.roundcube.net/trunk@4369 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-23- Add debug handler support in rcube_imap_genericalec
git-svn-id: https://svn.roundcube.net/trunk@4367 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-22- Improve handling of whitespace characters after closing PHP tag in ↵alec
localization and config files git-svn-id: https://svn.roundcube.net/trunk@4363 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-22- Fix handling (skipping) of unilateral untagged server responses (in ↵alec
THREAD/SORT/SEARCH commands) git-svn-id: https://svn.roundcube.net/trunk@4360 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-17- Make possible to overwrite server's namespaces with imap_ns_* optionsalec
git-svn-id: https://svn.roundcube.net/trunk@4344 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-14- Fix charset conversion for text attachments without charset specification ↵alec
(#1487634) git-svn-id: https://svn.roundcube.net/trunk@4340 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-10- Allow setting _user and _host via GET parameters on login screen (#1486993)alec
git-svn-id: https://svn.roundcube.net/trunk@4336 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-10- Improved emoticons text representationsalec
git-svn-id: https://svn.roundcube.net/trunk@4334 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- CS fixesalec
git-svn-id: https://svn.roundcube.net/trunk@4327 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- Add username and IP address to log message on unsuccessful login (#1487626)alec
git-svn-id: https://svn.roundcube.net/trunk@4326 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-08- Fix handling of untagged responses for AUTHENTICATE command (#1487450) alec
git-svn-id: https://svn.roundcube.net/trunk@4322 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alec
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox git-svn-id: https://svn.roundcube.net/trunk@4321 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-07- Fix closeConnection() call in rcube_imap::reconnect()alec
git-svn-id: https://svn.roundcube.net/trunk@4312 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-07- Get rid of IMAP connection message tracingalec
git-svn-id: https://svn.roundcube.net/trunk@4311 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-06- Improve performance of folder rename and delete actions. Don't get list of ↵alec
all folders when we need only children of the specified folder. git-svn-id: https://svn.roundcube.net/trunk@4310 208e9e7b-5314-0410-a742-e7e81cd9613c