summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2008-09-18Better detection of HTML double-encoded entitiesthomascube
2008-09-18Set the right number of arguments for setcookie()thomascube
2008-09-18- fixed typoalecpl
2008-09-18Secure the other cookie, too.svncommit
2008-09-18Bind cookie gotten over HTTPS to HTTPS only (#1485336).svncommit
2008-09-16- Allow and use spellcheck attribute for input/textarea fields (#1485060)alecpl
2008-09-16Fix typos + only add callback for style tags when safe-flag is setthomascube
2008-09-16Always return language prop even if no other prefs are savedthomascube
2008-09-16- removed temp write_log()alecpl
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alecpl
- Fixed endless loop in iil_C_HandlePartBody() - rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
2008-09-15Redesign of the identities settings + add config option to disable multiple ↵thomascube
identities
2008-09-15#1485266: changed rc_mime_content_type()'s failover to ↵alecpl
'application/octet-stream'
2008-09-13Fix broken quoted-printable encodingthomascube
2008-09-13#1485343: fix _task setting in urlalecpl
2008-09-12Fix xss entitiy decodingthomascube
2008-09-12Allow (sanitized) style elements in HTML messagesthomascube
2008-09-12Fix quoted-printable encoding according to RFC 2045thomascube
2008-09-12Fix rcmail::url(), don't use comm_paththomascube
2008-09-12Add link to open message in new window + tweaked some header stylesthomascube
2008-09-12- Added vertical splitter for folders list resizingalecpl
- Added possibility to view all headers in message view - Fixed splitter drag/resize on Opera (#1485170) - debug console css fixes for IE
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore ↵thomascube
(#1484453)
2008-09-10Trigger SELECT command to restore connection status after reconnect (#1485330)thomascube
2008-09-06One error message is enough if template was not foundthomascube
2008-09-06Add request URI to error log datathomascube
2008-09-05Immediately save sort_col/sort_order in user prefs (#1485265)thomascube
2008-09-05Allow application/pgp parts to be displayed (#1484753)thomascube
2008-09-05Applied mime_decode patch by David Lublinkthomascube
2008-09-05Respect Content-Location headers in multipart/related messages (#1484946)thomascube
2008-09-05Killed one more global var + log logins to a separate file (not console)thomascube
2008-09-04Enable export of contacts as vCard + DRYthomascube
2008-09-04#1485312: added 'readonly' attribute for input and textarea objectsalecpl
2008-09-03Interesting: (0 == 'auto') => truethomascube
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomascube
2008-09-03- r1718 code cleanupalecpl
2008-09-03- Add RFC2231 header value continuations support for attachmentalecpl
filenames + hack for servers that not support that feature
2008-09-02New feature to import contacts from a vcard file + mark form buttons that ↵thomascube
provide the most obvious operation
2008-09-02- fixed typoalecpl
2008-09-02- fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response usealecpl
2008-09-02Let rcmail class create address book instancesthomascube
2008-08-29Little improvement in mime-detection as suggested in #1485296thomascube
2008-08-29Little code cleanupthomascube
2008-08-29Fix position of collapse/expand icons (#1485302)thomascube
2008-08-28Codestyle + indentationthomascube
2008-08-28Add folder hierarchy collapsing.svncommit
2008-08-28Add rcube name prefixes + codestylethomascube
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-08-22Revert r1670 but improve part download step by fixing headers and adding ↵thomascube
set_time_limit(0)
2008-08-21- removed PHP4 class constructorsalecpl
2008-08-20#1485286: don't use /e modifier with preg_replace()alecpl