Summary | Imp Inbox display on portal page |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | karsten (at) horde (dot) org |
Created | 02/19/2007 (6708 days ago) |
Due | |
Updated | 11/18/2009 (5705 days ago) |
Assigned | |
Resolved | 11/18/2009 (5705 days ago) |
Milestone | IMP 5.0 |
Patch | No |
State ⇒ Resolved
Version ⇒ Git master
already exists.
of the last 5-10 messages is displayed, instead of a full mailbox
implementation.
State ⇒ Accepted
of the last 5-10 messages is displayed, instead of a full mailbox
implementation.
State ⇒ Accepted
State ⇒ Resolved
but I wanted to get it into CVS so it gets global find/replace fixes
at least.
New Attachment: mailbox[1].php
Save to imp/lib/Block/mailbox.php
New Attachment: mailbox.php
idea. (Note: the hide column features doesn't work atm)
This code is a proof of concept and not a starting point for the
implementation of this block!
Priority ⇒ 1. Low
State ⇒ New
New Attachment: FolderSummaryPortal.png
Queue ⇒ IMP
Summary ⇒ Imp Inbox display on portal page
Type ⇒ Enhancement
has mail, tasks and upcoming events all at one glance. See attached
screenshot to gen an idea.
As a proof of concept I created a block example. It's rather ugly
prototype code: I just took imp/mailbox.php, threw out some unneeded
stuff and enclosed it in an ob_start() / ob_end_clean.
A "real" implementation should be done by moving the contents of
imp/mailbox.php to a function in lib/ and then use this by both
imp/mailbox.php and Block/mailbox.php.
However I really don't know enough about imp to do this on my own.