summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/func.inc
AgeCommit message (Expand)Author
2010-02-21Use rcmail::imap_connect() to establish IMAP connections; always initialize r...thomasb
2010-02-13- Fix imap_init hook broken in r3258 (#1486493)alec
2010-02-09- Fix attachment excessive memory use, support messages of any size (#1484660)alec
2010-02-06- Fix setting task name according to auth state. So, any action before useralec
2010-02-05- Fix handling of extended mailto links (with params) (#1486354)alec
2010-01-18- Fix removal of <title> tag from HTML messages (#1486432)alec
2009-12-13- Plugin API: added 'quota' hookalec
2009-12-11- use proper unicode cleanup for JSON, fixes #1486356alec
2009-12-09- Fix parsing conditional comments in HTML messages (#1486350)alec
2009-12-09- Use built-in json_encode() for proper JSON format in AJAX replies (and comp...alec
2009-11-04- fix replyto and cc cols css issue (#1486276) + handle their values as in fr...alec
2009-10-24- Fix quota indicator issues by content generation on client-sizealec
2009-10-16- fix regular expression for malformed tags handleralec
2009-10-12- Fix IE issue with non-UTF-8 characters in AJAX response (#1486159)alec
2009-10-12- performance fix in rcmail_js_message_list()alec
2009-10-12- Partially fixed "empty body" issue by showing raw body of malformed message...alec
2009-10-01- fix setting unread count in pagetitlealec
2009-09-30- Fix handling HTML comments in HTML messages (#1486189)alec
2009-09-17- some code improvements for r2959 changealec
2009-09-11- show Recipient column also for subfolders of Sent/Draftsalec
2009-09-07- Use faster/secure mt_rand() (#1486094)alec
2009-08-27- remove all html tag attribs (#1486003)alec
2009-08-27Strip xmlns attributes from html tagthomasb
2009-08-06- oops, remove debug console callalec
2009-08-06- fix charset modification in html messages (#1486031)alec
2009-07-31- revert r2819 commit removed in last commitalec
2009-07-31- Added 'display_next' optionalec
2009-07-31Prevent from having two meta tags in html codethomasb
2009-07-31better solution for HTML washing encoding issueestadtherr
2009-07-28- revert unwanted commitalec
2009-07-28- Fix displaying of HTML messages with unknown/malformed tags (#1486003)alec
2009-07-21- use simple rcube_smtp classalec
2009-07-19- don't call FETCH for empty (size=0) message partsalec
2009-07-06- Show SMTP errors in browser (#1485927)alec
2009-07-05- don't create rcube_browser object twicealec
2009-07-05- handle <broadcast> tag in html messages (#1485962)alec
2009-06-19No link on subject in IE browsers (#1484913)thomasb
2009-06-10- fix email address pattern for some addressesalec
2009-06-08- Colorized signatures in plain text messagesalec
2009-06-08- typo (#1485910)alec
2009-06-05- fix rcmail_temp_gc() + small code cleanupsalec
2009-06-05- add 'Deleted' to search filteralec
2009-06-05- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options han...alec
2009-06-04- speed up plain text messages parsing (up to 60%)alec
2009-05-14Add hook 'message_sent' for logging or backup purposethomasb
2009-05-12Minimize chance of race condition in session handling (#1485659, #1484678)robin
2009-05-02- Added quick search box menu (#1484304)alec
2009-04-23- messages list fix for IEalec
2009-04-22- fix #1485812alec
2009-04-21- Speed up message list displaying on IE (initialize list in background)alec