|
1.11 (+23 -1 lines) |
07/01/2008 03:03 AM |
Michael M Slusarz slusarz |
Added readonly mailbox and disable compose hooks. |
|
1.3.2.5 FRAMEWORK_3 (+12 -1 lines) |
06/05/2008 05:04 AM |
Jan Schneider jan |
Merge IMAP prefs driver configuration and hooks. Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1 |
|
1.10 (+12 -1 lines) |
03/12/2008 04:08 PM |
Chuck Hagenbuch chuck |
Configuration and hooks for the Kolab_imap prefs driver
Bug: 6434
Submitted by: Gunnar Wrobel <p (at) rdus (dot) de> |
|
1.3.2.4 FRAMEWORK_3 (+3 -3 lines) |
03/10/2008 01:13 PM |
Michael M Slusarz slusarz |
IMP_MailboxCache -> IMP_MessageCache. Tags: IMP_4_2, IMP_4_2_RC4, IMP_4_2_RC3 |
|
1.9 (+3 -3 lines) |
03/07/2008 08:23 PM |
Michael M Slusarz slusarz |
This has bothered me for the longest time - we are storing messages in this
cache, not mailboxes. Change the library name now and corresponding config
options so we don't need to change them after 4.2 is released. |
|
1.3.2.3 FRAMEWORK_3 (+35 -1 lines) |
02/29/2008 04:25 PM |
Chuck Hagenbuch chuck |
MFH:
1.8 +35 -1 imp/config/hooks.php.dist
1.82 +2 -1 imp/config/servers.php.dist
1.1101 +1 -0 imp/docs/CHANGES
1.1 +57 -0 imp/lib/Quota/hook.php (new) |
|
1.8 (+35 -1 lines) |
02/29/2008 04:22 PM |
Chuck Hagenbuch chuck |
[cjh] Add a hook quota driver (Michael.Redinger@uibk.ac.at, Request #6322). |
|
1.3.2.2 FRAMEWORK_3 (+49 -1 lines) |
01/03/2008 02:07 AM |
Michael M Slusarz slusarz |
Bug: 5234
MFH: Add hook for adding formatting information to a message list row. Tags: IMP_4_2_RC2 |
|
1.7 (+3 -3 lines) |
01/03/2008 01:53 AM |
Michael M Slusarz slusarz |
Fix library name. |
|
1.6 (+2 -2 lines) |
12/28/2007 05:55 PM |
Matt Selsky selsky |
Fix hook function name. |
|
1.5 (+10 -37 lines) |
12/26/2007 05:59 PM |
Michael M Slusarz slusarz |
Fix a few typos.
Hide a bit more of the PHP coding details from the user in the hook by
calling internal IMP functions instead (useful anyways since we will be using
the code in DIMP also). |
|
1.4 (+76 -1 lines) |
12/26/2007 05:27 PM |
Michael M Slusarz slusarz |
Bug: 5234
Merge after: 3 days
Add hook for adding formatting information to a message list row. |
|
1.3.2.1 FRAMEWORK_3 (+1 -1 lines) |
12/20/2007 08:59 AM |
Jan Schneider jan |
Merge from HEAD. |
|
1.3 (+2 -1 lines) |
11/14/2007 05:28 AM |
Michael M Slusarz slusarz |
Do a smarter job of loading some libraries - we pretty much will always need
IMAP.php, while Template/Help is only needed when viewing via imp (they
are not needed when using dimp/mimp). Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, IMP_4_2_RC1 |
|
1.2 (+17 -45 lines) |
09/26/2007 07:24 PM |
Jan Schneider jan |
Remove pre-IMP-4.2 code.
Bug: 5738
Submitted by: Gunnar Wrobel |
|
1.1 |
09/10/2007 06:28 PM |
Jan Schneider jan |
Move application-specific hook examples to the application's config directories. |