summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2008-10-06- #1485468: fix attachment filename (RFC2231 related) alec
git-svn-id: https://svn.roundcube.net/trunk@1944 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-05- removed deprecated rcube_add_label() and all usesalec
- code for 'show' action added in r1937 moved to show.inc git-svn-id: https://svn.roundcube.net/trunk@1939 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03- fix last change in show_bytes()alec
git-svn-id: https://svn.roundcube.net/trunk@1929 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()alec
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410) git-svn-id: https://svn.roundcube.net/trunk@1927 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-02- Fix folders css class setting for folder with names matching defined ↵alec
classes (#1485355) git-svn-id: https://svn.roundcube.net/trunk@1915 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-02- improved rcube_sess_gc() when enable_caching=false, also use join() oncealec
git-svn-id: https://svn.roundcube.net/trunk@1911 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-01- Localized filesize units (#1485340) + small labels capitalization change ↵alec
in en.* (#1485407) git-svn-id: https://svn.roundcube.net/trunk@1907 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-30- #1485423: fixed virtuser_query checkingalec
git-svn-id: https://svn.roundcube.net/trunk@1902 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-29- Added 'mime_param_folding' option with possibility to choosealec
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences git-svn-id: https://svn.roundcube.net/trunk@1897 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-27- added 'en_US.utf8' as fallback for setlocalealec
git-svn-id: https://svn.roundcube.net/trunk@1895 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-26- read 'name' parameter after 'filename' and rfc2231's parameters, alec
Thunderbird truncate long filenames in 'name', but 'filename' contains the whole name git-svn-id: https://svn.roundcube.net/trunk@1894 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-25Also allow appending messages to inbox (if not listed)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1892 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-25Improve vcard decoding and import stepthomasb
git-svn-id: https://svn.roundcube.net/trunk@1891 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-25DRY: set (secure) cookies using rcmail::setcookie() + set ↵thomasb
session.only_use_cookies git-svn-id: https://svn.roundcube.net/trunk@1890 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-24- Fix language autodetection (#1485401)alec
git-svn-id: https://svn.roundcube.net/trunk@1888 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-23- fixed handling of apostrophes in filenames decoded according to rfc2231alec
git-svn-id: https://svn.roundcube.net/trunk@1884 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-22- there's no 'locale_string' option nowalec
git-svn-id: https://svn.roundcube.net/trunk@1881 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21Tiny correction of phpdocthomasb
git-svn-id: https://svn.roundcube.net/trunk@1872 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21Separate method to create iframe tags (with a list of allowed attributes)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1871 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21- added iframe tag to containers listalec
git-svn-id: https://svn.roundcube.net/trunk@1869 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-20Add some post parameters to error log entrythomasb
git-svn-id: https://svn.roundcube.net/trunk@1863 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-20- fixed identities sorting, to have allways identities with the same name in ↵alec
the same order on the list git-svn-id: https://svn.roundcube.net/trunk@1860 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Indent with spaces not tabs. Please respect our code-style when creating ↵thomasb
patches! git-svn-id: https://svn.roundcube.net/trunk@1857 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Don't set a hard-coded language in rcube_userthomasb
git-svn-id: https://svn.roundcube.net/trunk@1856 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Made config files location configurable (#1485215)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1854 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Fix search box on Safari and make pages validatethomasb
git-svn-id: https://svn.roundcube.net/trunk@1850 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19applied tensor's patch: incorrect handling of filename of second and ↵alec
subsequent long non-ASCII attachments git-svn-id: https://svn.roundcube.net/trunk@1849 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19- added 'exp' object supportalec
git-svn-id: https://svn.roundcube.net/trunk@1846 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19- support 'cookie' type in conditionsalec
git-svn-id: https://svn.roundcube.net/trunk@1842 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19- support variables of type 'cookie' (for feature use)alec
git-svn-id: https://svn.roundcube.net/trunk@1840 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Also list message/rfc822 parts as attachment if a filename is specifiedthomasb
git-svn-id: https://svn.roundcube.net/trunk@1837 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Treat US-ASCII as Latin-1 to give messages with wrong charset definition a ↵thomasb
chance git-svn-id: https://svn.roundcube.net/trunk@1836 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Better detection of HTML double-encoded entitiesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1835 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Set the right number of arguments for setcookie()thomasb
git-svn-id: https://svn.roundcube.net/trunk@1830 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18- fixed typoalec
git-svn-id: https://svn.roundcube.net/trunk@1825 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Secure the other cookie, too.robin
git-svn-id: https://svn.roundcube.net/trunk@1824 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Bind cookie gotten over HTTPS to HTTPS only (#1485336).robin
git-svn-id: https://svn.roundcube.net/trunk@1823 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Allow and use spellcheck attribute for input/textarea fields (#1485060)alec
git-svn-id: https://svn.roundcube.net/trunk@1806 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16Fix typos + only add callback for style tags when safe-flag is setthomasb
git-svn-id: https://svn.roundcube.net/trunk@1804 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16Always return language prop even if no other prefs are savedthomasb
git-svn-id: https://svn.roundcube.net/trunk@1802 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- removed temp write_log()alec
git-svn-id: https://svn.roundcube.net/trunk@1801 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alec
- Fixed endless loop in iil_C_HandlePartBody() - rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part() git-svn-id: https://svn.roundcube.net/trunk@1800 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-15Redesign of the identities settings + add config option to disable multiple ↵thomasb
identities git-svn-id: https://svn.roundcube.net/trunk@1796 208e9e7b-5314-0410-a742-e7e81cd9613c
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-13Fix broken quoted-printable encodingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1787 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-13#1485343: fix _task setting in urlalec
git-svn-id: https://svn.roundcube.net/trunk@1781 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Fix xss entitiy decodingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1775 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Allow (sanitized) style elements in HTML messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1773 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Fix quoted-printable encoding according to RFC 2045thomasb
git-svn-id: https://svn.roundcube.net/trunk@1772 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Fix rcmail::url(), don't use comm_paththomasb
git-svn-id: https://svn.roundcube.net/trunk@1771 208e9e7b-5314-0410-a742-e7e81cd9613c