summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_shared.inc
AgeCommit message (Collapse)Author
2008-09-15#1485266: changed rc_mime_content_type()'s failover to ↵alec
'application/octet-stream' git-svn-id: https://svn.roundcube.net/trunk@1794 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04Enable export of contacts as vCard + DRYthomasb
git-svn-id: https://svn.roundcube.net/trunk@1732 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1722 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Little improvement in mime-detection as suggested in #1485296thomasb
git-svn-id: https://svn.roundcube.net/trunk@1707 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + ↵thomasb
some code style git-svn-id: https://svn.roundcube.net/trunk@1610 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-18- use fallback if mime_content_type() returns false (#1485222)alec
git-svn-id: https://svn.roundcube.net/trunk@1594 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-07-added encoding detection for attachment names when message part hasn't got ↵alec
charset definition (#1484969) git-svn-id: https://svn.roundcube.net/trunk@1490 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-07More code cleanup + oop-izationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1360 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-29- improved messages list performance - patch from Justin Heesemannalec
git-svn-id: https://svn.roundcube.net/trunk@1341 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-14- removed strrstr() definition as it was needed only for php4alec
git-svn-id: https://svn.roundcube.net/trunk@1301 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-13- reverted r1295alec
- disable caching for unseen messages to allow marking as read remarked messages git-svn-id: https://svn.roundcube.net/trunk@1296 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-31* committed patch from #1484932till
git-svn-id: https://svn.roundcube.net/trunk@1224 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-14* mime_content_type() is unavailable in PHP5 and breaks sending emails with ↵till
attachments * implemented rc_mime_content_type() with file_info-failover * added svn:ignore for phpinfo.php ;-) git-svn-id: https://svn.roundcube.net/trunk@1078 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-11Fix send_modified_header() functionthomasb
git-svn-id: https://svn.roundcube.net/trunk@1048 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-07Truncate attachment filenames to 55 characters (#1484757) and fix misspelled ↵thomasb
function name git-svn-id: https://svn.roundcube.net/trunk@1026 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-29Filter linked/imported CSS files (#1484056)thomasb
git-svn-id: https://svn.roundcube.net/trunk@839 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-24Removed comments; codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@809 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-29# bugfix (thanks yllar)till
git-svn-id: https://svn.roundcube.net/trunk@741 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-29# bugfix (#1484523) fixed rc_request_header functiontill
* normalized input ($HEADER) * also normalized the arrays * returning "really" NULL now (without issueing a warning!) git-svn-id: https://svn.roundcube.net/trunk@736 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-13Fix bugs introduced with latest changesthomasb
git-svn-id: https://svn.roundcube.net/trunk@675 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-07Documentation, code style and cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@666 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@543 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-30Fix cache lifetime parsing, closes #1484306.robin
git-svn-id: https://svn.roundcube.net/trunk@535 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-01Solved wrong caching of message preview (#1484153, #1484236)thomasb
git-svn-id: https://svn.roundcube.net/trunk@500 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-02-26fixed check for selected value in value array in rcube_shared::selectestadtherr
git-svn-id: https://svn.roundcube.net/trunk@497 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-02-22minor code fixesestadtherr
git-svn-id: https://svn.roundcube.net/trunk@493 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-01-03Fixed template parsing (multibyte substring issues)thomasb
git-svn-id: https://svn.roundcube.net/trunk@445 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-29Error handling for attachment uploads; multibyte-safe string functions; XSS ↵thomasb
improvements git-svn-id: https://svn.roundcube.net/trunk@440 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-20New (strict) quoting for all kind of stringsthomasb
git-svn-id: https://svn.roundcube.net/trunk@419 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-06Preview pane and marking as read (#1484132)thomasb
git-svn-id: https://svn.roundcube.net/trunk@400 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-01Introducing preview pane and conditional skin tagsthomasb
git-svn-id: https://svn.roundcube.net/trunk@388 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-11-13Fixed strrpos problem in template parserthomasb
git-svn-id: https://svn.roundcube.net/trunk@367 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-11-09Corrected template parsing and output encodingthomasb
git-svn-id: https://svn.roundcube.net/trunk@364 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-14Initial TinyMCE editor support (still need to work on spellcheck and skins)estadtherr
git-svn-id: https://svn.roundcube.net/trunk@344 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-01Quota display as imagethomasb
git-svn-id: https://svn.roundcube.net/trunk@331 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-18Re-built message parsing (Bug #1327068)thomasb
git-svn-id: https://svn.roundcube.net/trunk@320 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-07-31Compose, save and sendmail cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@288 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-07-18Fixed bugs #1364122, #1468895, ticket #1483811 and other minor bugsthomasb
git-svn-id: https://svn.roundcube.net/trunk@275 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-05-01Started integrating GoogieSpellroundcube
git-svn-id: https://svn.roundcube.net/trunk@214 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-03-03Improved reading of POST and GET valuesroundcube
git-svn-id: https://svn.roundcube.net/trunk@159 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-02-20Fixed some charset bugsroundcube
git-svn-id: https://svn.roundcube.net/trunk@147 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-02-19Applied several patchesroundcube
git-svn-id: https://svn.roundcube.net/trunk@140 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-02-05Added message cache garbage collectorroundcube
git-svn-id: https://svn.roundcube.net/trunk@132 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-01-13Switched to full UTF-8 supportroundcube
git-svn-id: https://svn.roundcube.net/trunk@102 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-01-11Switched to full UTF-8 supportroundcube
git-svn-id: https://svn.roundcube.net/trunk@100 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-12-03Re-design of caching (new database table added\!); some bugfixes; Postgres ↵roundcube
support git-svn-id: https://svn.roundcube.net/trunk@88 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-11-18Fixed minor bugsroundcube
git-svn-id: https://svn.roundcube.net/trunk@85 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-11-15SMTPS support and minor bugfixesroundcube
git-svn-id: https://svn.roundcube.net/trunk@84 208e9e7b-5314-0410-a742-e7e81cd9613c