Aleksander Machniak
|
f3b55ee8e8
|
Do not reset messages count in set_folder()
|
12 years ago |
Aleksander Machniak
|
6e8f2a7448
|
Notify about a new mail only if it's UNSEEN (#1388965)
|
12 years ago |
Thomas Bruederli
|
65de0018c8
|
Trigger 'refresh' hook in mail view
|
12 years ago |
Aleksander Machniak
|
04689fa7ee
|
Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858)
|
12 years ago |
Aleksander Machniak
|
8b748de4ec
|
Plugin API: add 'check_recent' hook with possibility to control folders list used on check-recent action
|
12 years ago |
Aleksander Machniak
|
77de23fa93
|
Added cross-task 'refresh' request for system state updates
|
12 years ago |
Aleksander Machniak
|
e0efd8f5dc
|
Added separate From and To columns apart from smart From/To column (#1486891)
|
12 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
alecpl
|
f3136149fe
|
- Workaround IMAP server issue when THREAD command returns less messages than exist in a folder: don't update folder status in second count() call
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
thomascube
|
c321a955a7
|
Merged devel-framework branch (r5746:5779) back into trunk
|
13 years ago |
alecpl
|
b6da0b76af
|
- Remove deprecated global $IMAP variable usage (#1488148)
|
13 years ago |
alecpl
|
636bd77074
|
- Mark (with different color) folders with recent messages (#1486234)
|
13 years ago |
alecpl
|
bba25299f8
|
- Fix bug where after delete message rows can be added to the list of another folder (#1487752)
|
13 years ago |
alecpl
|
609d3923d7
|
- Cache synchronization using QRESYNC/CONDSTORE
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
|
13 years ago |
thomascube
|
47672bfda5
|
Trigger 'new_messages' hook for all checked folders (#1488083)
|
13 years ago |
thomascube
|
06c01d1720
|
Trigger keep_alive hook when checking for recent messages, too
|
14 years ago |
alecpl
|
4bb7d27b54
|
- Removed focus_on_new_message option, added newmail_notify plugin
|
14 years ago |
alecpl
|
94bdcce081
|
- Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type)
|
14 years ago |
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
14 years ago |
alecpl
|
f6aac389bf
|
- Minimize session data size by storing only last search result
and by removing search result from session after listing with empty search filter
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
7b7edcfa52
|
- Always check INBOX for recent messages, with check_all_folders=false too (#1486912)
|
14 years ago |
alecpl
|
b25dfd0913
|
- removed PHP closing tag
|
15 years ago |
alecpl
|
e99d21ba05
|
- remove offline message list generation on IE, this doesn't realy improve performance now
|
15 years ago |
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
|
15 years ago |
thomascube
|
f52c936f4d
|
Merged devel-threads branch (r3066:3364) back into trunk
|
15 years ago |
alecpl
|
349bb1cc45
|
- fix order of messages added by check_recent
|
15 years ago |
thomascube
|
7c9d922b96
|
New recent check based on UIDs
|
15 years ago |
thomascube
|
5e9a566101
|
Fix checking for new mail (#1485794)
|
15 years ago |
alecpl
|
580ff9c55e
|
- set svn:keywords
|
15 years ago |
alecpl
|
5b3ed54e84
|
- Plugin API: added 'quota' hook
|
15 years ago |
alecpl
|
00a833811e
|
- save unseen count also for current mailbox
|
15 years ago |
alecpl
|
cbeea3d4d0
|
- some code improvements for r2959 change
|
15 years ago |
alecpl
|
78925f8f1a
|
- Fix incorrect count of new messages in folder list when using multiple IMAP clients (#1485995)
- Fix all folders checking for new messages with disabled caching (#1486128)
|
15 years ago |
thomascube
|
dc1dbc478d
|
Implemented new_messages plugin hook (#1486005)
|
15 years ago |
alecpl
|
7a72352294
|
- messages list fix for IE
|
16 years ago |
thomascube
|
48ee693f49
|
Partially reverted r2339 + fix indentation
|
16 years ago |
svncommit
|
93adb3fc1b
|
Fixed check-recent [richs]
|
16 years ago |
alecpl
|
2e1809e550
|
- Fix checking for recent messages on various IMAP servers (#1485702)
- performance fix: Don't fetch quota and recent messages in "message view" mode
|
16 years ago |
till
|
cbbef379a5
|
* bumping up copyright (happy new year ;-))
|
16 years ago |
thomascube
|
2fd975071a
|
Option to check for new mails in all folders (#1484374)
|
16 years ago |
alecpl
|
06343d189e
|
- Added option focus_on_new_message (#1485374)
|
16 years ago |
alecpl
|
095d05ef00
|
#1484805: fix next/last page buttons when new message is added to the list + remove last message
|
16 years ago |
alecpl
|
6d2714b3b3
|
#1484972: optimization: mark as read in one action with preview, deleted redundant quota reads
|
17 years ago |
thomascube
|
cf1f0f97b2
|
Applied patch for updating page title (#1484727, #1484650)
|
17 years ago |
thomascube
|
1107480192
|
Only show new messages if they match the current search (#1484176)
|
17 years ago |
thomascube
|
5eee009671
|
Allow vars and PHP code in templates; improved page title; fixed #1484395
|
17 years ago |
thomascube
|
f1154163b0
|
Merged branch devel-addressbook from r443 back to trunk
|
18 years ago |
thomascube
|
d70ddea08c
|
Fixed check for new messages (closes #1484310)
|
18 years ago |