summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Collapse)Author
2008-06-14- Added option to disable displaying of attached images below the message bodyalecpl
2008-06-14Bugfix: call msg->set_safe() before checking msg->is_savethomascube
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-09#1485110alecpl
2008-06-08- option to disable autocompletion from selected LDAP address books (#1484922alecpl
2008-06-07Change meta-charset specififcation in HTML to UTF-8; no need for ↵thomascube
mb_convert_encoding() anymore
2008-06-05Fix structure parsing and html output for multipart messagesthomascube
2008-06-05Fix fallback if no message strucutre is provided by the imap serverthomascube
2008-06-04Distinguish html and plaintext parts in messagy body displaythomascube
2008-06-04Chech for mb_convert_encoding first because mbstring is optional for ↵thomascube
RoundCube + add some phpdoc
2008-06-02#1485098alecpl
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-27Remove cruft from upload responsethomascube
2008-05-26-display error on any upload error (eg. on post_max_size overlimit)alecpl
2008-05-26-set iframe's border to 'none' for Konqueroralecpl
2008-05-21-typo (#1485079)alecpl
2008-05-21-fixed link (#1485077)alecpl
2008-05-21-fix: enable sorting when IMAP server not supports SORT capabilityalecpl
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomascube
from array to object
2008-05-13remove code obsoleted by fix to parse_attrib_stringsvncommit
2008-05-10- added enctype for attachments form (#1485056)alecpl
2008-05-08- Corrected message headers decoding when charset isn't specified and improvedalecpl
support for native languages (#1485050, #1485048)
2008-05-08- make address_book_type option case insensitivealecpl
2008-05-08- Option 'use_SQL_address_book' replaced by 'address_book_type'alecpl
2008-05-07/tmp/outsvncommit
2008-05-06- removed trigger_error() callalecpl
2008-05-05- last commit fixalecpl
2008-05-05- Do charset conversion also for from/to column on messages listalecpl
2008-05-01- Fix BCC header reset (#1484997)alecpl
2008-04-30* cs fixestill
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomascube
global vars
2008-04-25- movingmessage label could and should be added in mail task onlyalecpl
2008-04-23#1485003: s/rc_mail_mime/rcube_mail_mime/alecpl
2008-04-17- Fix non-RFC dates formatting (#1484901)alecpl
2008-04-16- don't use onchange to toggle editor because of IE bugalecpl
2008-04-16- Decode entities when inserting HTML signature to plain text message (#1484990)alecpl
2008-04-16added language support to HTML editing (#1484862)svncommit
2008-04-15HTML editing fixes, upgrade to TinyMCE v3.0.6svncommit
2008-04-15#1484391, #1484403alecpl
2008-04-14- removed strrstr() definition as it was needed only for php4alecpl
2008-04-13- reverted r1295alecpl
- disable caching for unseen messages to allow marking as read remarked messages
2008-04-13- added seen flag value to etag, so it allows to mark again remarked messagesalecpl
2008-04-12- Fixed and optimized 'read_when_deleted': mark as read on server sidealecpl
in one action when marking as deleted, fixed js bugs when deleting from message preview page
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch
2008-04-11#1484972: optimization: mark as read in one action with preview, deleted ↵alecpl
redundant quota reads
2008-04-10- removed lines wrappingalecpl
2008-04-07#1484898alecpl
2008-04-07- better commands enabling/disabling after get/post response, fixes:alecpl
when delete last (selected) message in mailbox content in preview pane should be cleaned, when delete last (selected) message in mailbox sellect-all, purge and others commands should be disabled, and probably other related bugs