Commit Graph

333 Commits

Author SHA1 Message Date
till
3bfab3b99c fix to #1485083 2008-05-26 10:11:19 +00:00
thomascube
a057930096 Fix automatic creation of (prefixed) folders 2008-05-20 08:29:51 +00:00
thomascube
26539d5f99 Made encrypt_passwd method public as requested in #1485071 2008-05-18 10:23:59 +00:00
thomascube
8fa58e72a3 New class rcube_message representing a mail message; changed global $MESSAGE from array to object 2008-05-17 17:46:43 +00:00
thomascube
b026c3be85 Make IMAP auth type configurable (#1483825) 2008-05-15 21:21:35 +00:00
thomascube
405aba8323 Allow tabindex attribute in textareas 2008-05-15 20:37:00 +00:00
thomascube
033478df29 Link global config array with class props (to be removed) 2008-05-15 20:05:20 +00:00
thomascube
3978ab3928 Make sure we have a valid integer even if date is empty (#1485055) 2008-05-15 11:15:58 +00:00
alecpl
f2b323e82e - fix #1485066 2008-05-15 06:40:47 +00:00
alecpl
fc23121982 -added check for caching_enabled (#1485051) 2008-05-12 19:19:41 +00:00
alecpl
54dd42c318 - fixed problem with postgresql sequences (after MDB2 drivers update) 2008-05-12 13:23:12 +00:00
alecpl
9d9f8dc834 - fix: fallback labels/messages ignored from en_US localisation files after r1360 (#1485057) 2008-05-10 14:28:45 +00:00
thomascube
2ca388d0d7 Call load_host_config() and add reference to Howto_Config (#1485040) 2008-05-09 12:26:45 +00:00
alecpl
3998350520 - Fixed (?) r1366 change (#1485050) 2008-05-09 06:53:48 +00:00
alecpl
583850d00c - Corrected message headers decoding when charset isn't specified and improved
support for native languages (#1485050, #1485048)
2008-05-08 09:07:04 +00:00
alecpl
f1b75374b2 - Optimized messages sorting on servers without sort capability (#1485049) 2008-05-08 07:38:36 +00:00
alecpl
1a659d789f - Don't attempt to delete cache entries if enable_caching is FALSE (#1485051) 2008-05-08 06:59:48 +00:00
svncommit
4f9c833742 /tmp/out 2008-05-07 22:16:00 +00:00
thomascube
1854c4525b More code cleanup + oop-ization 2008-05-07 09:38:44 +00:00
alecpl
a4e6ed10f6 - fixed setting pagetitle in ajax calls 2008-05-05 18:21:25 +00:00
alecpl
c5cc386da4 - fixed searching broken in r1341 2008-05-02 08:51:15 +00:00
thomascube
4c6b662feb Simply use reset() to clear the state vars of rcube_html_page; reverted r1346 2008-04-30 14:07:29 +00:00
till
3510d7bf0a * implemented __set/__get 2008-04-30 13:24:45 +00:00
thomascube
197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 2008-04-30 08:21:42 +00:00
alecpl
257782150d - improved messages list performance - patch from Justin Heesemann 2008-04-29 06:44:57 +00:00
alecpl
3c30321617 - added 5th argument to rcmail_render_folder_tree_select() 2008-04-28 13:24:30 +00:00
alecpl
ff6def42ca #1485016 2008-04-28 07:24:21 +00:00
alecpl
e3902eba7f - movingmessage label could and should be added in mail task only 2008-04-25 07:16:56 +00:00
alecpl
ae0c82b0e4 - Append skin_path to images location only when it starts with '/' sign (#1484859) 2008-04-23 19:33:59 +00:00
alecpl
f92b2f43e3 - fix: s/rcube_error::raise/raise_error/ 2008-04-23 18:29:54 +00:00
svncommit
f025740b07 fix for attrib strings with embedded quotes 2008-04-22 00:18:27 +00:00
svncommit
653242c663 Fix parse_attrib_string to handle unquoted attribute values 2008-04-20 22:49:15 +00:00
alecpl
ea090ca09d - Fix non-RFC dates formatting (#1484901) 2008-04-17 20:05:58 +00:00
alecpl
f94a801d03 - Fix typo in set_charset() (#1484991) 2008-04-16 06:17:32 +00:00
alecpl
47fab0a48e - don't send set_env() when env array is empty 2008-04-15 07:34:28 +00:00
thomascube
54d830fa44 Fix html quoting in textareas 2008-04-14 13:06:28 +00:00
alecpl
a63e10ee7d - removed strrstr() definition as it was needed only for php4 2008-04-14 10:11:50 +00:00
thomascube
b2d8b845de Don't use inexisting class name 2008-04-14 06:58:25 +00:00
alecpl
3f5cef8666 - reverted r1295
- disable caching for unseen messages to allow marking as read remarked messages
2008-04-13 09:15:39 +00:00
alecpl
875a482d3c - fix for buttons without commands (r1291) 2008-04-13 07:35:58 +00:00
alecpl
3d35312cc4 - Fixed and optimized 'read_when_deleted': mark as read on server side
in one action when marking as deleted, fixed js bugs when deleting
  from message preview page
2008-04-12 17:37:22 +00:00
thomascube
47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 2008-04-12 13:54:45 +00:00
alecpl
eaa39477bd #1483863: empty trash and expunge inbox on logout 2008-04-11 13:34:19 +00:00
alecpl
7479cc6570 #1484980: fixed problem with month abbreviations localization (problem with May and maybe others) 2008-04-10 11:44:01 +00:00
alecpl
6f9876690a #1484624: do ob_start/ob_end_clean when reading config files 2008-04-09 09:03:37 +00:00
thomascube
36bb3e9575 Remove unnecessary code; unread counts are added client side 2008-04-04 16:29:33 +00:00
alecpl
c5097c633b #1484681 2008-04-02 17:27:35 +00:00
thomascube
a3e5b42e0d Remove evil css styles like expression() in HTML messages 2008-04-02 12:08:12 +00:00
till
369efc9ab7 * removing @ (ldap_bind() shouldn't issue a warning anyway, and if it does, it is logged) 2008-04-01 08:14:50 +00:00
till
736307aab4 * debugging bind (simplyfied if/else) 2008-04-01 08:11:13 +00:00