summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/main.inc
AgeCommit message (Collapse)Author
2012-04-16- Framework refactoring (I hope it's the last one):alec
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc git-svn-id: https://svn.roundcube.net/trunk@6091 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-15- More aliases of deprecated functionsalec
git-svn-id: https://svn.roundcube.net/trunk@6086 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-13- Merge devel-framework branch, resolved conflictsalec
git-svn-id: https://svn.roundcube.net/trunk@6073 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-07Corrently focus HTML editor to make cursor visible. Patch by JohnDoh (#1487073)thomasb
git-svn-id: https://svn.roundcube.net/trunk@6050 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-07- Fix format_date() when $convert=false (#1488147)alec
git-svn-id: https://svn.roundcube.net/trunk@6048 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-04- Fix bug where memory_limit = -1 wasn't handled properlyalec
git-svn-id: https://svn.roundcube.net/trunk@6039 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-14Accept DateTime object as input to format_date()thomasb
git-svn-id: https://svn.roundcube.net/trunk@6011 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-29- Add 'type' and 'attribs' parameters for render_mailboxlist hookalec
git-svn-id: https://svn.roundcube.net/trunk@5926 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-26Fix larry issues: 'Mark' button position, broken folders list footeralec
git-svn-id: https://svn.roundcube.net/trunk@5913 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-21Refactored IMAP cache expunge: delegate to storage object; don't rely on ↵thomasb
deprecated 'enable_caching' config option git-svn-id: https://svn.roundcube.net/trunk@5898 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-17- Fix date_today, broken in r5707alec
git-svn-id: https://svn.roundcube.net/trunk@5891 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-03Get rid of global $__skin_path variable (#1488336)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5851 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-13- Make mime type detection based on filename extension to be case-insensitivealec
git-svn-id: https://svn.roundcube.net/trunk@5769 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-06- Fix typo in timezone handling, more exception catchingalec
git-svn-id: https://svn.roundcube.net/trunk@5733 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-06- Don't return 'unknown', use empty string, DateTime* handle more exceptionsalec
git-svn-id: https://svn.roundcube.net/trunk@5732 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-06Handle DateTime exceptionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5731 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-06Avoid use of DateTime::getTimestamp()thomasb
git-svn-id: https://svn.roundcube.net/trunk@5730 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-06Avoid use of 5.2 functions (#1488292)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5729 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-05- Fix bug in handling of base href and inline content (#1488290)alec
git-svn-id: https://svn.roundcube.net/trunk@5713 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-04Use proper timezones from PHP's internal timezonedb (#1485592)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5707 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-25- Add password type field support in rcmail_get_edit_field() (#1488276)alec
git-svn-id: https://svn.roundcube.net/trunk@5650 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-16Add more classes and options to HTML elements for better styleabilitythomasb
git-svn-id: https://svn.roundcube.net/trunk@5623 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-11Make string for unread count configureable by skin; add file type classes to ↵thomasb
attachments list git-svn-id: https://svn.roundcube.net/trunk@5592 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-10Better CSS url() validationthomasb
git-svn-id: https://svn.roundcube.net/trunk@5589 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-09Allow clean background:url(...) styles in safe mode. This will make ↵thomasb
Roundcube pass the Email Standards Acid Test git-svn-id: https://svn.roundcube.net/trunk@5586 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Add option to set default font for HTML message (#1484137) alec
git-svn-id: https://svn.roundcube.net/trunk@5562 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-27- Fix handling of invalid characters in request (#1488124)alec
git-svn-id: https://svn.roundcube.net/trunk@5495 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages ↵alec
bodies (#1487424): don't try to parse it, display notice with a link to download it directly git-svn-id: https://svn.roundcube.net/trunk@5490 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alec
git-svn-id: https://svn.roundcube.net/trunk@5473 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-20- Added TinyMCE localizationsalec
git-svn-id: https://svn.roundcube.net/trunk@5455 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-14- Don't consider \Noselect flag when building folders tree (#1488004)alec
git-svn-id: https://svn.roundcube.net/trunk@5423 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-14- Small improvements in rcmail_render_folder_tree_html()alec
git-svn-id: https://svn.roundcube.net/trunk@5422 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralec
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option git-svn-id: https://svn.roundcube.net/trunk@5398 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-04- Fix handling of dates (birthday/anniversary) in contact data - don't ↵alec
convert them to users timezone (#1488147) git-svn-id: https://svn.roundcube.net/trunk@5390 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-18- Removed zebra-classalec
git-svn-id: https://svn.roundcube.net/trunk@5342 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-30Restrict folders list to write-only in selectors for special folders and ↵thomasb
save-message-to option git-svn-id: https://svn.roundcube.net/trunk@5297 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28Distinguish standard timezone offset and DST of clientthomasb
git-svn-id: https://svn.roundcube.net/trunk@5285 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22Fix compose command from other tasks than mail and address book; skip common ↵thomasb
request parameters git-svn-id: https://svn.roundcube.net/trunk@5267 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21- Add notice on autocompletion that not all records were displayedalec
git-svn-id: https://svn.roundcube.net/trunk@5262 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5210 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalec
- Allow use localized addressbook field subtypes from plugins git-svn-id: https://svn.roundcube.net/trunk@5207 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alec
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method git-svn-id: https://svn.roundcube.net/trunk@5190 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Merge devel-spellcheck branch:alec
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options) git-svn-id: https://svn.roundcube.net/trunk@5181 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05- Check for "Permission denied" string in IMAP error messages to display ↵alec
more appropriate message to the user git-svn-id: https://svn.roundcube.net/trunk@5170 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-30- Make 5th argument of rcmail_deliver_message() optionalalec
git-svn-id: https://svn.roundcube.net/trunk@5148 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-25Move timezone computation to rcube_config; don't override ↵thomasb
SESSION['timezone'] when saving prefs git-svn-id: https://svn.roundcube.net/trunk@5132 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24Log session_id with loginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5118 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-18Fix folders drop-down list: descend into root folder (e.g. INBOX) even if ↵thomasb
part of the exception list git-svn-id: https://svn.roundcube.net/trunk@5089 208e9e7b-5314-0410-a742-e7e81cd9613c