summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2009-05-21- support plugin templatesalec
git-svn-id: https://svn.roundcube.net/trunk@2509 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-20Fix invalid object referencethomasb
git-svn-id: https://svn.roundcube.net/trunk@2508 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-20- Support UTF-7 encoding in messages (#1485832)alec
git-svn-id: https://svn.roundcube.net/trunk@2505 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-19- Better support for malformed character names (#1485758)alec
git-svn-id: https://svn.roundcube.net/trunk@2503 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-18- mdb2 bug workaround for identities insert/edition queries (#1485853)alec
git-svn-id: https://svn.roundcube.net/trunk@2497 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-17- don't show message on unknown error (#1485848) + translate "Server Error!" ↵alec
message git-svn-id: https://svn.roundcube.net/trunk@2493 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-16- Added possibility to encrypt received header, option ↵alec
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security git-svn-id: https://svn.roundcube.net/trunk@2491 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-15- Fix Answered/Forwarded flag setting for messages from subfoldersalec
git-svn-id: https://svn.roundcube.net/trunk@2487 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-14Trigger 'create_identity' when creating a new user; Allow 'create_user' hook ↵thomasb
to abort the operation git-svn-id: https://svn.roundcube.net/trunk@2481 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-14Don't write session data on every unset but just remember the unset variablesthomasb
git-svn-id: https://svn.roundcube.net/trunk@2476 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-13- speed up the whole session cleaning in kill_session()alec
git-svn-id: https://svn.roundcube.net/trunk@2472 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-13- Support UUencode content encoding (#1485839)alec
git-svn-id: https://svn.roundcube.net/trunk@2471 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-12- don't stop on erroralec
git-svn-id: https://svn.roundcube.net/trunk@2469 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-12Really, really logout (fixes r2467).robin
git-svn-id: https://svn.roundcube.net/trunk@2468 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-12Minimize chance of race condition in session handling (#1485659, #1484678)robin
git-svn-id: https://svn.roundcube.net/trunk@2467 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-10- last commit fixalec
git-svn-id: https://svn.roundcube.net/trunk@2466 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-10- speed up remove_message_cache() by using message uid instead of idxalec
git-svn-id: https://svn.roundcube.net/trunk@2465 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-09- Fix session handling on non-session SQL query error (#1485734)alec
git-svn-id: https://svn.roundcube.net/trunk@2463 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-09- fix \Seen flag setting with enable_caching=true (#1485843)alec
git-svn-id: https://svn.roundcube.net/trunk@2462 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- ereg -> pregalec
git-svn-id: https://svn.roundcube.net/trunk@2453 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-02- some hints to use sqlite db (#1485821)alec
git-svn-id: https://svn.roundcube.net/trunk@2449 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-02- Use UID STORE/COPY commandsalec
git-svn-id: https://svn.roundcube.net/trunk@2448 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-01Add plugin hooks for creating/saving/deleting identities and contactsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2441 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-01Hard-wrap message headers according to RFCthomasb
git-svn-id: https://svn.roundcube.net/trunk@2440 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-28- Fix fatal error after last commit in rcube_imap (#1485825)alec
git-svn-id: https://svn.roundcube.net/trunk@2436 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-26Fix adding labels from pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2429 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-26Allow plugins to define their own tasks + add 'domain' parameter for ↵thomasb
rcube_template::button() git-svn-id: https://svn.roundcube.net/trunk@2427 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-25- Fix attachment names encoding when charset isn't specified in attachment ↵alec
part (#1484969): assume that the message charset or charset of the first part is better for attachment names than detected by roundcube git-svn-id: https://svn.roundcube.net/trunk@2426 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-24- fix setting empty string in imap_rootalec
git-svn-id: https://svn.roundcube.net/trunk@2424 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-23- Added log_date_format option (#1485709)alec
git-svn-id: https://svn.roundcube.net/trunk@2419 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-22- check identities_level when creating identities for new useralec
git-svn-id: https://svn.roundcube.net/trunk@2412 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-21- Fix read/write database recognition (#1485811)alec
git-svn-id: https://svn.roundcube.net/trunk@2406 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-20Use compressed version of jQuery.jsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2404 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-20- #1485809: use local copy of jQuery lib (1.3.2)alec
git-svn-id: https://svn.roundcube.net/trunk@2402 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-14- use extension_loaded() instead of get_loaded_extensions()alec
git-svn-id: https://svn.roundcube.net/trunk@2389 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-14- Support STARTTLS in IMAP connection (#1485284)alec
git-svn-id: https://svn.roundcube.net/trunk@2388 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-10- Support several e-mail addresses per user from virtuser_file (#1485678)alec
- return NULL from rcube_user::email2user if user not found (#1485801) git-svn-id: https://svn.roundcube.net/trunk@2384 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages ↵alec
(#1485714) - Fix double footer in HTML message with embedded images git-svn-id: https://svn.roundcube.net/trunk@2368 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-11Fix charset conversion error loggingthomasb
git-svn-id: https://svn.roundcube.net/trunk@2352 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09 * autoload is only invoked when a class is not found - no need for include_oncetill
git-svn-id: https://svn.roundcube.net/trunk@2345 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- use US-ASCII as failover also for SORT command (when used for searching)alec
git-svn-id: https://svn.roundcube.net/trunk@2335 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- Use US-ASCII as failover when Unicode searching fails (#1485762)alec
only US-ASCII is a must-have charset from IMAP's RFC git-svn-id: https://svn.roundcube.net/trunk@2334 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-02Revert r2322; this is done in rcmail_html4inline() and now secured + fix teststhomasb
git-svn-id: https://svn.roundcube.net/trunk@2324 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-01- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)alec
git-svn-id: https://svn.roundcube.net/trunk@2321 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Don't return empty string when UTF-7 decoding fails + cleanup codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@2315 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Fix mime-type detection using a hard-coded map (#1485311)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2313 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-21#1485741: fix installer after some last changesalec
git-svn-id: https://svn.roundcube.net/trunk@2306 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-13- Fix replying to message with html attachment (#1485676)alec
git-svn-id: https://svn.roundcube.net/trunk@2294 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-13- Fix multiple recipients input parsing (#1485733)alec
- added shared rcube_explode_quoted_string() function git-svn-id: https://svn.roundcube.net/trunk@2291 208e9e7b-5314-0410-a742-e7e81cd9613c