thomascube
995267974c
Remove RSS feed step. Should be replaced by a plugin
15 years ago
thomascube
47d8d39cf4
Use rcmail::imap_connect() to establish IMAP connections; always initialize rcube_imap object in mail steps
15 years ago
alecpl
3b1426a1e5
- lost fix for Attachment Excessive Memory Use issue ( #1484660 )
15 years ago
alecpl
48bc52e835
- Fix imap_init hook broken in r3258 ( #1486493 )
15 years ago
alecpl
1e6b19ddd7
- Fix quota indicator value after folder purge/expunge ( #1486488 )
15 years ago
alecpl
3e8898ef60
- Fix external mailto links support for use as protocol handler ( #1486037 )
15 years ago
alecpl
91790e41f3
- Fix attachment excessive memory use, support messages of any size ( #1484660 )
15 years ago
alecpl
9b94eb6415
- Fix setting task name according to auth state. So, any action before user
...
is authenticated is assigned to 'login' task instead of 'mail'. Now binding
plugins to 'login' task is possible and realy usefull. It's also possible
to bind to all tasks excluding 'login'.
15 years ago
alecpl
b620493a4b
- Fix quoted text wrapping when replying to an HTML email in plain text ( #1484141 )
15 years ago
alecpl
ad18d63cc1
- Fix handling of extended mailto links (with params) ( #1486354 )
15 years ago
alecpl
e7dde1f086
- small optimization
15 years ago
alecpl
10eedbe75a
- add file/line definitions to raise_error() calls
15 years ago
alecpl
baf645619a
- remove google spellchecker response headers to prevent browser error
15 years ago
alecpl
580ff9c55e
- set svn:keywords
15 years ago
alecpl
1b5f98a46a
- set Id keyword
15 years ago
alecpl
34b65924b9
- fix mail subject encoding with mb_encode_mimeheader() ( #1486418 )
15 years ago
alecpl
ae9d5832ae
- Removed problematic browser-caching of messages
15 years ago
alecpl
96b679d10d
- Fix removal of <title> tag from HTML messages ( #1486432 )
15 years ago
alecpl
8490014ffe
- better headers formatting
15 years ago
alecpl
57837fd689
- Bug in spellchecker suggestions when server charset != UTF8 ( #1486406 )
15 years ago
alecpl
9e63e28a80
- Fix top-post signature insert error in HTML forwarded message ( #1486366 )
15 years ago
alecpl
5b3ed54e84
- Plugin API: added 'quota' hook
15 years ago
alecpl
2717f9f68e
- use proper unicode cleanup for JSON, fixes #1486356
15 years ago
alecpl
8abe5485fd
- move compose_message_body hook to better place ( #1486353 )
15 years ago
alecpl
f96ffde231
- Fix parsing conditional comments in HTML messages ( #1486350 )
15 years ago
alecpl
e5d60d69d4
- Use built-in json_encode() for proper JSON format in AJAX replies (and compat. with jQuery 1.4)
15 years ago
alecpl
b68cb39485
- fix r3163 change ( #1486340 )
15 years ago
alecpl
ceeab9ed91
- Allow setting only selected params in 'message_compose' hook ( #1486312 )
15 years ago
alecpl
a82dcd420a
- Plugin API: added 'message_compose_body' hook ( #1486285 )
15 years ago
alecpl
70ee70aeac
- Fix counters of all folders are checked in 'getunread' action with check_all_folders disabled ( #1486128 )
15 years ago
alecpl
6d13ca1846
- add line number to some error messages
15 years ago
alecpl
5cef5b55bf
- fix replyto and cc cols css issue ( #1486276 ) + handle their values as in from/to
15 years ago
thomascube
0207c45c90
More options for top posting feature ( #1484272 ) using patch from Phil Weir
15 years ago
alecpl
50f56d2046
- top posting ( #1484272 )
15 years ago
alecpl
7415c02ecf
- Fix quota indicator issues by content generation on client-size
...
instead of bin/quotaimage.php: better performance, better styling posibilities (#1486197 , #1486220 )
15 years ago
alecpl
16dd372574
- pspell checker: split text by [dot]+[non-word] instead of [dot] and don't check numeric strings
15 years ago
alecpl
b6673c4e41
- fix regular expression for malformed tags handler
15 years ago
alecpl
e4acbbd8cc
- Added server-side e-mail address validation with 'email_dns_check' option ( #1485857 )
15 years ago
alecpl
1a00f138c6
- Fix IE issue with non-UTF-8 characters in AJAX response ( #1486159 )
15 years ago
alecpl
91354e90e8
- performance fix in rcmail_js_message_list()
15 years ago
alecpl
4f69328132
- Partially fixed "empty body" issue by showing raw body of malformed message ( #1486166 )
15 years ago
thomascube
01ffe03908
Hold attachment info in a js list in order to simplify things + codestyle
15 years ago
vbenincasa
3f97120cb1
- Added an alert message when uploading still in progress and the user tries to send the message
...
- Added the functionality to abort the upload process
- Changed the loading icon background to transparent, so it can be used in other templates easily
15 years ago
alecpl
ebf8726eea
- Added attachment upload indicator with parallel upload ( #1486058 )
15 years ago
alecpl
7d1db8c901
- fix setting unread count in pagetitle
15 years ago
alecpl
bf1b66bf1d
- Fix handling HTML comments in HTML messages ( #1486189 )
15 years ago
alecpl
1cead0cbf4
- sorting by message index - added 'index_sort' option ( #1485936 )
15 years ago
alecpl
ddc891db46
- fixed Received header format
15 years ago
alecpl
6d479a622b
- remove set_magic_quotes_runtime() call, use set_time_limit() with @ ( #1486149 )
15 years ago
alecpl
915e3d19ed
- fix for last commit in getunread action
15 years ago