summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2008-06-24Really fix host selection from login formthomascube
2008-06-24Fix typo and re-enable input box for hostthomascube
2008-06-23- typoalecpl
2008-06-23- fixed get_sequence_name()alecpl
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomascube
2008-06-20Store compose parameters in session and redirect to a unique URLthomascube
2008-06-20Simplify step inclusion in controller (index.php)thomascube
2008-06-18Add fallback to old 'skin_path' property + indent with spaces instead of tabsthomascube
2008-06-18Revert changes from r994 and make cram-md5 work again (#1484819)thomascube
2008-06-15- skin_path fix after last changesalecpl
2008-06-15- actually we don't need default_skin optionalecpl
2008-06-15- Added option to select skin in user preferences (#1485031)alecpl
- template_exists() moved to rcube_template class
2008-06-14- fixed warning when show()'ing tables without attributesalecpl
2008-06-14Complete implementation of #1484601: add link for saving sender to address ↵thomascube
book and reload message
2008-06-14More code cleanupthomascube
2008-06-13- Added option to display images in messages from known senders (#1484601)alecpl
2008-06-12- Fix corrupted MIME headers of messages in Sent folder (#1485111)alecpl
2008-06-11- don't call expunge and don't remove message row after message movealecpl
if flag_for_deletion is set to true (#1485002)
2008-06-11- mce_editable field is not used in tinymce3, so detect html-editable ↵alecpl
textarea by class name
2008-06-10- allow tabindex in buttons and #1484171alecpl
2008-06-07-segfault (#1485109)alecpl
2008-06-07-added encoding detection for attachment names when message part hasn't got ↵alecpl
charset definition (#1484969)
2008-06-07Update UPGRADNG instructions + add SVN revision to version string (if available)thomascube
2008-06-07Fix language detection + update Catala localizationthomascube
2008-06-07Cleaned up localization names to unique language_COUNTRY schema according to ↵thomascube
ISO 639-1 and ISO 3166-1
2008-06-06- just boolean checkalecpl
2008-06-06- TLS support in LDAP connections: 'use_tls' property (#1485104)alecpl
2008-06-05Fix structure parsing and html output for multipart messagesthomascube
2008-06-05#1485106alecpl
2008-06-05Fix fallback if no message strucutre is provided by the imap serverthomascube
2008-06-05Use internal strtolower function because mbstring is optionalthomascube
2008-06-04-typo in get_header()alecpl
2008-05-30-removed not existing variablealecpl
2008-05-30-cleanupalecpl
2008-05-30- Support for subfolders in default/protected folders (#1484665)alecpl
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ↵thomascube
inline message parts + remove old code + add some doc comments
2008-05-29-fixed last commitalecpl
2008-05-29-set utf8 locales in setlocale()alecpl
2008-05-28Pass auth_type as argument; don't start session if started from command linethomascube
2008-05-28- Fixed sorting of folders with non-ascii charactersalecpl
2008-05-27Code cleanup: use common objects and methodsthomascube
2008-05-27iil_C_FetchHeaders does not always return the headers in the correct order ↵thomascube
-> sort them manually; improved rcube_header_sorter performance
2008-05-27Moved RoundCube functionality from lib to rcube_imap class; removed debug logthomascube
2008-05-26fix to #1485083till
2008-05-20Fix automatic creation of (prefixed) foldersthomascube
2008-05-18Made encrypt_passwd method public as requested in #1485071thomascube
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomascube
from array to object
2008-05-15Make IMAP auth type configurable (#1483825)thomascube
2008-05-15Allow tabindex attribute in textareasthomascube
2008-05-15Link global config array with class props (to be removed)thomascube