Commit Graph

639 Commits

Author SHA1 Message Date
alecpl
dadefb80b3 - prevent duplicated inserts (#1485867) 2009-05-29 19:10:24 +00:00
alecpl
adc0bf01f5 - allow empty identity name (#1485863) 2009-05-29 07:45:40 +00:00
alecpl
a1fc8d2518 - removed unused and declared in PHP-5.3 quoted_printable_encode function (#1485879) 2009-05-28 06:19:45 +00:00
alecpl
bb5dd5916b - reverted accidentally removed code 2009-05-27 10:09:09 +00:00
alecpl
9b2ccdd9cb - don't unset button title on IE (#1485874) 2009-05-27 10:01:01 +00:00
thomascube
a25d3969a0 Re-enable the permalink command (allows one to choose right-click and open-in-new-tab) 2009-05-26 13:21:57 +00:00
thomascube
b4f7c665bb Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments 2009-05-26 12:28:04 +00:00
alecpl
8234b4c6bc - Support UID EXPUNGE: remove only moved/deleted messages 2009-05-26 08:50:10 +00:00
alecpl
1301e98110 - Support initial identity name from virtuser_query (#1484003) 2009-05-26 07:01:55 +00:00
alecpl
7dbe2fa6bf - get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins) 2009-05-25 09:22:59 +00:00
alecpl
49dfb0047a - Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
2009-05-23 14:17:07 +00:00
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