summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Expand)Author
2008-07-31Fix read_when_deleted behavior + javascript codestylethomascube
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + s...thomascube
2008-07-22PHP bug #32547 workaround: remove <title> tag because of libxml2 library prob...alecpl
2008-07-22#1485200: fixed text/enriched displayingalecpl
2008-07-22Improve HTML sanitization with washtmlthomascube
2008-07-21- use long date format in print mode (#1485191)alecpl
2008-07-18-fixed attachments removing in draft mode alecpl
2008-07-16- fix for ldap_public value checkingalecpl
2008-07-15Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)thomascube
2008-06-30- Added flag column on messages list (#1484623)alecpl
2008-06-24- Allow trash/junk subfolders to be purged (#1485085)alecpl
2008-06-20Flag original message as Forwarded when sending mailthomascube
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomascube
2008-06-20Indent with spaces and not tabsthomascube
2008-06-20Store compose parameters in session and redirect to a unique URLthomascube
2008-06-16#1484423: add <head> for malformed messages, washtml cannot work without thatalecpl
2008-06-16- Fixed forwarding messages with one HTML attachment (#1484442)alecpl
2008-06-16-fixed emoticons alecpl
2008-06-15- Added option to select skin in user preferences (#1485031)alecpl
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 bo...thomascube
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 mb_convert_e...thomascube
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 RoundCub...thomascube
2008-06-02#1485098alecpl
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ...thomascube
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
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
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