summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-30- Managesieve: Fix requires generation for multiple actions (#1486397)alec
git-svn-id: https://svn.roundcube.net/trunk@3189 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-26gl_ES hr_HR da_DK updateyllar
git-svn-id: https://svn.roundcube.net/trunk@3188 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-23- Fix LDAP problem with special characters in RDN (#1486320)alec
git-svn-id: https://svn.roundcube.net/trunk@3187 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-23- Improved handling of message parts of type message/rfc822 (fixed e.g. ↵alec
inline images in multipart/alternative messages attached as message/rfc822) git-svn-id: https://svn.roundcube.net/trunk@3186 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-21- remove Mail_MimeDecode package - we doesn't use italec
git-svn-id: https://svn.roundcube.net/trunk@3185 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-17- don't use TRUNCATE on sqlite (#1486374)alec
git-svn-id: https://svn.roundcube.net/trunk@3184 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-15- Fix top-post signature insert error in HTML forwarded message (#1486366)alec
git-svn-id: https://svn.roundcube.net/trunk@3183 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-15- Updated TinyMCE to 3.2.7alec
git-svn-id: https://svn.roundcube.net/trunk@3182 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-14- handle situation when 2nd argument of exec_hook() isn't an array (#1486364)alec
git-svn-id: https://svn.roundcube.net/trunk@3181 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-14- don't use preg_replace with /e modifier + code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@3180 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-14- fix empty strings handling in rc_utf8_clean()alec
git-svn-id: https://svn.roundcube.net/trunk@3179 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-13- Plugin API: added 'quota' hookalec
git-svn-id: https://svn.roundcube.net/trunk@3178 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-12- fix warning when authentication fails and debug_level=4 (#1486292)alec
git-svn-id: https://svn.roundcube.net/trunk@3177 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-11- fix warning on PHP5.3 (#1486284)alec
git-svn-id: https://svn.roundcube.net/trunk@3176 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-11- use proper unicode cleanup for JSON, fixes #1486356alec
git-svn-id: https://svn.roundcube.net/trunk@3175 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-11- move TRUNCATE before CREATE INDEX (#1486362)alec
git-svn-id: https://svn.roundcube.net/trunk@3174 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-10- pixel-fix in mailboxlistalec
git-svn-id: https://svn.roundcube.net/trunk@3173 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-09- move compose_message_body hook to better place (#1486353)alec
git-svn-id: https://svn.roundcube.net/trunk@3172 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-09- Fix parsing conditional comments in HTML messages (#1486350)alec
git-svn-id: https://svn.roundcube.net/trunk@3171 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-09- Use built-in json_encode() for proper JSON format in AJAX replies (and ↵alec
compat. with jQuery 1.4) git-svn-id: https://svn.roundcube.net/trunk@3170 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-08- fix console log msg for GET requestsalec
git-svn-id: https://svn.roundcube.net/trunk@3169 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-06- fix r3163 change (#1486340)alec
git-svn-id: https://svn.roundcube.net/trunk@3167 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-06- Allow setting only selected params in 'message_compose' hook (#1486312)alec
git-svn-id: https://svn.roundcube.net/trunk@3166 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-05- Plugin API: added 'message_compose_body' hook (#1486285)alec
git-svn-id: https://svn.roundcube.net/trunk@3165 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-04- fix unintentional adding signatures with html mode and ↵alec
autoaddsignature=never (#1486335) git-svn-id: https://svn.roundcube.net/trunk@3164 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-04- Fix counters of all folders are checked in 'getunread' action with ↵alec
check_all_folders disabled (#1486128) git-svn-id: https://svn.roundcube.net/trunk@3163 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-04- added commentalec
git-svn-id: https://svn.roundcube.net/trunk@3159 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-04- fix r3150 (better detection that message/rfc822 should be displayed as ↵alec
message/aternative) git-svn-id: https://svn.roundcube.net/trunk@3158 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-04- don't treat content-disposition item in structure as message partalec
git-svn-id: https://svn.roundcube.net/trunk@3157 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-03- Net_SMTP 1.3.4alec
git-svn-id: https://svn.roundcube.net/trunk@3154 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-03- added feof() checks before fgets/freadalec
git-svn-id: https://svn.roundcube.net/trunk@3153 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-03- pl_PL updatealec
git-svn-id: https://svn.roundcube.net/trunk@3152 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-03- fix last commitalec
git-svn-id: https://svn.roundcube.net/trunk@3151 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-03- Fix displaying nested message parts (#1486246)alec
git-svn-id: https://svn.roundcube.net/trunk@3150 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-02- add line number to some error messagesalec
git-svn-id: https://svn.roundcube.net/trunk@3149 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-02- use absolute paths to prevent errors when writing to logfiles from ↵alec
shutdown function git-svn-id: https://svn.roundcube.net/trunk@3148 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-01- fix folderlist header in message.html after r3141alec
git-svn-id: https://svn.roundcube.net/trunk@3146 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-30- write error to log if connection to managesieve server cannot be establishedalec
git-svn-id: https://svn.roundcube.net/trunk@3145 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-30- don't warn about lack of plugin's config file, it's absolutely optionalalec
git-svn-id: https://svn.roundcube.net/trunk@3144 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-30- small style improvements for folderlist, better Drafts iconalec
git-svn-id: https://svn.roundcube.net/trunk@3141 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-26fr_FR es_ES nl_NL sl_SI updateyllar
git-svn-id: https://svn.roundcube.net/trunk@3140 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-26- a few if()s lessalec
git-svn-id: https://svn.roundcube.net/trunk@3139 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-26- code cleanup (mostly whitespaces)alec
git-svn-id: https://svn.roundcube.net/trunk@3138 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-24- added nb_NO localizationalec
git-svn-id: https://svn.roundcube.net/trunk@3133 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-23- Fix possible messages exposure when using Roundcube behind a proxy (#1486281)alec
git-svn-id: https://svn.roundcube.net/trunk@3132 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-23- use 7th (httponly) argument of setcookie()alec
git-svn-id: https://svn.roundcube.net/trunk@3131 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-23- Fix unicode para and line separators in javascript response (#1486310)alec
git-svn-id: https://svn.roundcube.net/trunk@3128 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-19- additional_message_headers: allow unsetting headers, support plugin's ↵alec
config file (#1486268) git-svn-id: https://svn.roundcube.net/trunk@3119 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-18- set "productname" for Roundcube logo in "error" template (#1486283)alec
git-svn-id: https://svn.roundcube.net/trunk@3117 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-18- de_* localization fixes (#1486298)alec
git-svn-id: https://svn.roundcube.net/trunk@3116 208e9e7b-5314-0410-a742-e7e81cd9613c