Commit Graph

2296 Commits (3f985c35d1dd6c7d88e8cfd5d522721050ba767f)

Author SHA1 Message Date
alecpl 682819f15e - Fix imap_cache setting to values other than 'db' (#1488060) 15 years ago
alecpl 8757f5b57d - Fix handling of attachments inside message/rfc822 parts (#1488026) 15 years ago
alecpl 95192c6d0f - Make 5th argument of rcmail_deliver_message() optional 15 years ago
alecpl 9a835c7f7c - Fix is_a() usage for PHP>5.3.6 15 years ago
thomascube 20ed3794f6 Don't attempt to list (and cache) folders if not connected 15 years ago
alecpl a98ee35134 - Microoptimization: use substr_replace() for injecting a string into string 15 years ago
thomascube da71783bc9 Move timezone computation to rcube_config; don't override SESSION['timezone'] when saving prefs 15 years ago
thomascube 1a716d2d34 Add copyright line on files with significant changes from Kolab Systems 15 years ago
thomascube c63e571f02 Fix group members listing for ldap directories 15 years ago
thomascube 9d5d7a86f8 Log session_id with logins 15 years ago
alecpl 0c7fe2fd97 - Added unique connection identifier to IMAP debug messages 15 years ago
alecpl 7a2bade211 - Added 'priority' column on messages list 15 years ago
alecpl 9e443d1529 - Don't add console to error pages, prevents js error 15 years ago
alecpl 2ce8e5dd94 - Use internal cache for mailbox_info() result 15 years ago
thomascube fbe54043cf Fix folders drop-down list: descend into root folder (e.g. INBOX) even if part of the exception list 15 years ago
alecpl 189a0ae4dc - Unsubscribe from non-existing folders always (on listing), not only in Settings/Folders UI 15 years ago
thomascube 94ce75255d Correctly quote group filter 15 years ago
alecpl 5c9d1ffe8e - Add option to hide selected LDAP addressbook on the list 15 years ago
alecpl fe0cb657f1 - Add client-side checking of uploaded files size 15 years ago
thomascube 782d8593bd More unique error codes 15 years ago
thomascube c878069118 Pass attributes as vars to label 15 years ago
alecpl 59ab0c3bcd - Fix infinite recurrence when saving user preferences stored in session 15 years ago
alecpl f4c3649671 - Revert r5046, the change will be applied to devel-mcache branch, where it belongs for now 15 years ago
alecpl 755189648d - Add debug for operations on groups 15 years ago
alecpl a170304013 - Remove double semicolon 15 years ago
thomascube 0f1faec392 Fix saving and deleting LDAP contacts; skip client-side input validation for contacts, this is done server-side 15 years ago
alecpl 077cfdac2d - Added IMAP ENABLE (RFC5161) support
- Removed deprecated @access comments
15 years ago
alecpl 8dd172a5b0 - Fix XSS vulnerability in UI messages (#1488030) 15 years ago
alecpl 2185899721 - Fix handling of email addresses with quoted local part (#1487939) 15 years ago
alecpl 6d0ada30d7 - Fix handling of email addresses with quoted local part (#1487939) 15 years ago
alecpl 159763861e - Display current user name in page title if devel_mode=true 15 years ago
alecpl 359e19a19d - Fix EOL character in vCard exports (#1487873) 15 years ago
alecpl feaf7b5ec6 - Remove temp debug code 15 years ago
alecpl 4d4a2fa32e - Added possibility to extend rcube_vcard's fieldmap
- Skip empty values in vCard export
15 years ago
alecpl 7f7ed2d9df - Fix get_address_book() to call get_address_sources() internally when looking for default source 15 years ago
alecpl 46285d4b56 - Support department field as X-DEPARTMENT 15 years ago
alecpl f5e5702aa2 - Remove function duplicate (from last commit) 15 years ago
alecpl 363514e30b - Move rcmail_localize_folderpath() to main.inc 15 years ago
alecpl 1cd36267a1 - Improved detection of folder rename possibility and its handling 15 years ago
thomascube fcc7f861b1 Log session validation errors; keep error message when redirecting to login after session error 15 years ago
alecpl 4d784be2b9 - Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories on any level of the structure 15 years ago
alecpl f03d89e493 - Fix 'sql' identifier for addressbook handling (#1488013) 15 years ago
alecpl f1574a5da2 - Performance fix: don't create addressbook object to close() it if it wasn't created before, skipping unneeded LDAP connection 15 years ago
alecpl 733ed0a20a - Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, fixes #1488007 15 years ago
alecpl 341d9661c7 - Delay imap cache initialization, fixes problem with cache cleanup on login (where user ID wasn't set on init time) 15 years ago
thomascube d917785e70 Move mail sending functions from mail task to core for general usage 15 years ago
alecpl 5ed119e534 - Don't use default source if source id is specified in get_address_source() 15 years ago
alecpl dcf8112ada - Fix IE9 detection (#1488008) 15 years ago
alecpl 909a3acb83 - Move console object initialization code into one place 15 years ago
alecpl 71e8cc3bce - Fixed display name on contact lists 15 years ago
alecpl 0213f8d4dd - Added optional "multithreading" autocomplete feature 15 years ago
alecpl 1837173634 - Plugin API: Added 'config_get' hook 15 years ago
alecpl f52c4f441f - Simplify undo message, add dots at the end of messages 15 years ago
alecpl d8aff9a651 - Round upload progress percentage value 15 years ago
thomascube 03eb13f11c Small improvements and codestyle 15 years ago
thomascube 4d9f620292 Filter LDAP groups by search query 15 years ago
thomascube ce4e0ece1f Fix ldap group members listing 15 years ago
thomascube 609c5e9da9 Session object can be null if db/memcache is not available 15 years ago
alecpl 580adc8263 - Add add_shutdown_function() method. Make possible to call user function before destoying all objects (e.g. session) 15 years ago
alecpl 63fda8af57 - Make Undo action optional by setting undo_timeout=0 15 years ago
alecpl 7f5a849e78 - Added possibility to undo last contact delete operation 15 years ago
alecpl 632528ff42 - Fix infinite loop in tokenizeResponse() when server returns atoms with forbidden characters 15 years ago
alecpl 9220169bf1 - Fix handling of other users namespace roots 15 years ago
alecpl 9d195d6e82 - Added lost argument in delete_record() method 15 years ago
alecpl b1057a2781 - Remove debug code 15 years ago
alecpl 8bce655246 - Fix lack of Cc and Reply-To headers on messages list, add them to default headers list (#1487989) 15 years ago
alecpl 4171c59bd7 - Add optional textual upload progress indicator (#1486039) 15 years ago
alecpl 77406bb731 - Fix url() so zero-values are not skipped (#1487979) 15 years ago
alecpl 0891b1d2ec - Fix handling of untagged responses in LIST/LSUB response parser 15 years ago
alecpl 96e24fab88 - Fix parsing URLs containing commas (#1487970) 15 years ago
alecpl 68070e448c - Fix PHP warning in mailbox_info(),
- Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server)
15 years ago
alecpl 5bfa4445d5 - Read _unlock from POST too 15 years ago
alecpl 25e6a0f110 - Add rcube_imap::mailbox_info() 15 years ago
alecpl 715a1b143c - Make local_skin_path() to be a public method 15 years ago
thomascube 6af7e0d63d Use numSubOrdindates inconjuction with VLV to count total 15 years ago
alecpl 24201dc1f4 - Fix set_row_attribs() for backward compat. 15 years ago
alecpl 3ddca3b945 - Don't log errors when charset conversion fails 15 years ago
alecpl cc90ed1f84 - Add addressbook name in contact info frame (#1487958) 15 years ago
alecpl 3f3ec14ed0 - Force allowed attributes on table rows 15 years ago
alecpl feac485000 - Added html_table::get_row_attribs(), extended html_table::set_row_attribs() 15 years ago
thomascube fd89754818 Allow to specify multiple sort columns as array (currently only used for VLV) 15 years ago
thomascube 6f3fa964c6 Use dechex() instead of sprintf() for base conversion 15 years ago
thomascube 79569231db Show more debug output 15 years ago
alecpl 64867411b1 - Support array in 2nd argument of search() when searching by primary key, as in rcube_contacts class 15 years ago
thomascube c1db483cd5 Only select dn for count queries 15 years ago
thomascube 69ea3a3429 Implement LDAPv3 Virtual List View (VLV) for paged results listing 15 years ago
alecpl 62e2254e3f - Fix regexp matching field names 15 years ago
alecpl 5148d388ea - Small fix for advanced searching 15 years ago
alecpl 02695eff93 - typo 15 years ago
alecpl b896b18f87 - Call addressbook_get hook only if build-in addressbook doesn't match wanted ID (for better performance), other improvements 15 years ago
alecpl a5be870d6c - Performance improvement, fix case-sensitivness in advanced search 15 years ago
alecpl e9a9f2f6c5 - Added addressbook advanced search 15 years ago
alecpl d654e80084 - Fix identities "reply-to" and "bcc" fields have a bogus value when left empty (#1487943) 15 years ago
alecpl fde361eb58 - Replace preg_match() with faster strpos() 15 years ago
alecpl 4fb6a28be2 - Fix doubled encoding in save-pref request (#1487941), small code improvements 15 years ago
thomascube 4dcd437ade Add collected text labels in one single function call 15 years ago
alecpl 3cacf941fa - Add popup with basic fields selection for addressbook search 15 years ago
thomascube 09c59abf85 Case-insensitive matching in autocompletion (#1487933); replace old string offset syntax 15 years ago
alecpl 644e3ad912 - Fix setting language for spellchecker on spellcheck_before_send 15 years ago
alecpl b4edf78e4b - Provided rcube_spellchecker class, simplified code in utils task (less spell* files) 15 years ago
alecpl 516467080b - Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields (#1487864) 15 years ago
alecpl f5a55bf173 - Make debug handler to be a method of rcube_mdb2 15 years ago
thomascube e7b6e907c5 Add support for X-AB-EDIT field upon user request 15 years ago
alecpl c9f4e9bc65 - Add read/write methods for immediate operations on cache backend (no affect in-memory cache)
- Add possibility to disable data serialization in cache
15 years ago
alecpl 40a1860174 - Store user preferences in session when write-master is not available and session is stored in memcache, write them later 15 years ago
alecpl 7ad8e2c318 - Add TTL parameter to rcube_cache class (and rcmail::get_cache method) 15 years ago
alecpl bc8c2c5788 - Fix s/pattern/prefix/ in clear_cache() 15 years ago
alecpl b9e42ecb46 - Use index record for memcache/apc engine, don't load the whole cache into memory 15 years ago
thomascube 10ea10a317 Catch write-errors on database (yet untested) 15 years ago
alecpl ccc059fd70 - Re-designed cache, fixes memcache/apc issues 15 years ago
alecpl 3253b296c2 - Clear properly mailboxes cache on folder subscription change 15 years ago
alecpl 7786ba1adb - Fix error when rcube_cache::remove() was used in pattern mode 15 years ago
alecpl d2a64865a7 - Fix func_get_args() usage for PHP<5.3 (#1487928) 15 years ago
thomascube 000fe38c71 Flip field type aliases (#1487910) 15 years ago
alecpl 8edb3d9405 - Add APC support in rcube_cache 15 years ago
alecpl b5f836e4af - Make memcached cache not system-wide 15 years ago
alecpl 5cf5ee66c1 - Added general rcube_cache class with memcache support
- Improved caching performance by skipping writes of unchanged data                                                                       
- Option enable_caching replaced by imap_cache and messages_cache options
15 years ago
thomascube 76d4019a35 Get memcache object from rcmail instance 15 years ago
thomascube 4e3ec4eca8 Fix vcard value decoding; add setter for individual vcard fields 15 years ago
alecpl 392589ef38 - Clear mailboxes.* cache when new mailbox is created 15 years ago
alecpl 1f385b8a3d - Make update_cahce() method to be publicly available 15 years ago
thomascube 0ec7fe4efc Fix sort order when contact name is empty 15 years ago
thomascube 6b19999841 Correctly handle empty contact names when importing 15 years ago
thomascube 445a4ca04d Fix empty name in search results and error when creating a new contact 15 years ago
alecpl 8e99ffbcac - Use less included files in mail and message templates for better performance
- Add access to template name in template expressions
15 years ago
alecpl a208a4fa68 - Add forward-as-attachment feature 15 years ago
alecpl 79275b4df5 - jQuery-1.6.1 (#1487913, #1487144) 15 years ago
thomascube e848180aaa Improve display name composition when saving contacts (#1487143), with plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export 15 years ago
thomascube ff4ffc6d54 Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::unixtimestamp() 15 years ago
thomascube fd540bad79 Rely on mysql server timezone not on PHP 15 years ago
alecpl c739c71351 - Extend parse() method so it can be used to parse templates without printing to stdout 15 years ago
alecpl ac3ad69e94 - Fix possible ambiguity in folders caching (when list_mailboxes() was called the same result was returned, no matter what was the 1st and 2nd argument) 15 years ago
alecpl b5fb21e767 - Improved string literals handling 15 years ago
alecpl e22740508c - Fixed ANNOTATEMORE support 15 years ago
alecpl 0deec44e7d - Fixed handling of folder with name "0" in folder selector 15 years ago
alecpl 091b0284c8 - Use dot as a separator in cache key name (for consistency) 15 years ago
alecpl 94bdcce081 - Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type) 15 years ago
alecpl d08333ea57 - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
15 years ago
alecpl 56651c15c8 - Stop execution when LDAP addressbook is configured but PHP's ldap functions doesn't exists 15 years ago
alecpl 7fc056c3ff - Enable multiselection for attachments uploading in capable browsers (#1485969) 15 years ago
thomascube 125894d35d Fix expression 15 years ago
vbenincasa 2a380018f9 - Now the %s variable (used in default_host) works with IDN and with Master users from dovecot too (like user@domain.com*master)
- rcube_parse_host() now returns false if %s is used and an invalid email is provided (to work better when a prefix is used in default_host like 'mail.%s')
15 years ago
thomascube 638e3459d6 Don't attempt to read session data again if the initial read didn't return a result 15 years ago
alecpl c08b18c4b9 - Fix relative URLs handling according to a <base> in HTML (#1487889) 15 years ago
vbenincasa b04c51fafb - Added the %s variable in 'default_host' and 'smtp_server' option (%s variable is the domain name after the '@' from e-mail address provided at login screen). The %s just returns a value if the provided e-mail is valid to avoid unnecessary lookups and reduce the possibility of connections to undesirable hosts.
- Small fix to the code comment of rcube_parse_host()
15 years ago
thomascube 60a277f1ce Fix callback reference after rename 15 years ago
alecpl e54f4b25e2 - Remove special handling of rcube_ classes in autoloader, it breaks loading of rcube_ classes from plugins 15 years ago
alecpl 5c1dfb0b11 - Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883) 15 years ago
alecpl 68f39efb04 - Fix fatal error from last commit (#1487884), rename rcube_gc() to gc() 15 years ago
thomascube 63e9927d5f Add support for session storage using memcache 15 years ago
alecpl 926948e77f - Use shortest include path for better performance 15 years ago
thomascube 0761e2b1f7 Remove unnecessary code (thanks Alec) 15 years ago
thomascube 73d6b2a6b0 Fix return value of affected_rows() 15 years ago
thomascube 80809d6a9d Don't show saving error if no data changed 15 years ago
alecpl 5c2f064882 - Fix ID command arguments (must be of type nstring) 15 years ago
alecpl 1463a5ac24 - Fix ID command response handling 15 years ago
alecpl 99fc468d40 - Fix quoting special characters, small optimizations 15 years ago
alecpl 8c263ee5e0 - Set proper readonly state of default address book according to real readonly variable value (#1487878) 15 years ago
alecpl 4351f7cd66 - Improve performance by including files with absolute path (#1487849) 15 years ago
thomascube 49dac95d7d Don't add env variable when template is empty (e.g. on error page) 15 years ago
thomascube 7342bb8b7a Check for DB connection state instead of handle (handle could be an error object) 15 years ago
thomascube bbb1427caa Gracefully shrug on database errors 15 years ago
alecpl 462de2d202 - PEAR::Net_SMTP 1.5.2, fixed timeout issue (#1487843) 15 years ago
thomascube d476d3a3a4 Fixed LDAP patch 15 years ago
thomascube ef27a6a723 Add hook for request token creation (upon user request) 15 years ago
thomascube d1e08fc905 Replace LDAP vars in group queries (#1487837) 15 years ago
thomascube 58510fc58f Use CRLF + 1 space for folding 15 years ago
thomascube 569f8306db Fix vcard folding at 75 chars; don't fold vcards for internal storage 15 years ago
alecpl 5c4c06665c - Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868) 15 years ago
alecpl ae1db2239e - mbstring internal encoding is set in iniset.php 15 years ago
thomascube bf80b5a237 Fix vcard folding with uncode characters (#1487868) 15 years ago
alecpl 34d72878db - Use mbstring's strtolower() for Unicode characters in normalize_string() 15 years ago
thomascube e5e1eb0195 Convert normalized latin-1 string back to utf8 15 years ago
thomascube 12dac4911b Handle unicode strings when normalizing for search (#1487866) 15 years ago
alecpl ca18a90b1a - Fix bug where template name without plugin prefix was used in render_page hook (the same fix for deprecated_templates) 15 years ago
alecpl 23b49558cd - Fix handling of debug_level=4 in ajax requests (#1487831) 15 years ago
alecpl 1036f81edf - Fix so 1024 bytes is displayed as 1KB, the same for MB and GB 15 years ago
alecpl ff10f5e50e - Support 'off' as bolean false 15 years ago
alecpl dd0ae6297b - Improve space-stuffing handling in format=flowed messages (#1487861) 15 years ago
alecpl 6491fbdbae - Fixed bug where some dates would produce SQL error in MySQL (#1487856) 15 years ago
alecpl 0ea94769ee - Added workaround for some IMAP server with broken STATUS response (#1487859) 15 years ago
alecpl 8abc17611f - Fix bug where default_charset was not used for text messages (#1487836) 15 years ago
alecpl f66f5f02e3 - Removed dependency on rcube_* functions, small improvements 15 years ago
thomascube c9f2c47027 Fix request token generation if no cookies set 15 years ago
alecpl c09e3287c1 - Remove unused rcube_mail_header class variables 15 years ago
thomascube ec045b0a24 Revert r4609 and use stateless request tokens; no need to save them in session and thus no keep-alive necessary; fixes #1487829 15 years ago
alecpl a8d7c659f1 - Fixed IE/FF detection (#1487838) 15 years ago
thomascube 4591de7018 Prepare for multiple concurrent compose windows 15 years ago
alecpl 3e39818221 - Add code for prevention from IMAP connection hangs when server closes socket unexpectedly 15 years ago
alecpl c294eaa3f2 - Performance improvement: Remove redundant DELETE query (for old session deletion) on login 15 years ago
thomascube fb061aaece Use PHPs session_regenerte_id() instead of using (unreliable) mt_rand() function (#1486281) 15 years ago
alecpl 6f6efa20d7 - Add html_table::remove_body() function 15 years ago
alecpl 6a4bccb796 - Fix some emails are not shown using Cyrus IMAP (#1487820) 15 years ago
alecpl 8df56e618a - Fix handling of mime-encoded words with non-integral number of octets in a word (#1487801) 15 years ago
thomascube 79cd6cefd5 Simplify code 15 years ago
thomascube 044d6647e0 Make it easier to add code to $(document).ready() 15 years ago
thomascube 15e9441263 Fix LDAP group identifiers 15 years ago
thomascube ae39c47c3a New config option for custom logo; allow skins to define/override texts 15 years ago
thomascube 715c7961ba Don't do exact matches when searching for existing email records 15 years ago
alecpl bbce3edd61 - Add simple ACL rights/namespace handling in folder manager (display folder's namespace, modify edit form fields according to MYRIGHTS) 15 years ago
thomascube 0fbadebe13 Improve vcard import: map more fields, support photo urls, better UTF-16 charset detection 15 years ago
thomascube e6bb836e05 Create interactive update script with improved DB schema check; udated installer with new features and styles 15 years ago
alecpl 041f66e074 - jQuery 1.5.1 15 years ago
alecpl f572575652 - Fix typo in html_editor hook name (#1487796) 15 years ago
thomascube 798764c2bb Add plugin hook before the final HTML content of a page is sent 15 years ago
alecpl 4d982d38a8 - Add LDAP SASL bind and proxy authentication (#1486692) 15 years ago
alecpl 261ea440dd - Use addcslashes() instead of strtr() for string quoting 15 years ago
alecpl c5dedd79ca - Add variable for 'Today' label in date_today option (#1486120) 15 years ago
thomascube 360bd3ea74 Allow group identifiers to be changed upon renaming (used in LDAP) 15 years ago
alecpl bfb7d6e681 - Fix dont_override setting does not override existing user preferences (#1487664) 15 years ago
alecpl dd07e79537 - Close IMAP connection after SMTP, per discussion in (#1485975) 15 years ago
alecpl ab0b51a1fe - Use only one from IMAP authentication methods to prevent login delays (1487784) 15 years ago
thomascube 3e2637351d Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\! 15 years ago
thomascube a1bbc2cb16 Fix for alias query which was broken in last commit 15 years ago
thomascube 7fb11ef6a9 Move BINARY modifier to make MYSQL use index again 15 years ago
alecpl de3dde7f2c - Support strftime format in date_today option 15 years ago
alecpl b389252f2b - Fix handling of attachments with invalid content type (#1487767) 15 years ago
alecpl 075ee62a77 - Add workaround for DBMail's bug http://www.dbmail.org/mantis/view.php?id=881 (#1487766) 15 years ago
thomascube a97937aceb Codestyle and formatting; don't attempt to save empty array values 15 years ago
alecpl 890eae6758 - Use IMAP's ID extension (RFC2971) to print more info into debug log 15 years ago
thomascube ce988a0778 Always generate valid DOM identifiers using html_identifier() write original identifier string to rel attribute where possible 15 years ago
thomascube a77cf2292b Add optional referer check to prevent CSRF in GET requests 15 years ago
thomascube 07b95dc49b Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message() 15 years ago
alecpl 89d19c4e61 - Small code improvements related to r4487 15 years ago
thomascube 784a425e07 protect login form submission from CSRF using a request token 15 years ago
alecpl 02b6e614ca - Fix handling of non-image attachments in multipart/related messages (#1487750) 15 years ago
alecpl 62481f34e6 - Convert Content-type to lowercase, fixes lack of attachment icon for some messages (#1487750) 15 years ago
alecpl e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 15 years ago
thomascube 88ca38a356 Keep rcube_session->lifetime and keep_alive in sync 15 years ago
alecpl b2442d93ef - Fix parsing FETCH response for very long headers (#1487753) 15 years ago
thomascube d755eade08 Check mime headers before attempt to parse them (#1487745); broken since r4421 15 years ago
thomascube 6039aae387 Add groups support for LDAP address books, contributed by Andreas Dick 15 years ago
thomascube cf2da2f9aa Improve session validity check with changing auth cookies; reduce writes to DB; better phpdoc 15 years ago
thomascube 79e634040d Don't block CSS styles having important keywords 15 years ago
thomascube 06670e4efa Define required publich member 15 years ago
thomascube 03d772e80d Also wrap unread count in span on server side (#1487720) 15 years ago
thomascube e9aa8c6d30 Improve parsing of vCards exported by MS Outlook (#1487716) 15 years ago
thomascube 31278471d3 Use improved strtotime() function + reduce duplicated code 15 years ago
alecpl 6c68cbde37 - Fix handling of comments inside an email address spec. (#1487673) 15 years ago
alecpl 8ec1b91bb9 - Uncomment code (commented out for testing?) + cleanup whitespaces 15 years ago
thomascube 0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 15 years ago
alecpl 824144214f - Workaround for setting charset in case of malformed bodystructure response (#1487700) 15 years ago
alecpl a76cbddfc9 - Fix %h/%z variables in username_domain option (#1487701) 15 years ago
alecpl 68d2d54100 - Move action files map from index.php to steps' func.inc files 15 years ago
alecpl d8d467c6c7 - Fix typos in encoding names (#1487680) 15 years ago
alecpl ba3377fb4a - include css files before scripts for speedup (with parallel downloads) + some code cleanups 15 years ago
thomascube e224b002c0 Missed some replacements in previous commit... 15 years ago
thomascube f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 15 years ago
alecpl 84581e9de7 - Remove some empty lines from output of template conditions 15 years ago
thomascube a1013c0372 Exclude punctuation from URLs within text; only link accepted url schemes 15 years ago
alecpl 0ff554d165 - Fix handling square brackets in links (#1487672) 15 years ago
alecpl 808d1617ef - Fix fallback to LOGIN auth (broken in r4389) 15 years ago
thomascube c3be8ed64c Make sure an existing session is killed/replaced when submitting login form 15 years ago
thomascube 965ed0ca7f Silently ignore unknown classes in rcube_autoload (#1487109) 15 years ago
thomascube 6bdb6102c0 Do charset detection in vcards with encoded values (#1485542) 15 years ago
alecpl 600bb156f7 - Use improved get_capability() syntax, saves CAPABILITY call in some cases 15 years ago
alecpl eabd44876c - Extend getCapability() to return caps values or true/false 15 years ago
alecpl aff04d6fc4 - Fix errors in getACL() and myRights() 15 years ago
alecpl a36e1ef967 - Fix handling of INBOX when personal namespace prefix is non-empty (#1487657) 15 years ago
alecpl f7221df5c5 - Fix for ANNOTATEMORE drafts below 08 version (use quoted parameters) 15 years ago
alecpl 814bafcc5a - Add handling of multifolder METADATA/ANNOTATION responses 15 years ago
alecpl 1c7b94b52e - Fix namespaces handling (#1487649) 15 years ago
alecpl 7f1da4818e - Add debug handler support in rcube_imap_generic 15 years ago
alecpl 7c9850da45 - Improve handling of whitespace characters after closing PHP tag in localization and config files 15 years ago
alecpl ab1bea4843 - Fix handling (skipping) of unilateral untagged server responses (in THREAD/SORT/SEARCH commands) 15 years ago
alecpl 02491a9789 - Make possible to overwrite server's namespaces with imap_ns_* options 15 years ago
alecpl 9840ab69e4 - Fix charset conversion for text attachments without charset specification (#1487634) 15 years ago
alecpl 1013bad3a2 - Allow setting _user and _host via GET parameters on login screen (#1486993) 15 years ago
alecpl a06535e20d - Improved emoticons text representations 15 years ago
alecpl c2c820cbf4 - CS fixes 15 years ago
alecpl ad399a95dd - Add username and IP address to log message on unsuccessful login (#1487626) 15 years ago
alecpl 4064452816 - Fix handling of untagged responses for AUTHENTICATE command (#1487450) 15 years ago
alecpl 90f81a6c8d - Better support for READ-ONLY and NOPERM responses handling (#1487083)
- Add confirmation message on purge/expunge commands response
- Fix CLOSE was called on unselected mailbox
15 years ago
alecpl dd83549dda - Fix closeConnection() call in rcube_imap::reconnect() 15 years ago
alecpl d7e83d34dd - Get rid of IMAP connection message tracing 15 years ago
alecpl 0e11940a65 - Improve performance of folder rename and delete actions. Don't get list of all folders when we need only children of the specified folder. 15 years ago
alecpl 7472893512 - Fix plaintext versions of HTML messages don't contain placeholders for emotions (#1485206) 15 years ago
alecpl 9e81b55616 - Removed temp debug code 15 years ago
alecpl e232acbfde - Improve performance of moving or copying of all messages in a folder (use CLOSE intead of EXPUNGE)
- Code cleanup + added more phpdoc comments
15 years ago
alecpl af3c045ecf - New Folder Manager UI
- Fix invalid Request when creating a folder (#1487443)
- Add folder size and quota indicator in folder manager (#1485780)
- Add possibility to move a subfolder into root folder (#1486791)
15 years ago
alecpl 1cca4fbd45 - Allow setting autocomplete attribute for all inputs separately (#1487313) 15 years ago
alecpl e17553d954 - Add 'login_lc' config option for case-insensitive authentication (#1487113)
- Make username comparison case sensitive on MySQL
15 years ago
alecpl fd371a519d - Fix attachments of type message/rfc822 are not listed on attachments list 15 years ago
alecpl 9016a84f7b - Handle PHP warning in decrypt function (#1485970) 15 years ago
thomascube eee6944b5d Save session data with bas64 ecoding to make it more robust against garbage data (#1487136) 15 years ago
alecpl 63f9dee62d - Add workaround for MSOE's multipart/related messages with non-related attachments 15 years ago
thomascube f5e5eed330 Add check to other cases, too 15 years ago
thomascube e31afbbc9b Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE command 15 years ago
thomascube fbe24e9fa9 Allow plugin templates to include local files (#1487133); make autocomplete on login screen configurable 15 years ago
alecpl 576b330ebd - Temporarily commented out \Noselect flag checking in select(), because of problems with Courier 15 years ago
alecpl d1a9885f21 - Small code cleanup 15 years ago
alecpl 617623fa79 - Fix PHP warning: check if array isn't empty before using max() 15 years ago
alecpl 11a61a8ab3 - Fix last change in rcube_html_editor() 15 years ago
alecpl e9a974990e - Add threads() result checking 15 years ago
alecpl 0f9d8ca40d - Don't set attachment's charset in Content-type header (#1487122) 15 years ago
alecpl 4b410e2064 - Execute HTML editor initialization in page footer (#1487125) 15 years ago
alecpl a4c970508b - Re-fix handling of html entity strings in plain/text messages 15 years ago
alecpl 5d238918a7 - More fixes for folders with name "0" 15 years ago
alecpl b72e2f9a17 - Fix handling of folders with "<>" characters in name 15 years ago
alecpl 44840971e8 - Fix handling of folders with name "0" (#1487119) 15 years ago
alecpl d2b27d1175 - Fix displaying of text/plain messages containing HTML entities 15 years ago
alecpl ad3c273c91 - Fix handling of message bodies (quoted-printable encoded) with NULL characters (#1486189) 15 years ago
alecpl d903fb4dd4 - Fix lack of IMAP server response in logged error message when using AUTHENTICATE PLAIN with SASL-IR 15 years ago
alecpl ad5881162d - oops, fix parse error from last commit 15 years ago
alecpl 00290a6032 - Add support for shared folders (#1403507) 15 years ago
alecpl 3bb9b5212b - Fix operations on messages in unsubscribed folders (#1487107) 15 years ago
thomascube 7fcb56b5b6 Support skins with old template names 15 years ago
alecpl cdf1ae0029 - Remove redundant directory separator 15 years ago
alecpl c0ed783aa1 - CS fixes 15 years ago
alecpl c26b398d56 - Fix mailbox status checking when skip_deleted and threading are enabled 15 years ago
alecpl 30b30226e6 - Add possibility to force mailbox selection. There're situations where we're invoking
STATUS (for all messages count) and SELECT later for other operations. If we
  call SELECT first, the STATUS will be not needed.
15 years ago
alecpl b8d8cbda45 - Skip conversion when input charset is BINARY 15 years ago
alecpl bf13ba996c - remove charset=binary from content-type 15 years ago
alecpl 8738e943db - Use consistent naming (folder -> mailbox), fixed #1487101 15 years ago
alecpl f75f65ce47 - Added option imap_force_lsub for some buggy LIST-EXTENDED implementations (#1486225) 15 years ago
alecpl a5e8e5df88 - Small code improvements 15 years ago
alecpl 36911ea111 - Improve performance by invoking STATUS command once for both MESSAGES and UNSEEN counters 15 years ago
alecpl 9ae29c9525 - Improve performance of message cache status checking when skip_disabled=true 15 years ago
alecpl 93272ea91b - Use consistent results from some functions, code cleanup 15 years ago
alecpl c309cd8928 - Improve performance of setting IMAP flags using .SILENT suffix 15 years ago
alecpl 7bdd3e22b5 - Fix address parsing for situation when encoded words are used inside quoted string (#1484961) 15 years ago
alecpl 01bdfd327c - Improve performance of clear_mailbox() when skip_deleted=true 15 years ago
alecpl 2cd443315d - Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' property
- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property
15 years ago
alecpl f0638be52a - Close properly IMAP connection when login fails
- Don't use LOGIN when server sent LOGINDISABLED
15 years ago
alecpl 77327e252a - Add SORT=DISPLAY support (RFC 5957) 15 years ago
alecpl b393e54247 - Add rcube_addressbook::get_record_groups() (#1487089) 15 years ago
alecpl 36ed9d7ec6 - Improve performance of rcube_imap_generic::countMessages() using STATUS instead of SELECT 15 years ago
alecpl d21a05b481 - Fix handling of URLs with semicolon (;) character (#1487088) 15 years ago
alecpl acd9bdd25b - Fix handling of URLs with tilde (~) character (#1487087) 15 years ago
alecpl 3870bec7ff - Add support for selection options from LIST-EXTENDED extension (RFC 5258)
- Don't list subscribed but non-existent folders (#1486225)
- Fix \Noselect handling performance (#1487082)
15 years ago
alecpl 10a6fc58e6 - Fix: don't return "empty" unlock 15 years ago
alecpl fa2173cefe - Fix: Use internal instead of DB cache in message_index() and thread_index() 15 years ago
alecpl 4757608097 - Improve pre-auth and auth capabilities handling 15 years ago
alecpl 3353fdcbb4 - Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081) 15 years ago
alecpl a5a4bf46bd - Add basic IMAP LIST's \Noselect option support (mark unselectable folders as virtual, etc.) 15 years ago
alecpl 10f08e6ce0 - Fix setting 'virtual' flag for non-existing folders in some cases 15 years ago
alecpl 2b42838427 - Simplify some code, add some comments 15 years ago
alecpl fc7a41f75e - Small improvements in NAMESPACE handling 15 years ago
alecpl 781f0ca54c - Improve performance by reading optional capability response from AUTHENTICATE 15 years ago
alecpl 4dd4172421 - Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831) 15 years ago
alecpl a1fe6bd11d - Add support for IMAP proxy authentication (#1486690) 15 years ago
alecpl 63d4d61148 - Re-implemented SMTP proxy authorization support 15 years ago
alecpl 7bf255bfe1 - Add SASL-IR support (RFC 4959)
- Add LOGINDISABLED support (RFC 2595)
- Add support for AUTH=PLAIN authentication to IMAP
15 years ago
thomascube cb7d32ebdd List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753) 15 years ago
alecpl 6a16031d04 - Add LIST-STATUS support in rcube_imap_generic class (RFC5819) 15 years ago
alecpl 03d3bab2af - Add charset alias: WINDOWS-949 -> UHC (#1487072) 15 years ago
alecpl 659cf14cdd - Improve performance of messages counting using ESEARCH extension (RFC4731) 15 years ago
alecpl 710e274849 - Improve performance of unseen messages counting, use STATUS instead of SELECT+SEARCH (#1487058) 15 years ago
alecpl 8794f16c62 - Fix handling of attachments when Content-Disposition is not inline nor attachment (#1487051) 15 years ago
alecpl 2ae58f1b67 - Fix content-type name regexp according to RFC4288.4.2 15 years ago
alecpl 8bac7e988f - Allow underline in content-type name, per comments in #1487051 15 years ago
alecpl 435c315223 - Fix decoding of e-mail address strings in message headers (#1487068) 15 years ago
alecpl a2e8cb3642 - Simplify/improve LSUB/LIST/SELECT commands handling
- Store UIDNEXT, UIDVALIDITY, UNSEEN values of selected folder
15 years ago
alecpl 854cf227ac - Use unified command identifier (AXXXX)
- Use unified methods of command execution and response parsing
15 years ago
alecpl 4cb6675872 - Remove unused property rcube_mail_header::f 15 years ago
alecpl a85f889208 - Use better method for string escaping, don't add quotes when the string is a token 15 years ago
alecpl f13baaf67c - Fix regression in rcube_imap::_threadcount() which was the reason
why mailbox_status() returned always "1" for folders with enabled threading
15 years ago
alecpl 8b6eff6e69 - Add ACL extension support into IMAP classes (RFC4314)
- Add ANNOTATEMORE extension support into IMAP classes (draft-daboo-imap-annotatemore)                                                           
- Add METADATA extension support into IMAP classes (RFC5464)
15 years ago
alecpl 4c6a61a684 - Add MS950 as alias for CP950 (#1487063) 15 years ago
alecpl d8335117e2 - Add LITERAL+ support (RFC2088) 15 years ago
alecpl 1ac5431877 - Fix bug in rcube_plugin::local_skin_path() 15 years ago
alecpl 2d1d68bc7e - Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905 15 years ago
alecpl 0f0c17ad9e - improved IMAP errors handling (continue) 15 years ago
alecpl 8fcc3e1ad6 - Improved IMAP errors handling 15 years ago
alecpl ad334a1257 - Improve displaying of UI messages (#1486977) 15 years ago
alecpl fddd6f2db0 - update RCMAIL_VERSION 15 years ago
alecpl 937e26a541 - Fix links handling 15 years ago
alecpl a392125fe8 - Add SASL proxy authentication for SMTP (#1486693) 15 years ago
alecpl 29983c1671 - Add caching support in id2uid and uid2id functions (#1487019), Fix get_message_cache_index
to use internal cache when only sort order changes. Both changes improves performance of 'show' action
- code cleanup/function description fixes
15 years ago
alecpl ca1f564598 - Performance fix for case when session_lifetime=0, fixed indentation 15 years ago
alecpl f22ea7ba18 - Support SMTP Delivery Status Notifications - RFC3461 (#1486142) 15 years ago
alecpl 9db4ca92ef - Support one argument of type array, instead of n arguments for rcube_mdb2::query method 15 years ago
alecpl 7f89041e9a - Use empty envelope sender address for message disposition notifications (RFC2298.3) 15 years ago
alecpl 868deb5dab - Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840) 15 years ago
alecpl 393ba7186f - Fix handling of backslash as IMAP delimiter 15 years ago
alecpl 8f94b1aad6 - Convert to lowercase only domain part of email address on login 15 years ago
alecpl 103ddcde87 - Minimize FETCH response for messages listing (when caching is disabled) 15 years ago
alecpl 9cc93aea7c - Use simplified domain expression for proper handling of domain names in UTF8 15 years ago
alecpl e25a357d95 - Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
15 years ago
alecpl f1adbf17ee - Convert IDN to ASCII before using rcube_user::query()
- Always convert to lower case a username when it's an email address
15 years ago
alecpl df2188d778 - Fix mailto optional params in plain text messages aren't handled (#1487026) 15 years ago
alecpl 928bcaedc0 - Fix handling of Thunderbird's vCards (#1487024) 15 years ago
alecpl 1148c6e936 - Add option do bind for an individual LDAP address book (#1486997) 15 years ago
alecpl 13ffa2810e - Added line number for error message 15 years ago
alecpl 5c461bada9 - Update phpdoc (#1486958) 15 years ago
alecpl c609784656 - Use custom sorting when SORT is disabled by IMAP admin (#1486959) 15 years ago
alecpl e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 15 years ago
alecpl eacce9b3f5 - Messages caching: performance improvements, fixed syncing, fixes related with #1486748 15 years ago
alecpl 6d1ae078c9 - Fix format=flowed: don't space-stuff empty lines (#1487018) 15 years ago
thomascube bd911ba814 Pool some code for command line tools; avoid displaying password on shell (#1486947); fix msgexport now using the new imap wrapper 15 years ago
alecpl 08aa031871 - Fix wrong parameter count in fetchHeader() call 15 years ago
alecpl a8e1095eb0 - Fixed wrong function call in sync_header_index() 15 years ago
thomascube 6d94ab311a Only lower-case user name if first login attempt failed (#1486393) + fix test 15 years ago
thomascube 8603bbba2e Fix base url resolution + better order for condition checks in rcube_mdb2 + updated changelog 15 years ago
alecpl 0911facde9 - Truncate message subject when setting page title 15 years ago
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 15 years ago
thomascube cb2bc809ef Fix db_mode check in insert_id() 15 years ago
alecpl 1151581366 - Fix setting headers for IE in AJAX responses 15 years ago
alecpl d560e78d98 - Fix: close properly IMAP connection also when user is not logged in 15 years ago
thomascube a3de4f6054 Fix selection of read/write db connection 15 years ago
alecpl 11be9330de - Support %z variable in host configuration options (#1487003) 15 years ago
thomascube 62c791f609 Prevent from saving a non-existing skin path in user prefs 15 years ago
alecpl b364912fc1 - Don't log errors about empty password when connecting to IMAP server (#1487001) 16 years ago
alecpl 2280757d24 - Added more charset aliases 16 years ago
alecpl 457373bf3f - Fix: close() method of addressbook object(s) is not called in shutdown function 16 years ago
alecpl acbf0f5ee0 - Fix: iconv doesn't support UTF7-IMAP 16 years ago
alecpl f12d218831 - small fix for format=flowed parsing 16 years ago
alecpl 99b8c1e2ac - Fix format=flowed handling (#1486989) + small improvements in plain messages parsing 16 years ago
alecpl cb3dfdfede - Fix messages background image handling in some cases (#1486990) 16 years ago
alecpl 618cb0d8dd - Don't trim spaces from the end of line when converting to format=flowed 16 years ago
alecpl ed302bbbed - Code improvements + more infinite loop prevention 16 years ago
alecpl a5c56b3b21 - Return false from putLineC instead of NULL, for consistence 16 years ago
alecpl 1e3ba370c3 - Small improvement for last commit 16 years ago
alecpl 4d7acb3cb2 - Fix handling of charsets with LATIN-* label 16 years ago
alecpl 860678e333 - Add semicolon at the end of SQL queries in log (#1486957) 16 years ago
alecpl 2aa2b332f6 - Small performance improvements 16 years ago
alecpl 372d3bf6de - Fix Chrome browser was recognized as Safari 16 years ago
alecpl 272a7e5a24 - Don't use mail_header_delimiter when saving mail in IMAP 16 years ago
alecpl 086767c8f2 - Added mail_header_delimiter validation 16 years ago
alecpl 564741f77b - performance: use custom function for IV vector generation instead of mcrypt_create_iv() 16 years ago
alecpl 1fb718cae0 - Fix TinyMCE uses zh_CN when zh_TW locale is set (#1486929) 16 years ago
alecpl d1dd13ee5c - Fix SMTP test in Installer (#1486952) 16 years ago
alecpl 5cf7aae178 - Don't add date to log when using syslog 16 years ago
alecpl 1a2f8375de - add message_part_structure hook also for text parts of mixed messages 16 years ago
alecpl b6244d5ce7 - Improve email regexp in mailto: links handler (#1486808) 16 years ago
alecpl ecc28ce02f - Removed /i from regexp 16 years ago
alecpl 3c9d9aa943 - Improve handling of single-part messages with bogus BODYSTRUCTURE (#1486898) 16 years ago
alecpl 119ad13d74 - Rename hooks: contact_save -> contact_update, identity_save -> identity_update, delete_identity -> identity_delete
- Print warning to the log about deprecated hook names usage
16 years ago
alecpl 03dbf37d5c - Small improvement in SELECT response parsing 16 years ago
alecpl 7f5b535d12 - Improved performance of LIST/LSUB response parsing 16 years ago
thomascube 4859fedb92 Fix unit tests + update version 16 years ago
alecpl c16fab1641 - Fix strpos() usage (#1486458) 16 years ago
alecpl 532c2504f4 - Add 'language' parameter in 'user_create' hook (#1486896) 16 years ago
alecpl eef0dae865 - Last commit fix 16 years ago
alecpl 5ced9ca075 - Replace message_part_encrypted hook with more generic message_part_structure 16 years ago
alecpl b0eeaac9e0 - Fix: rcube_user::get_username() doesn't take mail_domain setting into account (#1486895) 16 years ago
alecpl a31dd08826 - Replace chop() with rtrim(), small improvements in fetchHeaders() 16 years ago
alecpl c56f1f5046 - Support vCards without or with an empty FN 16 years ago
alecpl 2537686d1d - Performance fix: Determine real mimetype of message/rfc822 part from bodystructure instead of fetched headers 16 years ago
alecpl 95fd49e4f2 - Fix message structure parsing when it lacks optional fields (#1486881) 16 years ago
alecpl e6ce0062f2 - Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings) 16 years ago
alecpl d78564abca - Fix performance in array_keys_recursive() 16 years ago
alecpl c51304ddc8 - Fix performance of threads parsing 16 years ago
alecpl 3a4c9f424b - Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866) 16 years ago
alecpl d5d9680486 - Fix double slash in plugin directory path (#1486872) 16 years ago
thomascube 904809459d Fix default IMAP port configuration (#1486864) 16 years ago
alecpl 5e0999c53c - Fix opening attachments on IE (#1486829) 16 years ago
alecpl 3e58bf2062 - Fix handling of messages with Content-Type: application/* and no filename (#1484050) 16 years ago
alecpl b25dfd0913 - removed PHP closing tag 16 years ago
alecpl 8dfe51ef4e - Extended rcube_user::get_username (#1486707) 16 years ago
alecpl f767654478 - Add %dc variable support in base_dn/bind_dn config (#1486779) 16 years ago
alecpl d7a5dfa26a - Fix dot-atom expression in e-mail validation regexp (#1486808) 16 years ago
thomascube 8e5ed7be9e Strip comments in css string + don't set font color to tags 16 years ago
alecpl 37e467d55c - Fix no-cache headers on https to prevent content caching by proxies (#1486798) 16 years ago
alecpl f19d86b96d - Fix attachment filenames broken with TNEF decoder using long filenames (#1486795)
- Use tnef_decoder class from Horde
16 years ago
alecpl 93e3ae1385 - Remove BOM (#1486785) 16 years ago
vbenincasa d0b981757a - Sanitize CSS universal selector from e-mails. Without this fix any message can play with the CSS from entire mail window or mail preview frame. Test case:
<style type="text/css">*{ background: #000; }</style>
16 years ago
alecpl 54759ce120 - some improvements + added splitter in Identities 16 years ago
alecpl 09266796dc - remove some debug code 16 years ago
alecpl 2653fe169f - Reverted r3725 change 16 years ago
thomascube af3cf8a0a7 Bring back some previously removed lines 16 years ago
thomascube e9b5a6c2d5 Unify directory/mailbox list actions 16 years ago
alecpl 349a8e36e5 - Add real SMTP error description to displayed error messages (#1485927) 16 years ago
alecpl 64e3e80743 - Fix some IMAP errors handling when opening the message (#1485443) 16 years ago
alecpl b93d00026a - fix for initial capability response 16 years ago
alecpl 6a642d1a2e - support dynamic hostname variables in 'username_domain' option 16 years ago
alecpl 6749e45ed3 - fix parsing bodystructure of messages with "Content-Type: multipart/related; type=multipart/alternative" 16 years ago
alecpl 648db37e68 - Fix related parts aren't displayed when got mimetype other than image/* (#1486432) 16 years ago
alecpl 0bc59eeb41 - Fix handling very long THREAD responses 16 years ago
alecpl ccf250ec1d - performance improvement: we can skip THREAD when folder is empty 16 years ago
alecpl 309f49f09b - performance improvement: skip SEARCH command when mailbox is empty and SEARCH is called just after SELECT 16 years ago
alecpl ffd3e29068 - Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH response 16 years ago
alecpl f22b5439f2 - Fix: don't call FETCH when THREADS returns empty result 16 years ago
alecpl bb8721aaeb - Support dynamic hostname (%d/%n) variables in configuration options (#1485438) 16 years ago
thomascube 05a631a43c Allow plugins to register their own tasks 16 years ago
alecpl 1126fc6127 - Performance improvement in add_to_group() 16 years ago
alecpl f07d238b1b - Add 'imap_timeout' option (#1486760) 16 years ago
alecpl d311d809d6 - Fix forwarding of messages with winmail attachments
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839)
- Extend rc_mime_content_type() to work with string buffer
16 years ago
alecpl 982e0b0b89 - Redesigned how rcube_contacts handles table names 16 years ago
thomascube 3b67e33c8e Allow derived classes of rcube_contacts to override table and sequence names 16 years ago
alecpl 874ff4d4be - Fix raise_error() in Installer (#1486756) 16 years ago
alecpl 14a4ac556e - fix error message on SMTP oversize error (#1486754) 16 years ago
alecpl 6f4e7dbcb1 - Added list_mailboxes hook in rcube_imap::list_unsubscribed() (#1486668) 16 years ago
thomascube a2a36103cf Bump trunk version 16 years ago
thomascube 8ad5c89f22 Don't wrap quoted lines at all 16 years ago
thomascube 6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 16 years ago
alecpl e93c72d9a3 - remove html2text hack from autoloader (don't need it anymore) 16 years ago
alecpl 24c91ed78e - Moved error.inc to /utils
- Removed bugs.inc (content copied into main.inc)
16 years ago
alecpl c1439f925d - Fix message/rfc822 attachments containing only attachments are not parsed properly (#1486743) 16 years ago
alecpl 9d5c834332 - Fix %00 character in winmail.dat attachments names (#1486738) 16 years ago
alecpl b62a0d2d23 - Fix in timezone setting (#1486183) 16 years ago
alecpl c435173eb4 - Fix handling errors of folder deletion (#1486705) 16 years ago
alecpl 6a86d2727a - Fix typo in last commit 16 years ago
alecpl 1d51658ba5 - Parse untagged CAPABILITY response for LOGIN command (#1486742) 16 years ago
alecpl 677e1f26fe - Some files from /bin + spellchecking actions moved to the new 'utils' task 16 years ago
alecpl d17a7fea4c - remove debug code 16 years ago
alecpl bb8012cfcd - Extend contact groups support (#1486682) 16 years ago
alecpl 488074965b - Fix check-recent action issues and performance (#1486526)
- Fix messages order after checking for recent (#1484664)
- Fix messages copying
- Reset check-recent interval after check-recent by hand
16 years ago
alecpl 25fdec592d - Fix autocomplete shows entries without email (#1486452) 16 years ago
alecpl bec31a4e86 - fix for use without session object 16 years ago
alecpl 16378fe3a2 - preformance fix: don't load full folders list when checking for folder
existance in sendmail.inc, use internal cache to make mailbox_exists()
  faster when called more than one time for the same folder
16 years ago
alecpl 05a7e3d603 - Fix typo (#1486703) 16 years ago
alecpl 06c116bf75 - Fix database constraint violation when opening a message (#1486696) 16 years ago
alecpl a004bb8cbe - code re-formatting + small improvements 16 years ago
alecpl 3978cbf4cd - use @ operator for fclose() on connection handle 16 years ago
alecpl f0485adef1 - Fix folder subscription checking (#1486684)
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672)
16 years ago
alecpl 0f3764e592 - add DNS checking code for Windows & PHP<5.3.0 16 years ago
alecpl a7890113c6 - code reformatting 16 years ago
alecpl 175d8eed7b - fix typos 16 years ago
alecpl 495c0e512c - fix rcube_addressbook inheritance 16 years ago
alecpl 63bff1dd31 - small cleanup 16 years ago
thomascube d062dbe18c Add class docuumentation blocks and make phpdoc work again 16 years ago
alecpl d824acaf11 - fix typo in mailbox_exists() 16 years ago
alecpl 373747becc - Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653) 16 years ago
alecpl bf67d60e43 - Skip session initialization/configuration if session is initialized already (e.g. using Installer) 16 years ago
alecpl a03c98092f - fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)
- performance: add option to not checking MAXUID in messagecount()
16 years ago
alecpl 2eb7943f2a - code cleanup (mostly identation fixes) 16 years ago
alecpl 6319670243 - Fix SQL error on contact auto-completion (#1486649) 16 years ago
alecpl 821a560f19 - one improvement more 16 years ago
alecpl 566b142aaa - last commit fix + better performance with counters caching 16 years ago
alecpl 3e696da28e - Use '=' operator instead of LIKE 16 years ago
alecpl 3d6c04ddf0 - SQL performance fixes + code formatting 16 years ago
alecpl 5318bac11d - Don't add extra newline in sql debug log 16 years ago
alecpl 0a19215ae3 - make sure INBOX is allways displayed as Inbox (per recent discussion) 16 years ago
thomascube c69d2ae6e9 Remove this temporary check 16 years ago
alecpl 93c0188854 - Add sizelimit and timelimit variables in LDAP config (#1486544) 16 years ago
alecpl f3e1010090 - Hide IMAP host dropdown when single host is defined (#1486326) 16 years ago
alecpl 8e211adb01 - Add images pre-loading on login page (#1451160) 16 years ago
alecpl 3544558f2d - Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log (#1486441) 16 years ago
alecpl 46a1385974 - improve rcube_parse_charset() performance 16 years ago
alecpl 9096de8520 - handle WIN-* charset as WINDOWS-* 16 years ago
alecpl a4468298c8 - fix sorting of folders with capital letters 16 years ago
thomascube a35062a1eb Always set changed date when marking a DB record as deleted + provide a cleanup script 16 years ago
thomascube 8e3a6039cf Assign newly created contacts to the active group (#1486626) and fix group selection display (#1486619) 16 years ago
alecpl 7fdb9da98e - Fix sources list if 'ldap_public' is null/false 16 years ago
alecpl 44155cddc2 - load des.inc file only when needed 16 years ago
alecpl cd96fd6727 - Add some critical PHP settings check to prevent bugs like this (#1486307) 16 years ago
alecpl 70318e5463 - create rcube_mime_struct class on Iloha's MIME (mime.inc) basis 16 years ago
alecpl 1820932295 - add iilBasicHeader alias for rcube_mail_header class, needed by messages cached in previous versions (#1486602) 16 years ago
alecpl 600981d1d3 - fix comment 16 years ago
alecpl cbde304b98 - Use MDB2's Manager module for listing tables 16 years ago
thomascube 04adaac71b Complete address book interface class with group functions 16 years ago
thomascube bb6294a26e Also remove contactgroupmembers when deleting a contact 16 years ago
thomascube 64d855c9b1 List of tables mustn't be static (wtf?) 16 years ago
thomascube c0297f4172 Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table 16 years ago
thomascube 3baa72a62f Implement group renaming/deleting + use more consistent names for commands and actions (#1486587) 16 years ago
alecpl 6f31b356b2 - fix save/delete draft message with enabled threading (#1486596)
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
16 years ago
alecpl 024f05762a - Fix undefined method error (#1486597) 16 years ago
alecpl 94a6c642cf - Fix imap login (#1486591) 16 years ago
alecpl c854241cc4 - change namespace() to getNamespace() 16 years ago
alecpl 59c216f3cc - Fix bugs on unexpected IMAP connection close (#1486190, #1486270)
- Iloha's imap.inc rewritten into rcube_imap_generic class
- rcube_imap code re-formatting
16 years ago
thomascube a61bbb24aa Added basic contact groups feature 16 years ago
alecpl fb7ec576ab - Added possibility to select all messages in a folder (#1484756) 16 years ago
alecpl 5ffceb7906 - typo 16 years ago
alecpl d8c440c03f - Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750) 16 years ago
alecpl cff88617c0 - small backend cleanup + support for operations on ALL messages in a folder 16 years ago
alecpl 18ace62791 - Set maxuid in threads mode, to prevent unnecessary list reloading on (first) check_recent 16 years ago
alecpl 3fb3792efc - Fix UNSEEN counting when threads and skip_deleted are both enabled (#1486558) 16 years ago
alecpl 02f7cb8851 - Fix rcube_imap::mailbox_exists (#1486560) 16 years ago
alecpl 9b3fdc25c1 - Implemented messages copying using drag&drop + SHIFT (#1484086) 16 years ago
alecpl 15e00bdf50 - Improved performance of folders operations (#1486525) + code cleanups 16 years ago
alecpl 1845fb6318 - Handle 'false' result from iil_C_* functions (#1486511) 16 years ago
alecpl 895d4e385c - Use iconv's //IGNORE instead of //TRANSLIT 16 years ago
thomascube f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 16 years ago
alecpl f4f1c442f7 - last commit fix (there's probably no class definition when reading table rows from DB) 16 years ago
alecpl b695604624 - allow setting row css class in rcube_table_output() 16 years ago
alecpl f209717e41 - virtuser_query: support other identity data (#1486148) 16 years ago
alecpl b579f42b55 - fixes for proper handling of email addresses with form: "user"@domain.tld 16 years ago
alecpl b9d751df60 - get better message for error in DATA 16 years ago
alecpl 1baeb660eb - Improved check_email() 16 years ago
alecpl 5027c326e9 -remove root_ns setting as useless, should fix #1486222 16 years ago
alecpl 56505a1174 - Options virtuser_* replaced with virtuser_* plugins
- Plugin API: Implemented 'email2user' and 'user2email' hooks
16 years ago
alecpl fe7d78ab55 - simplify console 16 years ago
alecpl a4f7780044 - Fix check_recent action when skip_deleted=true (#1486535) 16 years ago
alecpl e55ab02682 - Add 'default_charset' option to user preferences (#1485451) 16 years ago
alecpl 2d08c50fd7 - Support/Require tls:// prefix in 'smtp_server' option for TLS connections
- "Split" config file into sections
16 years ago
alecpl 4e4445f55b - fix console's font-size in Konqueror 16 years ago
alecpl f1ce5163e5 - Fix inconsistent behaviour of 'delete_always' option (#1486299) 16 years ago
thomascube a96183883d Changed signature separator when top-posting (#1486330) 16 years ago
alecpl 40353f1a6c - Fix regression in template expressions, don't allow '-' character in env/request/cookie name 16 years ago
alecpl aba0927545 - Fix long e-mail addresses validation (#1486453) 16 years ago
alecpl d15d594a42 - more case sensitive matching 16 years ago
thomascube f2cdc551e7 Use private method 16 years ago
thomascube 7c9d922b96 New recent check based on UIDs 16 years ago
thomascube c8cf268b9d No more case-insensitive folder name comparisons 16 years ago
alecpl 3704b78841 - Added function to get addressbooks list rcmail::get_address_sources() (#1486248) 16 years ago
thomascube d5ffb58726 Use case sensitive check when checking for default folders (#1486346) 16 years ago
alecpl 0c4d3fd9e3 - Improve performance by avoiding unnecessary updates to the session table (#1486325) 16 years ago
alecpl 929a508d80 - Improve performance by avoiding unnecessary updates to the session table (#1486325) 16 years ago
alecpl 72b140dc98 - Support arrays in get_input_value() (#1486277) 16 years ago
alecpl ebc619c149 - Fix CVE-2010-0464: Disable DNS prefetching (#1486449) 16 years ago
alecpl 333c48caf7 - Squirrelmail_usercopy: support reply-to field (#1486506)
- Use rcube_user::insert_identity() instead of custom SQL query in rcube_user::create()
16 years ago
alecpl 6a31558dd8 - remove redundant check 16 years ago
alecpl eb27aad897 - added lost param description 16 years ago
thomascube 47d8d39cf4 Use rcmail::imap_connect() to establish IMAP connections; always initialize rcube_imap object in mail steps 16 years ago
thomascube b545d3e838 Fix loading of plugin configs: user prefs will always survive (#1486368) 16 years ago
thomascube 030db5b6c0 Better regex for template expressions + fix indentation 16 years ago
alecpl 48bc52e835 - Fix imap_init hook broken in r3258 (#1486493) 16 years ago
alecpl 1e3271edfb - support more charset aliases 16 years ago
alecpl 91790e41f3 - Fix attachment excessive memory use, support messages of any size (#1484660) 16 years ago
alecpl 9b94eb6415 - Fix setting task name according to auth state. So, any action before user
is authenticated is assigned to 'login' task instead of 'mail'. Now binding
  plugins to 'login' task is possible and realy usefull. It's also possible 
  to bind to all tasks excluding 'login'.
16 years ago
alecpl b77c9d4669 - fix 16 years ago
alecpl f6b145d561 - optimise _id2uid(), prevent from array_flip() warnings 16 years ago
alecpl e1ac217397 - Fix inconsistency when not using default table names (#1486467) 16 years ago
alecpl f52e7a0073 - Fix character set conversion fails on systems where iconv doesn't accept //IGNORE (#1486375) 16 years ago
alecpl 2b35c5d8f6 - performance stats logging in devel_mode 16 years ago
alecpl 3e63802071 - Don't use dl() (#1486457) 16 years ago
alecpl 74be739c40 - speed up templates parsing 16 years ago
alecpl ac9759b6a4 - oops, last commit fix 16 years ago
alecpl b5846eed4d - Login preformance: Create default folders on first login only 16 years ago
alecpl 10eedbe75a - add file/line definitions to raise_error() calls 16 years ago
alecpl 4fc7a7e5f6 - Re-fix #1485201 16 years ago
alecpl 2273d4117f - Add support for MDB2's 'sqlsrv' driver (#1486395) 16 years ago
alecpl 8f85e3759c - jQuery-1.4.1 16 years ago
thomascube 5570ad60b4 Improved charset detection in vcard import + added unit tests for it 16 years ago
alecpl 091735615e - Fix incompatybility with suhosin.executor.disable_emodifier (#1486321)
- Update Mail_Mime package
16 years ago
alecpl a7dba85463 - ignore json_encode() warnings 16 years ago
alecpl 638fb8a972 - fix $Id$ keyword 16 years ago
alecpl 1d786c86bf - fixed svn keywords 16 years ago
alecpl 5740c06700 - Use callback function instead of /e modifier in preg_replace() 16 years ago
alecpl cea5bc82ee - fix abbreviate_string() (#1486420) 16 years ago
alecpl ecbd5b5d53 - prevent from PHP error when iconv doesn't support //IGNORE (#1486375) 16 years ago
alecpl 18cdf6b155 - small code improvement in rcube_imap::mod_mailbox() 16 years ago
alecpl 7296ff7a61 - force session.serialize_handler=php (#1486322) 16 years ago
alecpl fd9cca2f2b - fix for jQuery-1.4rc1: remove comment from ajax response 16 years ago
alecpl c8729e0397 - added charset alias for MACROMAN (MACINTOSH) (#1486424) 16 years ago
alecpl b822b6e541 - typo in rcmail_mailbox_list (#1486426) 16 years ago
alecpl 8780304bc8 - support maxlength and src attributes in html_inputfield (#1486421), wrapped some long lines 16 years ago
alecpl 6481d4bbbe - fix rc_utf8_clean() issues (#1486407) 16 years ago
alecpl 892af47869 - Support show_bytes() output in parse_bytes() (#1486405) 16 years ago
alecpl 1004407485 - Fix LDAP problem with special characters in RDN (#1486320) 16 years ago
alecpl aa16b4af8f - Improved handling of message parts of type message/rfc822 (fixed e.g. inline images in multipart/alternative messages attached as message/rfc822) 16 years ago
alecpl 463a031122 - handle situation when 2nd argument of exec_hook() isn't an array (#1486364) 16 years ago
alecpl 9898fe315a - don't use preg_replace with /e modifier + code cleanup 16 years ago
alecpl 63ffe33c01 - fix empty strings handling in rc_utf8_clean() 16 years ago
alecpl 317a7d9f67 - fix warning when authentication fails and debug_level=4 (#1486292) 16 years ago
alecpl 7a05909da8 - fix warning on PHP5.3 (#1486284) 16 years ago
alecpl 2717f9f68e - use proper unicode cleanup for JSON, fixes #1486356 16 years ago
alecpl e5d60d69d4 - Use built-in json_encode() for proper JSON format in AJAX replies (and compat. with jQuery 1.4) 16 years ago
alecpl efe5a55c4c - added comment 16 years ago
alecpl 19d6a89342 - fix r3150 (better detection that message/rfc822 should be displayed as message/aternative) 16 years ago
alecpl 9a0f89d7af - don't treat content-disposition item in structure as message part 16 years ago
alecpl 3815e050e0 - Fix displaying nested message parts (#1486246) 16 years ago
alecpl d079afd44f - use absolute paths to prevent errors when writing to logfiles from shutdown function 16 years ago
alecpl 6c95809d10 - don't warn about lack of plugin's config file, it's absolutely optional 16 years ago
alecpl 539df6b502 - a few if()s less 16 years ago
alecpl 496da6a420 - Fix possible messages exposure when using Roundcube behind a proxy (#1486281) 16 years ago
alecpl c96c5a98af - use 7th (httponly) argument of setcookie() 16 years ago
alecpl bc6ac4d3c9 - Fix unicode para and line separators in javascript response (#1486310) 16 years ago
alecpl bc04a7ee78 - fix creating default folder when moving message and target folder doesn't exists 16 years ago
alecpl 6c5aa6b054 - reverted unintentional change 16 years ago
alecpl 7d0b34db31 - additional character set name cleanup to support e.g. "_ISO-2022-JP$SIO" 16 years ago
thomascube 3597cc2c1b Plugins should not overwrite existing config props 16 years ago
alecpl 3ea30ef7eb - fix HTTPS checking (#1486273) 16 years ago
thomascube 01accaff5b Add fallback to default skin if the selected one is not available in plugin directory 16 years ago
alecpl 5818e44345 - Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port check 16 years ago
alecpl 1d7e4d314d - allow '+' character in mimetype name (#1486239) 16 years ago
alecpl b6c512a6b0 - fix rc_utf8_clean() on Windows (#1486232) 16 years ago
alecpl efe93ad116 - fix message cache clearing when folder is empty + small max() warning fix 16 years ago
alecpl e4acbbd8cc - Added server-side e-mail address validation with 'email_dns_check' option (#1485857) 16 years ago
alecpl f281242fa4 - performance: fix storing of imap_delimiter in session 16 years ago
alecpl 1a00f138c6 - Fix IE issue with non-UTF-8 characters in AJAX response (#1486159) 16 years ago
alecpl 4f69328132 - Partially fixed "empty body" issue by showing raw body of malformed message (#1486166) 16 years ago
alecpl a9bfe21ba6 - Fix importing/sending to email address with whitespace (#1486214) 16 years ago
alecpl 170b72ab78 - fix for skip_deleted 16 years ago
alecpl 2c7296a82d - Use default_charset for bodies of messages without charset definition (#1486187) 16 years ago
alecpl ee3c580bfe - added @TODO comment 16 years ago
thomascube cb89616e1d Trigger warning if logs cannot be written 16 years ago
alecpl 984e9727a0 - call user2email also for login with @ (#1486147) 16 years ago
alecpl 7d51781450 - fix Russian language position on languages list 16 years ago
alecpl c2e697fe81 - added Chrome detection (#1486163) 16 years ago
alecpl 38bf4253fb - Fix cache status checking + improve cache operations performance (#1486104) 16 years ago
alecpl 93a88c95b7 - Prevent from setting INBOX as any of special folders (#1486114) 16 years ago
alecpl cb9fc852cf - Fix regular expression for e-mail address (#1486152) 16 years ago
alecpl 1cead0cbf4 - sorting by message index - added 'index_sort' option (#1485936) 16 years ago
alecpl 6a486e0bef - allow setting login inputs size in skin template (#1486155) 17 years ago
alecpl 6d479a622b - remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149) 17 years ago
alecpl 0102742cb2 - Added 'ldap_debug' option + small change to not rely on rcube_config inside rcube_ldap class 17 years ago
alecpl bdab2c5faf - small code improvements 17 years ago
alecpl 20e251599f - return true after abort from write_log hook 17 years ago
alecpl dc00400634 - simplify html_editor hook 17 years ago
alecpl 9ab7bc6b16 - Added 'html_editor' hook (#1486068) 17 years ago
alecpl 59395e7e36 - Fix DB constraint violation when populating messages cache (#1486052) 17 years ago
alecpl 2b820727b1 - last commit fix 17 years ago
alecpl 4aaecb661c - small code improvements per discussion from #1485536 17 years ago
alecpl 71047326fa - Fix LDAP partial result warning (#1485536) 17 years ago
alecpl b48d9bf5d4 - Use faster/secure mt_rand() (#1486094) 17 years ago
alecpl eb4b147bad - fix cache flushing after message delete with read_when_deleted=true + some code cleanup 17 years ago
alecpl 4a63f1efaf - Fix roundcube hangs on empty inbox with bincimapd (#1486093) 17 years ago
alecpl 161c28dffc - Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)
- Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655)
17 years ago
alecpl 38066281b2 - make sure 'required_fields' is an array (#1485892) 17 years ago
alecpl b24f2c4897 - return deleted records count instead of true in ldap's delete(), fixes (#1486082) 17 years ago
alecpl 8678ce85e6 - Fix rcube_mdb2::affected_rows() (#1486082) 17 years ago
alecpl ae7f9b3d0a - oops, my foult, remove buggy code 17 years ago
alecpl e6f4842505 - remove test code 17 years ago
alecpl 912bbbc20e - fix loading required plugins (#1486079) 17 years ago
alecpl e0480e9df8 - remove redundant JQ() use 17 years ago
alecpl 4368a079f5 - Fix gn and givenName should be synonymous in LDAP addressbook (#1485892) 17 years ago
alecpl 08ff050efc - allow empty LDAP 'filter' (#1485184) 17 years ago
alecpl ea18c594a5 - Add mail_domain to LDAP email entries without @ sign (#1485201) 17 years ago
alecpl b4fa59143e - Fix saving empty values in LDAP contact data (#1485781) 17 years ago
alecpl e83f035887 - Fix LDAP contact update when RDN field is changed (#1485788) 17 years ago
alecpl 0131ec9724 - Fix LDAP attributes case senitivity problems (#1485830) 17 years ago
alecpl 6855ce6f70 - Fix LDAP addressbook browsing when only one directory is used (#1486022) 17 years ago
alecpl f8a846c589 - simplified iil_C_(Un)Subscribe() return value 17 years ago
thomascube 0816567dac Only allow images as 'inline' parts; list other parts as attachments if they have a valid mime type 17 years ago
thomascube 4a941f7333 Remove newline in log_bug function (#1486047) 17 years ago
thomascube 80fbdaa2d9 Changed imap_connect hook according to suggestions in #1485956 17 years ago
thomascube 75969686c2 Added 'message_compose' hook 17 years ago
thomascube 2a34eb9492 Add 'imap_connect' hook (#1485956) 17 years ago
thomascube 24e219d1cc New utility function for plugins to create urls 17 years ago
alecpl 6b7e8e705a - Use sequence names only with PostgreSQL (#1486018) 17 years ago
alecpl dec9e85eae - Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#1486019) 17 years ago
alecpl 78c7947bf8 - Add rcube_imap::unset_flag (#1486017) 17 years ago
alecpl 1fcad15e75 - remove hardcoded 'contact' class name from rcube_table_output() 17 years ago
thomascube 330ef6ca44 Create plugin hook for encrypted message parts + add size property to text part in order to display it 17 years ago
alecpl 44653321b4 - Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015) 17 years ago
alecpl 5dc7c21bdc - Fix charset names with X- prefix handling 17 years ago
thomascube 356a67fa54 Improve button capabilities 17 years ago
thomascube 29f977858e Register button event handlers in javascript and save some html code 17 years ago
thomascube 186938dac6 Use write_log() to log bugs. This will also trigger the write_log plugin hook as requested in #1485998 17 years ago
thomascube f78dab1c80 Allow some recursion in reder_page hook (#1485977) 17 years ago
thomascube efbe9ea781 Also add request tokens to forms in page footer 17 years ago
alecpl 8f6a46663a - update to last commit 17 years ago
alecpl ee258ce158 - performance fix: don't check mbstring functions existence too often 17 years ago
alecpl c9e9fe1901 - fix button tooltips on IE (#1485994) 17 years ago
alecpl 564a2ba793 - Help plugin
- support 'dummy' task (for plugins)
17 years ago
thomascube a0c4cbe8ec Pipe date string through write_log plugin hook (#1485979) 17 years ago
thomascube 5499336fef Use global request tokens and automatically protect all POST requests 17 years ago
alecpl 61e96cd1f9 - fix svn file $Id$ 17 years ago
alecpl 2c3d81dddd - use simple rcube_smtp class
- Installer: fix SMTP settings test
17 years ago
alecpl a07ab6da09 - remove useless $Rev$ from version number 17 years ago
alecpl b26e1d23a0 - fix related attachments without linking to message part are not listed (#1485984) 17 years ago
alecpl 4307ccd82b - prevent PREPARE error on postgres when inserting non-Unicode characters 17 years ago
alecpl 6955c70f28 - handle errors in insert_id() 17 years ago
alecpl 93af155f64 - Fix import of vCard entries with params (#1485453) 17 years ago
alecpl 77edef7ebd - fix bug in rcube_config::header_delimiter() 17 years ago
thomascube 7477973d93 Make 2nd argument optinal (#1485976) 17 years ago
thomascube 57f0c81f2c Use request tokens to protect POST requests from CSFR 17 years ago
alecpl 19862b5586 - added 'smtp_debug' option 17 years ago
till af58c3ec6a * added $Rev$ to version

							
						
17 years ago
thomascube afc6e4bd10 Added hook when killing a session 17 years ago
thomascube 75fd64f17f Add hook to write_log function 17 years ago
thomascube a366a323b5 Prevent from endless loops in render_page hook 17 years ago
thomascube c6514e01f9 Indent with spaces not tabs 17 years ago
alecpl 3536577bcb - improve responsiveness by flushing template output asap, also set the \Seen flag after message page display 17 years ago
alecpl 99a4539170 - small code improvements + possible bugs fixes 17 years ago
alecpl 5f571eb1db - few fixes for last commits 17 years ago
alecpl 713a66fc0f - prevent from some mcrypt warnings (#1485970) 17 years ago
alecpl 0b6e9700f2 - r2734 fix: handle $split parameter for caching and for searching 17 years ago
alecpl 40dfeaddf8 - Performance improvements by use UID commands (#1485690) 17 years ago
alecpl 34ebe0ba2c - speed up adding of messages to the list after message move/delete 17 years ago
alecpl ce72e0125c - simplify 'utf8' class use, make rcube_charset_convert() 5x faster on systems without mbstring and iconv installed 17 years ago
thomascube 742d61aaf3 Add generic hook when a html page is rendered 17 years ago
alecpl 8bc018a72f - added 3rd argument to rcube_print_time() 17 years ago
alecpl d559cba5f7 - Added 'imap_debug' option, described 'sql_debug' option in config file 17 years ago
alecpl b6b593416b - Support strftime's format modifiers in date_* options (#1484806) 17 years ago
alecpl 72cd3c1a76 - Support %h variable in 'smtp_server' option (#1485766) 17 years ago
alecpl b0d56e93f5 - simple fix for malformed Content-Disposition (#1485965) 17 years ago
alecpl 2818f8e9ed - Show SMTP errors in browser (#1485927) 17 years ago
thomascube 4fa127ad66 Rename latest hook because 'list_mailboxes' already exists... 17 years ago
thomascube f62d5fac0a Add new hook 'list_mailboxes' to alter the mailboxlist 17 years ago
thomascube 8448fca1f1 Let internal 'template_container' hook append to existing content 17 years ago
thomascube 588135500b Use spl_autoload_register() instead of __autoload (#1485947) + fix indentation 17 years ago
thomascube 3ca3bd467a Add plugin hooks 'smtp_connect' and 'list_identities' (#1485954, #1485958) 17 years ago
alecpl fccdf16364 - check virtuser before create_user hook (#1485950) + one if statement improvement 17 years ago
thomascube 07722a2d1d Create rcube_user instance early to enable the following plugin hooks to use it 17 years ago
thomascube 73967c7169 Also save signature field when creating a new identity at login 17 years ago
thomascube 08c8c3dbb9 Move 'login' field to the right level + codestyle 17 years ago
alecpl 6bfac4ced3 - make private methods really private
- rename _mod_mailbox() to mod_mailbox() and make it public
17 years ago
alecpl 41caad8b48 - fix lost argument in iil_C_FetchHeaders call (#1485941) 17 years ago
alecpl b550c2eaa5 - fix rcube_message_part cloning 17 years ago
alecpl 4e92534105 - more performance improvements of caching 17 years ago
alecpl ac622998f9 - Fix non-unicode characters caching in unicode database (#1484608) 17 years ago
alecpl b32cb21a7d - more preformance improvements of messages caching + some code refactoring 17 years ago
alecpl ad84f9c06c - performance improvements of messages caching 17 years ago
alecpl ecb9fb058d - use RCMAIL_CHARSET instead of hardcoded 'utf-8' 17 years ago
alecpl 70306a4c75 - support PEAR::Net_* in __autoload() 17 years ago
alecpl e6ee84bcf8 - check is_readable in load_from_file() 17 years ago
thomascube a176965032 Typo 17 years ago
thomascube 3d4ba62808 Fix link text replacements (#1485789) 17 years ago
thomascube 2f14293716 Use filemtime for cache busting + better etag for static files 17 years ago
alecpl 191354ca7a - fix use_only_cookies typo (#1485929) 17 years ago
alecpl 28674a848a - fix bug in delete_mailbox when deleting many folders 17 years ago
alecpl 3a2b270c9d - always call logout action as task (#1485919) 17 years ago
alecpl 8ca0c7ce6a - fix folder ID generation (for example two folders 'aaa' and 'aaa "') 17 years ago
alecpl e20e310162 - Fix messages searching on MailEnable IMAP (#1485762) 17 years ago
alecpl 2dd7ee346f - Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
17 years ago
thomascube 737f0da348 Allow rcube_plugin::task to be a regular expression defining several tasks (e.g. mail|settings) 17 years ago
thomascube ed205f4183 Change rcube_user::list_identities() to return an array instead of a sql-result 17 years ago
thomascube 533e8602c0 Add cache-buster to scripts and linked files in skin templates 17 years ago
alecpl 384d83adb9 - make searching aware of 'skip_deleted' 17 years ago
alecpl 78ebe75bce - fix rc_wordwrap() (#1485909) 17 years ago
alecpl c5ee036866 - fix rcmail_temp_gc() + small code cleanups 17 years ago
alecpl 0b2ce91f25 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI 17 years ago
alecpl 74eb6c3ceb - fix bug in last commit 17 years ago
alecpl 79c45f4b18 - fix rep_specialchars_output() performance, remove old 'charset' option use 17 years ago
alecpl 88ed237f7c - speed up plain text messages parsing (up to 60%) 17 years ago
alecpl b1fb698c49 - added more charset aliases 17 years ago
alecpl ca85b1c6bb - handle iso-8859-1 as windows-1252
- some fixes for utf8 class
17 years ago
alecpl 09839a59cb - cross-browser css fixes 17 years ago
alecpl 1ae1d85ce4 - use -ms-filter for IE8 opacity 17 years ago
alecpl 47f072523b - Fix displaying of big maximum upload filesize (#1485889) 17 years ago
thomascube 0e99d37a18 Use event system on the client to handle ajax callbacks 17 years ago
alecpl 977078372e - use explode() instead of deprecated in php5.3 split() 17 years ago
alecpl a17fe620d4 - support browser object in template expressions 17 years ago
alecpl 6138a55f80 - fixed headers prefetching 17 years ago
alecpl dadefb80b3 - prevent duplicated inserts (#1485867) 17 years ago
alecpl adc0bf01f5 - allow empty identity name (#1485863) 17 years ago
alecpl a1fc8d2518 - removed unused and declared in PHP-5.3 quoted_printable_encode function (#1485879) 17 years ago
alecpl bb5dd5916b - reverted accidentally removed code 17 years ago
alecpl 9b2ccdd9cb - don't unset button title on IE (#1485874) 17 years ago
thomascube a25d3969a0 Re-enable the permalink command (allows one to choose right-click and open-in-new-tab) 17 years ago
thomascube b4f7c665bb Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments 17 years ago
alecpl 8234b4c6bc - Support UID EXPUNGE: remove only moved/deleted messages 17 years ago
alecpl 1301e98110 - Support initial identity name from virtuser_query (#1484003) 17 years ago
alecpl 7dbe2fa6bf - get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins) 17 years ago
alecpl 49dfb0047a - Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
17 years ago
thomascube 20d50de2d8 Fix URLs to plugin skin directory 17 years ago
thomascube eb6f198a2d Rename function to correct english spelling 17 years ago
thomascube 029c2fa60e Pass return value of config->load_from_file() back to the plugin 17 years ago
thomascube c73b195e5d Add function for plugins to load a local config file 17 years ago
thomascube 66f68e9623 Make links with /this/ pointing to the plugins skin directory 17 years ago
thomascube e7008cd4c6 Add fallback to default skin in plugins + replace links to plugin directory with the real plugin dir 17 years ago
alecpl 969f6b4c8b - support plugin templates 17 years ago
thomascube 0772a7dee2 Fix invalid object reference 17 years ago
alecpl a5897a3e38 - Support UTF-7 encoding in messages (#1485832) 17 years ago
alecpl dbe44cd105 - Better support for malformed character names (#1485758) 17 years ago
alecpl 55f54e2b9f - mdb2 bug workaround for identities insert/edition queries (#1485853) 17 years ago
alecpl 74d421d55a - don't show message on unknown error (#1485848) + translate "Server Error!" message 17 years ago
alecpl 2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
17 years ago
alecpl 48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 17 years ago
thomascube f879f4e2f8 Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation 17 years ago
thomascube 953ce3f69c Don't write session data on every unset but just remember the unset variables 17 years ago
alecpl 27924acf43 - speed up the whole session cleaning in kill_session() 17 years ago
alecpl 1c5be6f792 - Support UUencode content encoding (#1485839) 17 years ago
alecpl 6481bbcf34 - don't stop on error 17 years ago
svncommit f22c2cefb4 Really, really logout (fixes r2467). 17 years ago
svncommit 617b4f699f Minimize chance of race condition in session handling (#1485659, #1484678) 17 years ago
alecpl 78cdeba1a8 - last commit fix 17 years ago
alecpl 91ec0a0559 - speed up remove_message_cache() by using message uid instead of idx 17 years ago
alecpl 26d857447f - Fix session handling on non-session SQL query error (#1485734) 17 years ago
alecpl ae1df26948 - fix \Seen flag setting with enable_caching=true (#1485843) 17 years ago
alecpl 23a2eec4d5 - ereg -> preg 17 years ago
alecpl 50d515a7d6 - some hints to use sqlite db (#1485821) 17 years ago
alecpl aeed58d5af - Use UID STORE/COPY commands 17 years ago
thomascube 69f18a09ae Add plugin hooks for creating/saving/deleting identities and contacts 17 years ago
thomascube 762a699dc7 Hard-wrap message headers according to RFC 17 years ago
alecpl b20bca7df2 - Fix fatal error after last commit in rcube_imap (#1485825) 17 years ago
thomascube 5c2d6e3555 Fix adding labels from plugins 17 years ago
thomascube 1c932d58b5 Allow plugins to define their own tasks + add 'domain' parameter for rcube_template::button() 17 years ago
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
17 years ago
alecpl 76db10d65d - fix setting empty string in imap_root 17 years ago
alecpl 0ad27c3840 - Added log_date_format option (#1485709) 17 years ago
alecpl ac9927c1ff - check identities_level when creating identities for new user 17 years ago
alecpl bac3565695 - Fix read/write database recognition (#1485811) 17 years ago
thomascube 3db528bd5c Use compressed version of jQuery.js 17 years ago
alecpl fa1a15c01e - #1485809: use local copy of jQuery lib (1.3.2) 17 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 17 years ago
alecpl 8b961eef04 - use extension_loaded() instead of get_loaded_extensions() 17 years ago
alecpl f86e8f5faa - Support STARTTLS in IMAP connection (#1485284) 17 years ago
alecpl 942069969c - Support several e-mail addresses per user from virtuser_file (#1485678)
- return NULL from rcube_user::email2user if user not found (#1485801)
17 years ago
alecpl 7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
17 years ago
thomascube c9a2fa9db0 Fix charset conversion error logging 17 years ago
till c762c07ce9 * autoload is only invoked when a class is not found - no need for include_once 17 years ago
alecpl abb7450380 - use US-ASCII as failover also for SORT command (when used for searching) 17 years ago
alecpl ec74645d46 - Use US-ASCII as failover when Unicode searching fails (#1485762)
only US-ASCII is a must-have charset from IMAP's RFC
17 years ago
thomascube 11526305f5 Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests 17 years ago
alecpl 65d7108190 - Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758) 17 years ago
thomascube ae8a602167 Don't return empty string when UTF-7 decoding fails + cleanup codestyle 17 years ago
thomascube 0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 17 years ago
alecpl 0ff63513c2 #1485741: fix installer after some last changes 17 years ago
alecpl 19d1b28c56 - Fix replying to message with html attachment (#1485676) 17 years ago
alecpl 050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
17 years ago
alecpl 33875df40b - Support non-standard "GMT-XXXX" literal in date header (#1485729) 17 years ago
alecpl 5e68157c56 - Pass static method as array to preg_replace_callback (#1485689) 17 years ago
thomascube 21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 17 years ago
alecpl 6e047cff29 - performance fix: don't fetch attachment headers twice when parse filename cont. values 17 years ago
alecpl 9b4aaa79d3 - Fix displaying of alternative-inside-alternative messages (#1485713) 17 years ago
alecpl 5c771cb25e - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) 17 years ago
alecpl 3866fd4681 - Fix large search results in non-default_imap_folders when imap_root is set (#1485703) 17 years ago
alecpl 0d57de907f - Fix large search results on server without SORT capability (#1485668) 17 years ago
alecpl bc39ad2a22 - fix r2251 17 years ago
thomascube aa055c931a Get rid of vulnerable preg_replace eval and create_function (#1485686) + correctly handle base and link tags in html messages 17 years ago
alecpl 4f27148d40 #1485693: fix for addresses without angle brackets 17 years ago
alecpl 478c7c63d8 - Secure vcard export by getting rid of preg's 'e' modifier use (#1485689) 17 years ago
alecpl b7c1685b2d #1484467: fix problems with backslash as imap hierarchy delimiter 17 years ago
till cbbef379a5 * bumping up copyright (happy new year ;-)) 17 years ago
alecpl c58c0aedba - Fix address names with '@' sign handling (#1485654) 17 years ago
alecpl 9c5bee69d7 - Fix SQL query execution errors handling in rcube_mdb2 class (#1485509) 17 years ago
alecpl 7a229b9e33 - Improve messages display performance 17 years ago
svncommit 6710a63617 Add required parameters to raise_error() calls. 17 years ago
till b99bf45479 * fixing notice, moved error_reporting one up, added @todo 17 years ago
alecpl 17060ee10b #1485648: fix multiple identities from virtuser_query all set to default 17 years ago
alecpl 922c2d923a - fix imap::set_options() 17 years ago
thomascube 230f944bf6 Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session 17 years ago
thomascube 1608f43282 Secure bin scripts by requiring a valid session and replace preg_replace(/../e) with preg_replace_callback 17 years ago
thomascube 35c31ed638 Group settings boxes together in floating blocks for better layout 17 years ago
thomascube b9f9f185e7 Simplify code 17 years ago
alecpl 77e2322271 #1485549: fix mb_convert_encoding() issue 17 years ago