summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
2007-09-09Fixed wrong delete button tooltip (#1483965)thomasb
git-svn-id: https://svn.roundcube.net/trunk@789 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Some bugfixes, security issues + minor improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@668 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-07-26Move folder rendering functions so they can be used in the settings section.robin
git-svn-id: https://svn.roundcube.net/trunk@652 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-28Prevent default events on subject link; fixed typo in smtp scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@586 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-18Better refresh of message list; improved HTML mail displaythomasb
git-svn-id: https://svn.roundcube.net/trunk@575 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-18Fixed broken message status managementthomasb
git-svn-id: https://svn.roundcube.net/trunk@574 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-18Use HTTP-POST requests for actions that change application statethomasb
git-svn-id: https://svn.roundcube.net/trunk@573 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-17Add link to message subjects (#1484257); don't make selected list items ↵thomasb
bold; remove duplicate function git-svn-id: https://svn.roundcube.net/trunk@567 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-17Fixed conditional template tags; hide quota display if imap server does not ↵thomasb
support it git-svn-id: https://svn.roundcube.net/trunk@564 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@543 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-04-08List attachments without filenamethomasb
git-svn-id: https://svn.roundcube.net/trunk@540 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-23Fixed bugs #1484276 and #1484300thomasb
git-svn-id: https://svn.roundcube.net/trunk@519 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-21Minor bugfixes posted to the dev-mailing listthomasb
git-svn-id: https://svn.roundcube.net/trunk@515 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-19Correctly parse message/rfc822; fixed html2text conversion; code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@511 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-18Improved contacts drop down; HTML output improvements; JS code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@510 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-02Show localized text for missing subjects (closes #1484243)thomasb
git-svn-id: https://svn.roundcube.net/trunk@501 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-02-16Better input checking on GET and POST varsthomasb
git-svn-id: https://svn.roundcube.net/trunk@483 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-02-16Fix XSS vulnerability (closes #1484254).robin
git-svn-id: https://svn.roundcube.net/trunk@482 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-01-08fixed display of HTML attachmentsestadtherr
git-svn-id: https://svn.roundcube.net/trunk@451 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-01-05Fix unquoted HTML attributes (closes #1484190)robin
git-svn-id: https://svn.roundcube.net/trunk@446 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-31Event handler removing again. Closes #1484200thomasb
git-svn-id: https://svn.roundcube.net/trunk@444 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-29Error handling for attachment uploads; multibyte-safe string functions; XSS ↵thomasb
improvements git-svn-id: https://svn.roundcube.net/trunk@440 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-29Fix HTML parsing (fixes #1484192)robin
git-svn-id: https://svn.roundcube.net/trunk@439 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-29Fix HTML cleanup (fixes #1484183)robin
git-svn-id: https://svn.roundcube.net/trunk@438 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-23Fixed little typos and improved CSS altering in HTML messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@432 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-22Applied security patches by Kees Cook (Ubuntu) + little visual enhancementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@425 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-20New (strict) quoting for all kind of stringsthomasb
git-svn-id: https://svn.roundcube.net/trunk@419 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-18Fix display of quota image/text after a remote command.robin
git-svn-id: https://svn.roundcube.net/trunk@414 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-18If the message is single mime part and non-text, show it as an empty message ↵robin
with an attachment, instead of not displaying anything at all. git-svn-id: https://svn.roundcube.net/trunk@413 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-04Small bugfixes and improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@395 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-01Introducing preview pane and conditional skin tagsthomasb
git-svn-id: https://svn.roundcube.net/trunk@388 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-11-21Bypass Trash folder if Shift-Del was pressed.robin
git-svn-id: https://svn.roundcube.net/trunk@375 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-11-16Fix variable assignment typo (Matt Kaatman).robin
git-svn-id: https://svn.roundcube.net/trunk@370 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-24Partial client re-write with a common list classthomasb
git-svn-id: https://svn.roundcube.net/trunk@354 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-14Initial TinyMCE editor support (still need to work on spellcheck and skins)estadtherr
git-svn-id: https://svn.roundcube.net/trunk@344 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-08Fixed safe_mode issuesthomasb
git-svn-id: https://svn.roundcube.net/trunk@339 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-07Some bugfixes and session expiration stuffthomasb
git-svn-id: https://svn.roundcube.net/trunk@338 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-01Finalized quota imagethomasb
git-svn-id: https://svn.roundcube.net/trunk@334 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-01Quota display as imagethomasb
git-svn-id: https://svn.roundcube.net/trunk@331 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-01Improved message parsing and HTML validationthomasb
git-svn-id: https://svn.roundcube.net/trunk@330 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-30New indentation for quoted message text; HTML validitythomasb
git-svn-id: https://svn.roundcube.net/trunk@329 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-28Fixed tickets 1445501 and 1483820estadtherr
git-svn-id: https://svn.roundcube.net/trunk@327 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-25Finalized new message parsing. Attention: changes in database schemathomasb
git-svn-id: https://svn.roundcube.net/trunk@325 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-18Re-built message parsing (Bug #1327068)thomasb
git-svn-id: https://svn.roundcube.net/trunk@320 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-11More encoding issues; enhanced debugging functionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@314 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-07fixed 'ifame' typocmcnulty
git-svn-id: https://svn.roundcube.net/trunk@302 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-06Rolled back to 289 to fix bug 1483922 - reopens bug 1483918cmcnulty
git-svn-id: https://svn.roundcube.net/trunk@295 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-08-02#1483918 - changed folder list such that the lists are no longer nested.cmcnulty
git-svn-id: https://svn.roundcube.net/trunk@290 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-07-30Alter links in HTML messages; highlight droptargetsthomasb
git-svn-id: https://svn.roundcube.net/trunk@284 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-07-25Several bugfixes and improvements. See CHANGELOG for detailsthomasb
git-svn-id: https://svn.roundcube.net/trunk@282 208e9e7b-5314-0410-a742-e7e81cd9613c