alecpl
2008-07-28 3ac95d5a673db544d7ceeaa9e5fca766cb738120
2008-07-22 alecpl
PHP bug #32547 workaround: remove <title> tag because of libxml2 library pr...
blob@ c1b81f commitdiff | diff to current
2008-07-22 alecpl
#1485200: fixed text/enriched displaying
blob@ 9103d1 commitdiff | diff to current
2008-07-22 thomascube
Improve HTML sanitization with washtml
blob@ 21e724 commitdiff | diff to current
2008-07-21 alecpl
- use long date format in print mode (#1485191)
blob@ 5b1de5 commitdiff | diff to current
2008-07-15 thomascube
Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
blob@ 5b3dd4 commitdiff | diff to current
2008-06-30 alecpl
- Added flag column on messages list (#1484623)
blob@ e189a6 commitdiff | diff to current
2008-06-24 alecpl
- Allow trash/junk subfolders to be purged (#1485085)
blob@ ddd776 commitdiff | diff to current
2008-06-20 thomascube
Indent with spaces and not tabs
blob@ 2da368 commitdiff | diff to current
2008-06-16 alecpl
#1484423: add <head> for malformed messages, washtml cannot work without that
blob@ 5f8686 commitdiff | diff to current
2008-06-14 alecpl
- Added option to disable displaying of attached images below the message body
blob@ 166b61 commitdiff | diff to current
2008-06-14 thomascube
More code cleanup
blob@ 83a763 commitdiff | diff to current
2008-06-09 alecpl
#1485110
blob@ 32b709 commitdiff | diff to current
2008-06-07 thomascube
Change meta-charset specififcation in HTML to UTF-8; no need for mb_convert...
blob@ 350459 commitdiff | diff to current
2008-06-05 thomascube
Fix structure parsing and html output for multipart messages
blob@ cfe4a6 commitdiff | diff to current
2008-06-05 thomascube
Fix fallback if no message strucutre is provided by the imap server
blob@ 0a9989 commitdiff | diff to current
2008-06-04 thomascube
Distinguish html and plaintext parts in messagy body display
blob@ 21605c commitdiff | diff to current
2008-06-04 thomascube
Chech for mb_convert_encoding first because mbstring is optional for RoundC...
blob@ 65cc1c commitdiff | diff to current
2008-05-29 thomascube
Replace our crappy html sanitization with the dom-based washtml script + fi...
blob@ 45f56c commitdiff | diff to current
2008-05-21 alecpl
-typo (#1485079)
blob@ 2b962c commitdiff | diff to current
2008-05-21 alecpl
-fixed link (#1485077)
blob@ 8dc048 commitdiff | diff to current
2008-05-21 alecpl
-fix: enable sorting when IMAP server not supports SORT capability
blob@ 2a9cb3 commitdiff | diff to current
2008-05-17 thomascube
New class rcube_message representing a mail message; changed global $MESSAG...
blob@ 8fa58e commitdiff | diff to current
2008-05-12 svncommit
remove code obsoleted by fix to parse_attrib_string
blob@ 84f5b7 commitdiff | diff to current
2008-05-08 alecpl
- Corrected message headers decoding when charset isn't specified and impro...
blob@ 583850 commitdiff | diff to current
2008-05-05 alecpl
- last commit fix
blob@ 90cd45 commitdiff | diff to current
2008-05-05 alecpl
- Do charset conversion also for from/to column on messages list
blob@ 1088d6 commitdiff | diff to current
2008-05-01 alecpl
- Fix BCC header reset (#1484997)
blob@ 7ec922 commitdiff | diff to current
2008-04-30 thomascube
Next step: introduce the application class 'rcmail' and get rid of some glo...
blob@ 197601 commitdiff | diff to current
2008-04-25 alecpl
- movingmessage label could and should be added in mail task only
blob@ e3902e commitdiff | diff to current
2008-04-23 alecpl
#1485003: s/rc_mail_mime/rcube_mail_mime/
blob@ d91fed commitdiff | diff to current
2008-04-17 alecpl
- Fix non-RFC dates formatting (#1484901)
blob@ ea090c commitdiff | diff to current
2008-04-15 alecpl
#1484391, #1484403
blob@ d7a411 commitdiff | diff to current
2008-04-12 thomascube
Changed codebase to PHP5 with autoloader + added some new classes from the ...
blob@ 47124c commitdiff | diff to current
2008-04-11 alecpl
#1484972: optimization: mark as read in one action with preview, deleted re...
blob@ 6d2714 commitdiff | diff to current
2008-04-10 alecpl
- removed lines wrapping
blob@ 379050 commitdiff | diff to current
2008-04-07 alecpl
#1484898
blob@ 97f57d commitdiff | diff to current
2008-03-24 till
* committing patch from #1484783
blob@ 0b1727 commitdiff | diff to current
2008-02-20 thomascube
Remove MDN headers before saving in sent folder + fix wrong variale name
blob@ ae8f19 commitdiff | diff to current
2008-02-19 thomascube
Localize folder name in page title (#1484785)
blob@ fed22f commitdiff | diff to current
2008-02-14 svncommit
Fix for XSS vulnerability (see http://bugs.debian.org/cgi-bin/bugreport.cgi...
blob@ 356f74 commitdiff | diff to current
2008-02-13 thomascube
Always use subject col when dragging messages
blob@ d24d20 commitdiff | diff to current
2008-02-12 svncommit
condense TinyMCE toolbar down to one line, removing table buttons (#1484747...
blob@ 2f93b0 commitdiff | diff to current
2008-02-11 thomascube
Bring back missing download link for attachments
blob@ 29bee0 commitdiff | diff to current
2008-02-06 thomascube
Remember decision to display images for a certain message during session (#...
blob@ 6726f0 commitdiff | diff to current
2008-02-04 thomascube
Make sending of read receipts configurable
blob@ 0ea884 commitdiff | diff to current
2008-01-31 svncommit
Remember search results (closes #1483883).
blob@ 1f020b commitdiff | diff to current
2007-12-10 thomascube
New class rcube_user + send message disposition notification
blob@ fba1f5 commitdiff | diff to current
2007-11-25 thomascube
More input sanitizing
blob@ d5342a commitdiff | diff to current
2007-11-25 thomascube
Fixed some potential security risks + updatedd changelog
blob@ c57996 commitdiff | diff to current
2007-11-01 thomascube
Also remove unclosed script tags (fixes XSS vulnerability)
blob@ a08a60 commitdiff | diff to current
first | « prev | next »