Commit Graph

845 Commits

Author SHA1 Message Date
alecpl
2144f9c432 - Skip UNSEEN counting when list is empty 2010-06-04 07:18:26 +00:00
alecpl
7d43f89532 - Fix duplicated contacts when copying with group selected (#1486766) 2010-06-02 10:02:23 +00:00
thomascube
ca38db5744 Allow to drag into groups of another address source 2010-06-01 18:11:57 +00:00
alecpl
5bde172aef - Add 'messages_list' hook (#1486266) 2010-06-01 11:35:35 +00:00
alecpl
6c9d496fcc - 'threads' column made movable 2010-05-30 07:48:15 +00:00
alecpl
ac8edbed35 - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) 2010-05-29 17:01:15 +00:00
alecpl
d311d809d6 - Fix forwarding of messages with winmail attachments
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839)
- Extend rc_mime_content_type() to work with string buffer
2010-05-28 09:38:41 +00:00
alecpl
8f2b463981 - handle properly inline images without content_id but with content_location 2010-05-27 14:08:48 +00:00
alecpl
c973abfd8b - fix regular expression for images src replacement 2010-05-27 14:08:15 +00:00
alecpl
e55923241f - fix white character after closing tag 2010-05-27 14:07:23 +00:00
alecpl
1a4fa6fe48 - don't set pagetitle in ajax requests 2010-05-25 09:20:28 +00:00
alecpl
ae00404a60 - translate internalerror message 2010-05-23 08:01:46 +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
6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 2010-05-20 21:28:30 +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
677e1f26fe - Some files from /bin + spellchecking actions moved to the new 'utils' task 2010-05-18 10:25:29 +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
e99d21ba05 - remove offline message list generation on IE, this doesn't realy improve performance now 2010-05-15 12:15:58 +00:00
alecpl
bb8012cfcd - Extend contact groups support (#1486682) 2010-05-13 09:13: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
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
c833ed4053 - Fix listupdate event doesn't trigger on search response (#1486708) 2010-05-06 09:57:39 +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
c6427797b7 - fix unseen messages counter after unseen message preview 2010-05-03 18:27:38 +00:00
alecpl
16378fe3a2 - preformance fix: don't load full folders list when checking for folder
existance in sendmail.inc, use internal cache to make mailbox_exists()
  faster when called more than one time for the same folder
2010-05-03 06:41:57 +00:00
alecpl
e095094591 - don't use deprecated split() 2010-05-03 06:06:43 +00:00
alecpl
b62c4869f7 - Allow columns order change per user - drag&drop (#1485795) 2010-05-02 15:09:36 +00:00
alecpl
ea50e71260 - Add References header in read receipt (#1486681) 2010-05-01 07:36:28 +00:00
alecpl
3978d28ecd - Fix quota_zero_as_unlimited (#1486662) 2010-04-29 11:31:41 +00:00
alecpl
1097a3cd8a - don't parse text/html attachment body on download 2010-04-26 13:26:39 +00:00
alecpl
a03c98092f - fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)
- performance: add option to not checking MAXUID in messagecount()
2010-04-23 11:47:24 +00:00
alecpl
b80a97adb0 - fix dublicated 'show' action after contact creation 2010-04-22 13:39:13 +00:00
alecpl
c287f34bd3 - Fix setting spellcheck languages with extended codes (#1486605) 2010-04-19 11:59:06 +00:00
alecpl
da8f11ce16 - Fix messages list scrolling in FF3.6 (#1486472)
- Fix quicksearch input focus (#1486637)
- Small code cleanup + improvements
2010-04-15 11:28:15 +00:00
thomascube
8e3a6039cf Assign newly created contacts to the active group (#1486626) and fix group selection display (#1486619) 2010-04-13 07:24:09 +00:00
alecpl
6b01133063 - Fix regression in disposition-notification (#1486623) 2010-04-12 11:12:37 +00:00
thomascube
bc4960108e Option not to mark messages as read when viewed in preview pane (#1485012) 2010-04-09 15:12:40 +00:00
thomascube
814905ca87 Let plugins modify the Sent folder when composing (#1486548) 2010-04-09 08:38:20 +00:00
thomascube
53d6261619 Fix group expansion which was lost in r3457 + apply patch for autocompletion timeouts from #1486059 2010-04-07 15:53:48 +00:00
thomascube
d1851ba77b Configurable limit of address group members 2010-04-06 06:40:45 +00:00
alecpl
751b22b41f - Added optional (max_recipients) support to restrict total number of recipients per message (#1484542) 2010-04-02 13:53:39 +00:00
thomascube
65c8764b19 Add client-side events when adding/removing groups 2010-04-01 06:52:48 +00:00
thomascube
1d773d7141 Fix typo 2010-04-01 06:40:32 +00:00
thomascube
aa12df20e4 Add server-side plugin hooks to address group functions + better action names 2010-04-01 06:39:06 +00:00