summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-17- UI unification alecpl
- Added button to hide/unhide the preview pane (#1484215)
2010-06-17- Fix no-cache headers on https to prevent content caching by proxies (#1486798)alecpl
2010-06-16- Fix base64 regexp (#1486800)alecpl
2010-06-15- remove debug codealecpl
2010-06-15- Added ALTER TABLE .. ENGINE=InnoDB, per discussion in #1486794alecpl
2010-06-15- Fix attachment filenames broken with TNEF decoder using long filenames ↵alecpl
(#1486795) - Use tnef_decoder class from Horde
2010-06-14- fix foreign keys defs unintentionally broken in r3333alecpl
2010-06-14- Add note about enable_installer option (#1486787)alecpl
2010-06-13- small fix for popupmenus on IE6/7 (#1486790)alecpl
2010-06-13- fix fr_RF translation (#1486789)alecpl
2010-06-13- Use user's timezone in Date header, not server's timezone (#1486119)alecpl
2010-06-13- fix in el_GR translation (#1486788)alecpl
2010-06-11- Add option to set separate footer for HTML messages (#1486660)alecpl
2010-06-10- Remove BOM (#1486785)alecpl
2010-06-09- IE6/7 fixesalecpl
2010-06-09 - Sanitize CSS universal selector from e-mails. Without this fix any ↵vbenincasa
message can play with the CSS from entire mail window or mail preview frame. Test case: <style type="text/css">*{ background: #000; }</style>
2010-06-09- Fix html comment on IEalecpl
2010-06-09- remove redundant stylealecpl
2010-06-09- Added mailboxlist options menu in message pagealecpl
2010-06-09- Increase pagesize to 99999 when exporting contactsalecpl
- Improve performance by disabling counter query when exporting contacts
2010-06-09- typo in label namealecpl
2010-06-09- some improvements + added splitter in Identitiesalecpl
2010-06-09- unified css styles for (old) #directorylist*, use common ↵alecpl
.boxfooter/.boxlistcontent classes
2010-06-09- fix #importbox heightalecpl
2010-06-09- remove some debug codealecpl
2010-06-09- Reverted r3725 changealecpl
2010-06-08Bring back some previously removed linesthomascube
2010-06-08Unify directory/mailbox list actionsthomascube
2010-06-08- Add real SMTP error description to displayed error messages (#1485927)alecpl
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alecpl
2010-06-07- fix for initial capability responsealecpl
2010-06-07- support dynamic hostname variables in 'username_domain' optionalecpl
2010-06-07- typoalecpl
2010-06-07- Fix RFC2397 handling in wash_style()alecpl
2010-06-05- IE6 css fixes for popup menusalecpl
2010-06-05- IE6 css fixes (addressbook groups list)alecpl
2010-06-04- fix parsing bodystructure of messages with "Content-Type: ↵alecpl
multipart/related; type=multipart/alternative"
2010-06-04- Fix related parts aren't displayed when got mimetype other than image/* ↵alecpl
(#1486432)
2010-06-04- Fix related parts aren't displayed when got mimetype other than image/* ↵alecpl
(#1486432)
2010-06-04- Remove duplicates in autocomplete result (#1486772)alecpl
2010-06-04- Fix handling very long THREAD responsesalecpl
2010-06-04- performance improvement: we can skip THREAD when folder is emptyalecpl
2010-06-04- performance improvement: skip SEARCH command when mailbox is empty and ↵alecpl
SEARCH is called just after SELECT
2010-06-04- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH responsealecpl
2010-06-04- Skip UNSEEN counting when list is emptyalecpl
2010-06-04- Fix: don't call FETCH when THREADS returns empty resultalecpl
2010-06-03- Add line-break in place of <DIV> tag (#1486666)alecpl
2010-06-03Add multiple identity and database support to squirrelmail_usercopy plugin ↵thomascube
(#1486517)
2010-06-03- Fix autocomplete results are wrongly displayed when search string contains ↵alecpl
e.g. a dot character
2010-06-03- support dynamic hostname variables in configalecpl