summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/main.inc
AgeCommit message (Expand)Author
2011-11-27- Fix handling of invalid characters in request (#1488124)alec
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages bodie...alec
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alec
2011-11-20- Added TinyMCE localizationsalec
2011-11-14- Don't consider \Noselect flag when building folders tree (#1488004)alec
2011-11-14- Small improvements in rcmail_render_folder_tree_html()alec
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralec
2011-11-04- Fix handling of dates (birthday/anniversary) in contact data - don't conver...alec
2011-10-18- Removed zebra-classalec
2011-09-30Restrict folders list to write-only in selectors for special folders and save...thomasb
2011-09-28Distinguish standard timezone offset and DST of clientthomasb
2011-09-22Fix compose command from other tasks than mail and address book; skip common ...thomasb
2011-09-21- Add notice on autocompletion that not all records were displayedalec
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomasb
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalec
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alec
2011-09-06- Merge devel-spellcheck branch:alec
2011-09-05- Check for "Permission denied" string in IMAP error messages to display more...alec
2011-08-30- Make 5th argument of rcmail_deliver_message() optionalalec
2011-08-25Move timezone computation to rcube_config; don't override SESSION['timezone']...thomasb
2011-08-24Log session_id with loginsthomasb
2011-08-18Fix folders drop-down list: descend into root folder (e.g. INBOX) even if par...thomasb
2011-08-16- Add client-side checking of uploaded files sizealec
2011-08-14More unique error codesthomasb
2011-08-01- Remove function duplicate (from last commit)alec
2011-08-01- Move rcmail_localize_folderpath() to main.incalec
2011-07-29- Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories...alec
2011-07-27Move mail sending functions from mail task to core for general usagethomasb
2011-07-25- Added optional "multithreading" autocomplete featurealec
2011-07-21- Round upload progress percentage valuealec
2011-07-05- Remove debug codealec
2011-07-04- Add optional textual upload progress indicator (#1486039)alec
2011-06-17- Don't log errors when charset conversion failsalec
2011-06-02- Fix identities "reply-to" and "bcc" fields have a bogus value when left emp...alec
2011-06-02- Replace preg_match() with faster strpos()alec
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalec
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string of...thomasb
2011-05-27- Fix handling of "<" character in contact data, search fields and folder nam...alec
2011-05-06- Fixed handling of folder with name "0" in folder selectoralec
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional cr...alec
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725...alec
2011-05-01 - Now the %s variable (used in default_host) works with IDN and with Master ...netbit
2011-04-27 - Added the %s variable in 'default_host' and 'smtp_server' option (%s varia...netbit
2011-04-25- Use shortest include path for better performancealec
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
2011-04-12- Fix handling of debug_level=4 in ajax requests (#1487831)alec
2011-03-01Make it easier to add code to $(document).ready()thomasb
2011-02-20- Fix typo in html_editor hook name (#1487796)alec
2011-02-17- Add variable for 'Today' label in date_today option (#1486120)alec
2011-02-10- Support strftime format in date_today optionalec