Commit Graph

628 Commits

Author SHA1 Message Date
thomascube
20d50de2d8 Fix URLs to plugin skin directory 2009-05-22 07:59:37 +00:00
thomascube
eb6f198a2d Rename function to correct english spelling 2009-05-22 07:40:05 +00:00
thomascube
029c2fa60e Pass return value of config->load_from_file() back to the plugin 2009-05-21 20:40:10 +00:00
thomascube
c73b195e5d Add function for plugins to load a local config file 2009-05-21 20:34:28 +00:00
thomascube
66f68e9623 Make links with /this/ pointing to the plugins skin directory 2009-05-21 20:02:43 +00:00
thomascube
e7008cd4c6 Add fallback to default skin in plugins + replace links to plugin directory with the real plugin dir 2009-05-21 19:08:25 +00:00
alecpl
969f6b4c8b - support plugin templates 2009-05-21 07:14:05 +00:00
thomascube
0772a7dee2 Fix invalid object reference 2009-05-20 13:12:20 +00:00
alecpl
a5897a3e38 - Support UTF-7 encoding in messages (#1485832) 2009-05-20 09:55:15 +00:00
alecpl
dbe44cd105 - Better support for malformed character names (#1485758) 2009-05-19 19:26:47 +00:00
alecpl
55f54e2b9f - mdb2 bug workaround for identities insert/edition queries (#1485853) 2009-05-18 07:18:31 +00:00
alecpl
74d421d55a - don't show message on unknown error (#1485848) + translate "Server Error!" message 2009-05-17 07:04:51 +00:00
alecpl
2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
2009-05-16 13:01:49 +00:00
alecpl
48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 2009-05-15 13:34:04 +00:00
thomascube
f879f4e2f8 Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation 2009-05-14 19:26:34 +00:00
thomascube
953ce3f69c Don't write session data on every unset but just remember the unset variables 2009-05-14 07:22:01 +00:00
alecpl
27924acf43 - speed up the whole session cleaning in kill_session() 2009-05-13 07:17:33 +00:00
alecpl
1c5be6f792 - Support UUencode content encoding (#1485839) 2009-05-13 07:09:49 +00:00
alecpl
6481bbcf34 - don't stop on error 2009-05-12 18:46:17 +00:00
svncommit
f22c2cefb4 Really, really logout (fixes r2467). 2009-05-12 14:10:30 +00:00
svncommit
617b4f699f Minimize chance of race condition in session handling (#1485659, #1484678) 2009-05-12 13:26:07 +00:00
alecpl
78cdeba1a8 - last commit fix 2009-05-10 09:01:18 +00:00
alecpl
91ec0a0559 - speed up remove_message_cache() by using message uid instead of idx 2009-05-10 08:59:39 +00:00
alecpl
26d857447f - Fix session handling on non-session SQL query error (#1485734) 2009-05-09 20:07:10 +00:00
alecpl
ae1df26948 - fix \Seen flag setting with enable_caching=true (#1485843) 2009-05-09 16:35:20 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +00:00
alecpl
50d515a7d6 - some hints to use sqlite db (#1485821) 2009-05-02 20:11:45 +00:00
alecpl
aeed58d5af - Use UID STORE/COPY commands 2009-05-02 19:19:39 +00:00
thomascube
69f18a09ae Add plugin hooks for creating/saving/deleting identities and contacts 2009-05-01 19:04:26 +00:00
thomascube
762a699dc7 Hard-wrap message headers according to RFC 2009-05-01 17:58:12 +00:00
alecpl
b20bca7df2 - Fix fatal error after last commit in rcube_imap (#1485825) 2009-04-28 19:30:03 +00:00
thomascube
5c2d6e3555 Fix adding labels from plugins 2009-04-26 17:02:13 +00:00
thomascube
1c932d58b5 Allow plugins to define their own tasks + add 'domain' parameter for rcube_template::button() 2009-04-26 16:33:22 +00:00
alecpl
d4d1a2505d - Fix attachment names encoding when charset isn't specified in attachment part (#1484969):
assume that the message charset or charset of the first part is better for attachment names
  than detected by roundcube
2009-04-25 18:38:59 +00:00
alecpl
76db10d65d - fix setting empty string in imap_root 2009-04-24 12:54:25 +00:00
alecpl
0ad27c3840 - Added log_date_format option (#1485709) 2009-04-23 18:12:42 +00:00
alecpl
ac9927c1ff - check identities_level when creating identities for new user 2009-04-22 06:43:03 +00:00
alecpl
bac3565695 - Fix read/write database recognition (#1485811) 2009-04-21 06:50:48 +00:00
thomascube
3db528bd5c Use compressed version of jQuery.js 2009-04-20 10:15:31 +00:00
alecpl
fa1a15c01e - #1485809: use local copy of jQuery lib (1.3.2) 2009-04-20 08:11:14 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
8b961eef04 - use extension_loaded() instead of get_loaded_extensions() 2009-04-14 08:03:39 +00:00
alecpl
f86e8f5faa - Support STARTTLS in IMAP connection (#1485284) 2009-04-14 07:35:12 +00:00
alecpl
942069969c - Support several e-mail addresses per user from virtuser_file (#1485678)
- return NULL from rcube_user::email2user if user not found (#1485801)
2009-04-10 09:26:56 +00:00
alecpl
7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
2009-03-30 18:04:18 +00:00
thomascube
c9a2fa9db0 Fix charset conversion error logging 2009-03-11 21:43:18 +00:00
till
c762c07ce9 * autoload is only invoked when a class is not found - no need for include_once 2009-03-09 21:40:01 +00:00
alecpl
abb7450380 - use US-ASCII as failover also for SORT command (when used for searching) 2009-03-06 20:58:32 +00:00
alecpl
ec74645d46 - Use US-ASCII as failover when Unicode searching fails (#1485762)
only US-ASCII is a must-have charset from IMAP's RFC
2009-03-06 20:52:21 +00:00
thomascube
11526305f5 Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests 2009-03-02 17:34:18 +00:00