summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Expand)Author
2009-10-24- Fix quota indicator issues by content generation on client-sizealecpl
2009-10-16- fix regular expression for malformed tags handleralecpl
2009-10-12- Fix IE issue with non-UTF-8 characters in AJAX response (#1486159)alecpl
2009-10-12- performance fix in rcmail_js_message_list()alecpl
2009-10-12- Partially fixed "empty body" issue by showing raw body of malformed message...alecpl
2009-10-01- fix setting unread count in pagetitlealecpl
2009-09-30- Fix handling HTML comments in HTML messages (#1486189)alecpl
2009-09-17- some code improvements for r2959 changealecpl
2009-09-11- show Recipient column also for subfolders of Sent/Draftsalecpl
2009-09-07- Use faster/secure mt_rand() (#1486094)alecpl
2009-08-27- remove all html tag attribs (#1486003)alecpl
2009-08-27Strip xmlns attributes from html tagthomascube
2009-08-06- oops, remove debug console callalecpl
2009-08-06- fix charset modification in html messages (#1486031)alecpl
2009-07-31- revert r2819 commit removed in last commitalecpl
2009-07-31- Added 'display_next' optionalecpl
2009-07-31Prevent from having two meta tags in html codethomascube
2009-07-31better solution for HTML washing encoding issuesvncommit
2009-07-28- revert unwanted commitalecpl
2009-07-28- Fix displaying of HTML messages with unknown/malformed tags (#1486003)alecpl
2009-07-21- use simple rcube_smtp classalecpl
2009-07-19- don't call FETCH for empty (size=0) message partsalecpl
2009-07-06- Show SMTP errors in browser (#1485927)alecpl
2009-07-05- don't create rcube_browser object twicealecpl
2009-07-05- handle <broadcast> tag in html messages (#1485962)alecpl
2009-06-19No link on subject in IE browsers (#1484913)thomascube
2009-06-10- fix email address pattern for some addressesalecpl
2009-06-08- Colorized signatures in plain text messagesalecpl
2009-06-08- typo (#1485910)alecpl
2009-06-05- fix rcmail_temp_gc() + small code cleanupsalecpl
2009-06-05- add 'Deleted' to search filteralecpl
2009-06-05- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options han...alecpl
2009-06-04- speed up plain text messages parsing (up to 60%)alecpl
2009-05-14Add hook 'message_sent' for logging or backup purposethomascube
2009-05-12Minimize chance of race condition in session handling (#1485659, #1484678)svncommit
2009-05-02- Added quick search box menu (#1484304)alecpl
2009-04-23- messages list fix for IEalecpl
2009-04-22- fix #1485812alecpl
2009-04-21- Speed up message list displaying on IE (initialize list in background)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube
2009-04-17- Fix UTF-8 byte-order mark removing (#1485514)alecpl
2009-03-31- Fix using mail() on Windows (#1485779)alecpl
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485...alecpl
2009-03-02Revert r2322; this is done in rcmail_html4inline() and now secured + fix teststhomascube
2009-03-02Add callback for <a> tags to add target=_blankthomascube
2009-02-19- fix r2301 (#1485745)alecpl
2009-02-18- Fix html body washing on reply/forward + fix attachments handling (#1485676)alecpl
2009-02-10- Use default_charset for messages without specified charset (#1485661, #1484...alecpl
2009-01-28- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)alecpl
2009-01-23Also allow link-related attributesthomascube