summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-11Make sure that evt.target exists before trying to access it.Nathan Kinkade
2009-03-11Squeezed the filter dropdown below the search to allow more horizontal space ↵Nathan Kinkade
for lower resolutions. Probably will need to do more.
2009-03-11Add a Not Spam button and code toggle it's visibility depending on whether ↵Nathan Kinkade
the user is viewing the Spam folder.
2009-03-11Bits and pieces needed for a copy-message dropdown.Nathan Kinkade
2009-03-11Changes necessary to implement a move-message dropdown button.Nathan Kinkade
2009-03-11Changing font size shifted the relative positions ... had to move the ↵Nathan Kinkade
markmessage div to the left.
2009-03-11Made text on buttons of buttonbar smallerNathan Kinkade
2009-03-11Some new label strings for the npk themeNathan Kinkade
2009-03-11The beginnings of a custom theme, this bit just replaces the image-buttons ↵Nathan Kinkade
with text-buttons and moves some controls from the footer to below the button bar.
2009-03-11Added the actual copyto dropdown to the template, and some related CSS.Nathan Kinkade
2009-03-11Added an English translation label for the copyto dropdown.Nathan Kinkade
2009-03-11Added functionality to copy messages from one mailbox to another.Nathan Kinkade
2009-03-11Added a new, personal theme - based on the defaultNathan Kinkade
2009-03-11Added main config fileNathan Kinkade
2009-03-11Added DB config fileNathan Kinkade
2009-03-11Applied message threading patch from Chris January: ↵Nathan Kinkade
http://www.atomice.com/blog/?p=33
2009-03-11- Fix 'mode' parameter in sqlite DSN (#1485772)alec
git-svn-id: https://svn.roundcube.net/trunk@2351 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-10Added Marathi translationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2350 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-10Partially reverted r2339 + fix indentationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2347 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09 * autoload is only invoked when a class is not found - no need for include_oncetill
git-svn-id: https://svn.roundcube.net/trunk@2345 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09Update Indonesian and Icelandic localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2340 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09Fixed check-recent [richs]richs
git-svn-id: https://svn.roundcube.net/trunk@2339 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09Make ldap config template easier to uncommentthomasb
git-svn-id: https://svn.roundcube.net/trunk@2338 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-07mk_MK updateyllar
git-svn-id: https://svn.roundcube.net/trunk@2337 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- use US-ASCII as failover also for SORT command (when used for searching)alec
git-svn-id: https://svn.roundcube.net/trunk@2335 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- Use US-ASCII as failover when Unicode searching fails (#1485762)alec
only US-ASCII is a must-have charset from IMAP's RFC git-svn-id: https://svn.roundcube.net/trunk@2334 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06Simplified CHANGELOG; more details can be optained from the svn logthomasb
git-svn-id: https://svn.roundcube.net/trunk@2333 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- Fix FETCH result parsing for servers returning flags at the end of result ↵alec
(#1485763) git-svn-id: https://svn.roundcube.net/trunk@2331 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- Fix errors handling in IMAP command continuations (#1485762)alec
git-svn-id: https://svn.roundcube.net/trunk@2330 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-04Add tests for external stylesheet handlingthomasb
git-svn-id: https://svn.roundcube.net/trunk@2328 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-04- Fix datetime columns defaults in mysql's DDL (#1485641)alec
git-svn-id: https://svn.roundcube.net/trunk@2327 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-02Revert r2322; this is done in rcmail_html4inline() and now secured + fix teststhomasb
git-svn-id: https://svn.roundcube.net/trunk@2324 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-02Create some basic unit tests based in simpletest.orgthomasb
git-svn-id: https://svn.roundcube.net/trunk@2323 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-02Add callback for <a> tags to add target=_blankthomasb
git-svn-id: https://svn.roundcube.net/trunk@2322 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-01- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)alec
git-svn-id: https://svn.roundcube.net/trunk@2321 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-01- Fix attaching more than nine inline images (#1485759)alec
git-svn-id: https://svn.roundcube.net/trunk@2320 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-01- es_ES update (#1485760)alec
git-svn-id: https://svn.roundcube.net/trunk@2319 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Prevent concurrent autocomplete query results display (#1485743)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2318 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Changed code style for better diffsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2317 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Better wording for german localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2316 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Don't return empty string when UTF-7 decoding fails + cleanup codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@2315 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Add mimetype for .rar files according to a comment in #1485311thomasb
git-svn-id: https://svn.roundcube.net/trunk@2314 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Fix mime-type detection using a hard-coded map (#1485311)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2313 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27#1485731: de_DE fixalec
git-svn-id: https://svn.roundcube.net/trunk@2311 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-26- Fix new lines stripped from message footer (#1485751)alec
git-svn-id: https://svn.roundcube.net/trunk@2310 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-24- Fix IE problem with mouse click autocomplete (#1485739)alec
git-svn-id: https://svn.roundcube.net/trunk@2309 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-21#1485741: fix installer after some last changesalec
git-svn-id: https://svn.roundcube.net/trunk@2306 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-19- fix r2301 (#1485745)alec
git-svn-id: https://svn.roundcube.net/trunk@2302 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-18- Fix html body washing on reply/forward + fix attachments handling (#1485676)alec
git-svn-id: https://svn.roundcube.net/trunk@2301 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-18- use RCMAIL_CHARSET constalec
git-svn-id: https://svn.roundcube.net/trunk@2299 208e9e7b-5314-0410-a742-e7e81cd9613c