summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2008-04-15- don't send set_env() when env array is emptyalecpl
2008-04-14Fix html quoting in textareasthomascube
2008-04-14- removed strrstr() definition as it was needed only for php4alecpl
2008-04-14Don't use inexisting class namethomascube
2008-04-13- reverted r1295alecpl
2008-04-13- fix for buttons without commands (r1291)alecpl
2008-04-12- Fixed and optimized 'read_when_deleted': mark as read on server sidealecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube
2008-04-11#1483863: empty trash and expunge inbox on logoutalecpl
2008-04-10#1484980: fixed problem with month abbreviations localization (problem with M...alecpl
2008-04-09#1484624: do ob_start/ob_end_clean when reading config filesalecpl
2008-04-04Remove unnecessary code; unread counts are added client sidethomascube
2008-04-02#1484681alecpl
2008-04-02Remove evil css styles like expression() in HTML messagesthomascube
2008-04-01* removing @ (ldap_bind() shouldn't issue a warning anyway, and if it does, i...till
2008-04-01* debugging bind (simplyfied if/else)till
2008-03-31* committed patch from #1484932till
2008-03-25Don't execute SQL queries if caching is disabledthomascube
2008-03-25Only emulate prepared queries in debug modethomascube
2008-03-25* added escapeSimple() (#1484874)till
2008-03-21Strip slashes from virtuser email values (#1484700)thomascube
2008-03-21Better patch to correctly quote email recipient strings (from #1484191)thomascube
2008-03-21Added charset alias for mb_convert (fixes #1484598)thomascube
2008-03-21GB2312 alias is for iconv only (fixes #1484818)thomascube
2008-03-21Correctly quote email recipient stringthomascube
2008-03-21Applied patch to fix mime decoding an folder subscription (#1484191)thomascube
2008-03-21Add configurable default charset for message decodingthomascube
2008-03-19Enable SQL logging (set 'sql_debug' config param to true); Switch to emulated...thomascube
2008-03-02Minor bug fixes and visual enhancementsthomascube
2008-02-28Fix bug in html select class introduced with r1155thomascube
2008-02-28Add IMAP test and some more options to installer scriptthomascube
2008-02-28Applied patch by Emanuele Rocca to make LDAP filters work with or without bra...thomascube
2008-02-27Make some code work without non-GPL libsthomascube
2008-02-25* introduced isset() because that is how you test if a var is set (which is w...till
2008-02-20Add (currently unused) function to delete all contacts + update changelogthomascube
2008-02-20Remove MDN headers before saving in sent folder + fix wrong variale namethomascube
2008-02-20* fixing #1484792 (Thanks for the note!)till
2008-02-19Localize folder name in page title (#1484785)thomascube
2008-02-16* doublechecking the user id is settill
2008-02-15* cs in require_oncetill
2008-02-14* small cs fixestill
2008-02-14* more verbose error msgtill
2008-02-14* mime_content_type() is unavailable in PHP5 and breaks sending emails with a...till
2008-02-13* implemented feature from #1484476till
2008-02-12Also do charset decoding as suggested in RFC 2231 (fix #1484321)thomascube
2008-02-11Fix send_modified_header() functionthomascube
2008-02-11Add UI elements to mark the selected messages read/unreadthomascube
2008-02-10* fixing #1484494 (people can delete the last identity otherwise)till
2008-02-08Added some charset aliases to fix typical mis-labelling (#1484565)thomascube
2008-02-08Distinguish ssl and tls for imap connections (#1484667)thomascube