Commit Graph

2450 Commits

Author SHA1 Message Date
alecpl
6f4e7dbcb1 - Added list_mailboxes hook in rcube_imap::list_unsubscribed() (#1486668) 2010-05-22 18:47:27 +00:00
alecpl
87a8685fbf - Fix wrong message on file upload error (#1486725) 2010-05-22 18:24:33 +00:00
alecpl
0b7f3a8ab2 - Add support for data URI scheme [RFC2397] (#1486740) 2010-05-22 07:27:15 +00:00
alecpl
2bb1f633fb - Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' events
- Removed response.callbacks feature
2010-05-21 08:42:59 +00:00
thomascube
a2a36103cf Bump trunk version 2010-05-21 08:18:33 +00:00
svncommit
141eb8a497 Fix double-addition of e-mail domain to content ID in HTML images 2010-05-21 03:24:25 +00:00
thomascube
dffcaa59db No need for the padding since quoted lines are not wrapped at all 2010-05-20 21:47:19 +00:00
thomascube
c769c6699f Default line length is 72 2010-05-20 21:44:00 +00:00
thomascube
8ad5c89f22 Don't wrap quoted lines at all 2010-05-20 21:40:59 +00:00
thomascube
6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 2010-05-20 21:28:30 +00:00
alecpl
e93c72d9a3 - remove html2text hack from autoloader (don't need it anymore) 2010-05-20 10:41:59 +00:00
alecpl
dc9d750e18 - Fix message/rfc822 attachments encoding in sent mail 2010-05-20 08:34:17 +00:00
alecpl
24c91ed78e - Moved error.inc to /utils
- Removed bugs.inc (content copied into main.inc)
2010-05-20 08:04:25 +00:00
alecpl
021ef41737 - Fix duplicated attachments when forwarding a message (#1486487) 2010-05-20 07:56:33 +00:00
alecpl
c1439f925d - Fix message/rfc822 attachments containing only attachments are not parsed properly (#1486743) 2010-05-20 07:10:42 +00:00
alecpl
54531f1d7f - small improvements 2010-05-19 13:23:19 +00:00
alecpl
b00ba6e6de - Fix infinite loop when connection to DB fails using sqlsrv driver (#1486744) 2010-05-19 09:53:36 +00:00
alecpl
9d5c834332 - Fix %00 character in winmail.dat attachments names (#1486738) 2010-05-19 07:57:06 +00:00
alecpl
b62a0d2d23 - Fix in timezone setting (#1486183) 2010-05-19 06:58:42 +00:00
alecpl
c435173eb4 - Fix handling errors of folder deletion (#1486705) 2010-05-19 06:41:02 +00:00
alecpl
6a86d2727a - Fix typo in last commit 2010-05-18 12:08:23 +00:00
alecpl
1d51658ba5 - Parse untagged CAPABILITY response for LOGIN command (#1486742) 2010-05-18 11:58:12 +00:00
alecpl
677e1f26fe - Some files from /bin + spellchecking actions moved to the new 'utils' task 2010-05-18 10:25:29 +00:00
alecpl
caccd193c8 - remove temp code 2010-05-18 07:43:26 +00:00
alecpl
0e7b66357d - Added threads tree icons
- css/js fixes and improvements in (messages) list code
2010-05-18 07:39:31 +00:00
alecpl
283a37fb11 - code cleanup 2010-05-17 10:19:02 +00:00
alecpl
27480b4a02 - fix performance of getElementById wrapper for IE (don't look over all elements if initial getElementById returns no element
)
2010-05-17 09:07:31 +00:00
alecpl
5d04a85924 - removed redundant code in expand_unread() 2010-05-15 14:55:22 +00:00
alecpl
403b45d55e - improve performance of threads expanding/collapsing (significant on IE) 2010-05-15 14:49:10 +00:00
alecpl
e99d21ba05 - remove offline message list generation on IE, this doesn't realy improve performance now 2010-05-15 12:15:58 +00:00
alecpl
a4a270be84 - removed old code 2010-05-14 14:24:13 +00:00
alecpl
ab10d6f7a6 - Fix marking/deleting of all messages in search result (#1486736) 2010-05-14 10:52:53 +00:00
alecpl
349cbfffac - Fix: reset select_all_mode on select-none action 2010-05-14 10:30:12 +00:00
alecpl
d17a7fea4c - remove debug code 2010-05-13 09:13:56 +00:00
alecpl
bb8012cfcd - Extend contact groups support (#1486682) 2010-05-13 09:13:25 +00:00
alecpl
af1cc9d403 - fr_RF update (#1486727) 2010-05-13 07:58:25 +00:00
alecpl
488074965b - Fix check-recent action issues and performance (#1486526)
- Fix messages order after checking for recent (#1484664)
- Fix messages copying
- Reset check-recent interval after check-recent by hand
2010-05-12 19:09:29 +00:00
alecpl
f9a2a601d1 - Fix signatures get added instead of replaced in plain text mode (#1486730) 2010-05-11 19:47:39 +00:00
alecpl
1ac779f490 - Use strcoll instead of strcmp when sorting contacts in autocomplete 2010-05-10 19:43:17 +00:00
alecpl
25fdec592d - Fix autocomplete shows entries without email (#1486452) 2010-05-10 19:38:45 +00:00
alecpl
5933d98c8c - it_IT update (#1486724) 2010-05-10 11:20:52 +00:00
alecpl
b5002a019f - Fix setting sorting order to "None" 2010-05-10 10:00:00 +00:00
alecpl
500af6fcf8 - Fix adding signature above the body in plain-text mode 2010-05-07 09:32:12 +00:00
alecpl
bec31a4e86 - fix for use without session object 2010-05-06 17:51:31 +00:00
alecpl
c833ed4053 - Fix listupdate event doesn't trigger on search response (#1486708) 2010-05-06 09:57:39 +00:00
alecpl
c6a6d25214 - last commit fix 2010-05-06 09:41:12 +00:00
alecpl
a1f7e90a0e - Fix select_all_mode value after selecting a message (#1486720) 2010-05-06 09:21:36 +00:00
alecpl
697298552b - small fix for current_page setting 2010-05-06 08:05:05 +00:00
alecpl
9800a825e7 - improve performance and consistency by setting all list-related env data in list action only 2010-05-06 07:39:57 +00:00
alecpl
1f019c8e58 - Set focus to editor on reply in HTML mode (#1486632)
- Fix composing in HTML jumps cursor to body instead of recipients (#1486674)
2010-05-05 19:14:53 +00:00