Commit Graph

367 Commits (33ca143ae599fff13b2584987cf0e098ca4da573)

Author SHA1 Message Date
alecpl 1a659d789f - Don't attempt to delete cache entries if enable_caching is FALSE (#1485051) 16 years ago
svncommit 4f9c833742 /tmp/out 16 years ago
thomascube 1854c4525b More code cleanup + oop-ization 16 years ago
alecpl a4e6ed10f6 - fixed setting pagetitle in ajax calls 16 years ago
alecpl c5cc386da4 - fixed searching broken in r1341 16 years ago
thomascube 4c6b662feb Simply use reset() to clear the state vars of rcube_html_page; reverted r1346 16 years ago
till 3510d7bf0a * implemented __set/__get 16 years ago
thomascube 197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 16 years ago
alecpl 257782150d - improved messages list performance - patch from Justin Heesemann 16 years ago
alecpl 3c30321617 - added 5th argument to rcmail_render_folder_tree_select() 16 years ago
alecpl ff6def42ca #1485016 16 years ago
alecpl e3902eba7f - movingmessage label could and should be added in mail task only 16 years ago
alecpl ae0c82b0e4 - Append skin_path to images location only when it starts with '/' sign (#1484859) 16 years ago
alecpl f92b2f43e3 - fix: s/rcube_error::raise/raise_error/ 16 years ago
svncommit f025740b07 fix for attrib strings with embedded quotes 16 years ago
svncommit 653242c663 Fix parse_attrib_string to handle unquoted attribute values 16 years ago
alecpl ea090ca09d - Fix non-RFC dates formatting (#1484901) 16 years ago
alecpl f94a801d03 - Fix typo in set_charset() (#1484991) 16 years ago
alecpl 47fab0a48e - don't send set_env() when env array is empty 16 years ago
thomascube 54d830fa44 Fix html quoting in textareas 16 years ago
alecpl a63e10ee7d - removed strrstr() definition as it was needed only for php4 16 years ago
thomascube b2d8b845de Don't use inexisting class name 16 years ago
alecpl 3f5cef8666 - reverted r1295
- disable caching for unseen messages to allow marking as read remarked messages
16 years ago
alecpl 875a482d3c - fix for buttons without commands (r1291) 16 years ago
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
16 years ago
thomascube 47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 16 years ago
alecpl eaa39477bd #1483863: empty trash and expunge inbox on logout 16 years ago
alecpl 7479cc6570 #1484980: fixed problem with month abbreviations localization (problem with May and maybe others) 16 years ago
alecpl 6f9876690a #1484624: do ob_start/ob_end_clean when reading config files 16 years ago
thomascube 36bb3e9575 Remove unnecessary code; unread counts are added client side 16 years ago
alecpl c5097c633b #1484681 16 years ago
thomascube a3e5b42e0d Remove evil css styles like expression() in HTML messages 16 years ago
till 369efc9ab7 * removing @ (ldap_bind() shouldn't issue a warning anyway, and if it does, it is logged) 17 years ago
till 736307aab4 * debugging bind (simplyfied if/else) 17 years ago
till 1b4d732341 * committed patch from #1484932 17 years ago
thomascube 780527b4c0 Don't execute SQL queries if caching is disabled 17 years ago
thomascube 0ce1a65149 Only emulate prepared queries in debug mode 17 years ago
till 8f4dcbdc42 * added escapeSimple() (#1484874) 17 years ago
thomascube 846dd743c8 Strip slashes from virtuser email values (#1484700) 17 years ago
thomascube 0c6f4b8864 Better patch to correctly quote email recipient strings (from #1484191) 17 years ago
thomascube b19536f2f3 Added charset alias for mb_convert (fixes #1484598) 17 years ago
thomascube 7250d6363c GB2312 alias is for iconv only (fixes #1484818) 17 years ago
thomascube 52f8caf770 Correctly quote email recipient string 17 years ago
thomascube 9e60d4b991 Applied patch to fix mime decoding an folder subscription (#1484191) 17 years ago
thomascube 17b5fb797f Add configurable default charset for message decoding 17 years ago
thomascube 9814721e8d Enable SQL logging (set 'sql_debug' config param to true); Switch to emulated prepare mode for better performance 17 years ago
thomascube aa98362240 Minor bug fixes and visual enhancements 17 years ago
thomascube 9b3e09f232 Fix bug in html select class introduced with r1155 17 years ago
thomascube 27564f1a22 Add IMAP test and some more options to installer script 17 years ago
thomascube 72c7226558 Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets 17 years ago
thomascube 1a7f99fb0d Make some code work without non-GPL libs 17 years ago
till 619cfb2df2 * introduced isset() because that is how you test if a var is set (which is why a NOTICE is a good idea to look at sometimes)
* fixed a bug - $smtp_conn was checked, but it's actually called $SMTP_CONN, now the connection is really being re-used
17 years ago
thomascube 103d6b697c Add (currently unused) function to delete all contacts + update changelog 17 years ago
thomascube ae8f192c90 Remove MDN headers before saving in sent folder + fix wrong variale name 17 years ago
till d4517648ad * fixing #1484792 (Thanks for the note!) 17 years ago
thomascube fed22fd232 Localize folder name in page title (#1484785) 17 years ago
till 8779cd097b * doublechecking the user id is set 17 years ago
till 547289c529 * cs in require_once 17 years ago
till 7eaf7ad543 * small cs fixes 17 years ago
till 3afd87bdda * more verbose error msg 17 years ago
till 734584e2fe * mime_content_type() is unavailable in PHP5 and breaks sending emails with attachments
* implemented rc_mime_content_type() with file_info-failover
* added svn:ignore for phpinfo.php ;-)
17 years ago
till 2912dbd2c2 * implemented feature from #1484476 17 years ago
thomascube ddc34f98d5 Also do charset decoding as suggested in RFC 2231 (fix #1484321) 17 years ago
thomascube 6f9926357c Fix send_modified_header() function 17 years ago
thomascube 7f9ea15463 Add UI elements to mark the selected messages read/unread 17 years ago
till e3a0af34d5 * fixing #1484494 (people can delete the last identity otherwise)
* FOR TRANSLATERS: introducing new message
17 years ago
thomascube 38b012e072 Added some charset aliases to fix typical mis-labelling (#1484565) 17 years ago
thomascube 5bc0ab10fc Distinguish ssl and tls for imap connections (#1484667) 17 years ago
thomascube 6f2f2d0ffd Truncate attachment filenames to 55 characters (#1484757) and fix misspelled function name 17 years ago
till 7e344087de * committing patch from #1484593 (re-open if this breaks anything) 17 years ago
thomascube 58dd6ef88e Little fix for an unused feature :-) 17 years ago
thomascube cf1f0f97b2 Applied patch for updating page title (#1484727, #1484650) 17 years ago
thomascube cb3badb7d8 Respect config when localize folder names 17 years ago
till 306175855a * cs 17 years ago
thomascube adc3e41f6e Always update $CONFIG with user prefs (#1484729) 17 years ago
thomascube df0da2e059 Simplified fix for remembering searches when viewing message + Don't ask for MDN confirmations on drafted messages (#1484691) 17 years ago
till fa0152c21a * fixed #1484738 17 years ago
till 3f8d85e8de * included error code in error message
* returned directly from the SMTP on authentication error
   * useful for debugging SMTP errors
17 years ago
thomascube fba1f5ab81 New class rcube_user + send message disposition notification 17 years ago
thomascube ed54070eb5 Track message disposition notification flag and headers 17 years ago
thomascube 1107480192 Only show new messages if they match the current search (#1484176) 17 years ago
thomascube d5342aabcf More input sanitizing 17 years ago
thomascube c579961899 Fixed some potential security risks + updatedd changelog 17 years ago
thomascube c007e6ae39 Fix bug with case-sensitive folder names (#1484245) 17 years ago
thomascube b2ff3d4461 Don't create default folders by default 17 years ago
thomascube 3b7a5fbaa4 Correctly set session cookie lifetime if not 0 17 years ago
thomascube 1fb2c8e64b Cast to array because this could be empty; update requirements description 17 years ago
svncommit fe89f82e2e Add escapeSimple method to rcube_db() object, to be used instead of quote() which will not allways work in virtuser query, for example when using something like REGEXP '(^|,)%u(,|$)' 17 years ago
thomascube 017def2b68 Optimize caching and avoid unnecessary IMAP requests 17 years ago
thomascube a9cc52b163 Correctly decode attachments when downloading them (fixes #1484645) 17 years ago
thomascube e4867ea740 Fix bugs #1484555, #1484646 and #1484639 17 years ago
thomascube 0393dacedf Add support for Korean charset (KS_C_5601) 17 years ago
thomascube 57456485c4 Only change subscriptions when renaming succeeds; also quote slashes 17 years ago
thomascube fc67251839 Show appropriate warning on connection error 17 years ago
thomascube ecd2e79614 Make message listing less error prone 17 years ago
svncommit 97a6566438 When a parent folder is deleted, delete the children immediately, instead of one-by-one as r833 did. 17 years ago
svncommit 092bc0bca5 Re-subscribe folders after renaming parent folder. 17 years ago
thomascube 352aefed85 Log error when login fails due to auto_create_user turned off 17 years ago
thomascube 9490b7b7f2 Use object method to get imap hierarchy delimiter 17 years ago
svncommit 5349b78ad4 Update copyright notice 17 years ago