summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2008-02-25* introduced isset() because that is how you test if a var is set (which is ↵till
why a NOTICE is a good idea to look at sometimes) * fixed a bug - $smtp_conn was checked, but it's actually called $SMTP_CONN, now the connection is really being re-used git-svn-id: https://svn.roundcube.net/trunk@1136 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20Add (currently unused) function to delete all contacts + update changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@1126 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20Remove MDN headers before saving in sent folder + fix wrong variale namethomasb
git-svn-id: https://svn.roundcube.net/trunk@1125 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20* fixing #1484792 (Thanks for the note!)till
git-svn-id: https://svn.roundcube.net/trunk@1123 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19Localize folder name in page title (#1484785)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1119 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-16* doublechecking the user id is settill
git-svn-id: https://svn.roundcube.net/trunk@1094 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-15* cs in require_oncetill
git-svn-id: https://svn.roundcube.net/trunk@1089 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-14* small cs fixestill
git-svn-id: https://svn.roundcube.net/trunk@1084 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-14* more verbose error msgtill
git-svn-id: https://svn.roundcube.net/trunk@1081 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-13* implemented feature from #1484476till
git-svn-id: https://svn.roundcube.net/trunk@1063 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-12Also do charset decoding as suggested in RFC 2231 (fix #1484321)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1050 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-11Add UI elements to mark the selected messages read/unreadthomasb
git-svn-id: https://svn.roundcube.net/trunk@1044 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-10* fixing #1484494 (people can delete the last identity otherwise)till
* FOR TRANSLATERS: introducing new message git-svn-id: https://svn.roundcube.net/trunk@1035 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-08Added some charset aliases to fix typical mis-labelling (#1484565)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1032 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-08Distinguish ssl and tls for imap connections (#1484667)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1031 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
2008-02-06* committing patch from #1484593 (re-open if this breaks anything)till
git-svn-id: https://svn.roundcube.net/trunk@1025 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-06Little fix for an unused feature :-)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1024 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-05Applied patch for updating page title (#1484727, #1484650)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1019 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-04Respect config when localize folder namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1014 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-03* cstill
git-svn-id: https://svn.roundcube.net/trunk@1003 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02Always update $CONFIG with user prefs (#1484729)thomasb
git-svn-id: https://svn.roundcube.net/trunk@997 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02Simplified fix for remembering searches when viewing message + Don't ask for ↵thomasb
MDN confirmations on drafted messages (#1484691) git-svn-id: https://svn.roundcube.net/trunk@996 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* fixed #1484738till
git-svn-id: https://svn.roundcube.net/trunk@993 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-29 * included error code in error messagetill
* returned directly from the SMTP on authentication error * useful for debugging SMTP errors git-svn-id: https://svn.roundcube.net/trunk@970 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10New class rcube_user + send message disposition notificationthomasb
git-svn-id: https://svn.roundcube.net/trunk@938 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-29Track message disposition notification flag and headersthomasb
git-svn-id: https://svn.roundcube.net/trunk@933 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Only show new messages if they match the current search (#1484176)thomasb
git-svn-id: https://svn.roundcube.net/trunk@932 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25More input sanitizingthomasb
git-svn-id: https://svn.roundcube.net/trunk@931 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fixed some potential security risks + updatedd changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@930 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fix bug with case-sensitive folder names (#1484245)thomasb
git-svn-id: https://svn.roundcube.net/trunk@927 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Don't create default folders by defaultthomasb
git-svn-id: https://svn.roundcube.net/trunk@925 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-19Correctly set session cookie lifetime if not 0thomasb
git-svn-id: https://svn.roundcube.net/trunk@920 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-19Cast to array because this could be empty; update requirements descriptionthomasb
git-svn-id: https://svn.roundcube.net/trunk@919 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-09Add escapeSimple method to rcube_db() object, to be used instead of quote() ↵robin
which will not allways work in virtuser query, for example when using something like REGEXP '(^|,)%u(,|$)' git-svn-id: https://svn.roundcube.net/trunk@915 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-08Optimize caching and avoid unnecessary IMAP requeststhomasb
git-svn-id: https://svn.roundcube.net/trunk@913 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-07Correctly decode attachments when downloading them (fixes #1484645)thomasb
git-svn-id: https://svn.roundcube.net/trunk@912 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-06Fix bugs #1484555, #1484646 and #1484639thomasb
git-svn-id: https://svn.roundcube.net/trunk@911 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-18Add support for Korean charset (KS_C_5601)thomasb
git-svn-id: https://svn.roundcube.net/trunk@885 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Only change subscriptions when renaming succeeds; also quote slashesthomasb
git-svn-id: https://svn.roundcube.net/trunk@883 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Show appropriate warning on connection errorthomasb
git-svn-id: https://svn.roundcube.net/trunk@882 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Make message listing less error pronethomasb
git-svn-id: https://svn.roundcube.net/trunk@875 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-15When a parent folder is deleted, delete the children immediately, instead of ↵robin
one-by-one as r833 did. git-svn-id: https://svn.roundcube.net/trunk@866 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-15Re-subscribe folders after renaming parent folder.robin
git-svn-id: https://svn.roundcube.net/trunk@865 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-10Log error when login fails due to auto_create_user turned offthomasb
git-svn-id: https://svn.roundcube.net/trunk@862 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-04Use object method to get imap hierarchy delimiterthomasb
git-svn-id: https://svn.roundcube.net/trunk@857 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-03Update copyright noticeihug
git-svn-id: https://svn.roundcube.net/trunk@850 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