Revisions for imp/mailbox.php

Location: [ Horde ] / imp / mailbox.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
2.870 (+4 -3 lines) 08/15/2008 07:12 PM Michael M Slusarz slusarz

Rethink caching and cache the bottleneck - the address parsing - instead of
the UI output.  Since the address parsing is used in both the mailbox and
message screens, we get the benefits of caching in both.  However, this won't
be able to be BC for either mimp or dimp.

2.617.4.84 FRAMEWORK_3 (+3 -4 lines) 08/15/2008 12:02 PM Michael M Slusarz slusarz

MFH:
1.12      +24 -8     imp/lib/IMAP/MessageCache.php
1.268     +2 -2      imp/lib/Mailbox.php
2.869     +3 -4      imp/mailbox.php
1.1171    +1 -0      imp/docs/CHANGES

2.869 (+3 -4 lines) 08/15/2008 03:54 AM Michael M Slusarz slusarz

Cache results of the IMP_UI_Mailbox::getFrom() call, since calls to the
IMP::parseAddressList are expensive.

2.617.4.83 FRAMEWORK_3 (+2 -2 lines) 08/04/2008 11:50 PM Michael M Slusarz slusarz

Bug: 7134
MFH:
MFH:
1.705     +23 -5     imp/lib/IMP.php
1.301     +3 -3      imp/lib/Message.php
1.54      +2 -2      imp/lib/prefs.php
2.868     +2 -2      imp/mailbox.php

2.617.4.82 FRAMEWORK_3 (+2 -3 lines) 08/04/2008 11:48 PM Michael M Slusarz slusarz

MFH:
1.704     +2 -2      imp/lib/IMP.php
2.867     +2 -3      imp/mailbox.php

2.868 (+2 -2 lines) 08/04/2008 06:33 PM Michael M Slusarz slusarz

Bug: 7134
Fixes for using Virtual Trash - mainly related to the fact that when using
virtual trash, threading sort is not available.

2.867 (+2 -3 lines) 08/04/2008 05:45 PM Michael M Slusarz slusarz

Bug: 7123
Since use_vtrash now requires use_trash, no need to check for both (this won't
be backported to 4.2.x due to BC).

2.617.4.81 FRAMEWORK_3 (+1 -4 lines) 08/03/2008 05:46 PM Michael M Slusarz slusarz

Bug: 6018
MF:
2.866     +1 -4      imp/mailbox.php
1.92      +2 -4      imp/themes/screen.css

2.866 (+1 -4 lines) 08/03/2008 05:45 PM Michael M Slusarz slusarz

Bug: 6018
Always hide overflow text in message list headers.

2.865 (+3 -3 lines) 07/22/2008 01:32 AM Michael M Slusarz slusarz

Remove IMP_Serialize_JSON::.

2.864 (+30 -11 lines) 07/01/2008 03:03 AM Michael M Slusarz slusarz

Added readonly mailbox and disable compose hooks.

2.617.4.80 FRAMEWORK_3 (+2 -2 lines) 06/13/2008 12:56 AM Michael M Slusarz slusarz

Bug: 6969
MFH: IMP.php - 1.691; mailbox.php - 2.863

Tags: IMP_4_2_1_RC1

2.863 (+2 -2 lines) 06/13/2008 12:54 AM Michael M Slusarz slusarz

Bug: 6869
Submitted by: thomas.jarosch@intra2net.com
Fix view messages link when cookies are turned off.

2.617.4.79 FRAMEWORK_3 (+2 -2 lines) 06/09/2008 08:35 PM Michael M Slusarz slusarz

MFH 2.862

2.862 (+2 -2 lines) 06/09/2008 08:27 PM Michael M Slusarz slusarz

Fix display of escaped text in tooltip.

2.617.4.78 FRAMEWORK_3 (+2 -2 lines) 05/19/2008 03:25 PM Michael M Slusarz slusarz

MFH: Rearrange parameters so height/width are optional.

Tags: IMP_4_2

2.861 (+2 -2 lines) 05/19/2008 03:22 PM Michael M Slusarz slusarz

Rearrange parameters so height/width are optional.

2.617.4.77 FRAMEWORK_3 (+4 -4 lines) 03/10/2008 01:13 PM Michael M Slusarz slusarz

IMP_MailboxCache -> IMP_MessageCache.

Tags: IMP_4_2_RC4, IMP_4_2_RC3

2.617.4.76 FRAMEWORK_3 (+3 -2 lines) 03/09/2008 11:38 PM Chuck Hagenbuch chuck

MFH:
2.419     +3 -2      imp/folders.php
2.860     +3 -2      imp/mailbox.php
2.711     +3 -2      imp/message.php

2.860 (+3 -2 lines) 03/09/2008 11:31 PM Chuck Hagenbuch chuck

Display the regular page but don't perform the action, and show a
notification why, instead of just exiting.

2.859 (+4 -4 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.

2.858 (+4 -1 lines) 02/28/2008 06:25 PM Chuck Hagenbuch chuck

Throw in a little bone for anyone using Fluid (http://fluidapp.com/) -
a dock badge showing the # of unread messages, like apple mail
displays.

Thoughts on how to do this more elegantly? Anyone want to port it to
DIMP? Anyone want to figure out how to get the apple-touch-icon to be
fetched automatically? Using gear.png from hordeweb looks very nice in
the Dock, but I can't get it to fetch automatically.

2.617.4.75 FRAMEWORK_3 (+2 -2 lines) 02/27/2008 11:48 AM Jan Schneider jan

MFH: 2.857

2.857 (+2 -2 lines) 02/27/2008 11:30 AM Jan Schneider jan

Allow message_missing requests without token.

2.617.4.74 FRAMEWORK_3 (+6 -6 lines) 02/21/2008 01:59 AM Michael M Slusarz slusarz

Bug: 6280
MFH: Fixes re: popup JS code

2.856 (+6 -6 lines) 02/20/2008 11:34 PM Michael M Slusarz slusarz

Make sure prototypejs is loaded when we call popup code.

2.617.4.73 FRAMEWORK_3 (+22 -11 lines) 02/20/2008 06:21 PM Chuck Hagenbuch chuck

MFH: CSRF token protections for IMP actions and logout links

2.855 (+22 -11 lines) 02/18/2008 06:16 PM Chuck Hagenbuch chuck

[cjh] Protect mailbox, message, and folder actions with CSRF tokens.

2.617.4.72 FRAMEWORK_3 (+30 -15 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

2.617.4.71 FRAMEWORK_3 (+2 -3 lines) 01/02/2008 11:50 AM Chuck Hagenbuch chuck

MFH: Avoid using @ to silence define and isset errors.

2.854 (+2 -3 lines) 01/02/2008 11:48 AM Chuck Hagenbuch chuck

Avoid using @ to silence define and isset errors.

2.617.4.70 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:31 AM Jan Schneider jan

Happy New Year

2.853 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

2.852 (+3 -3 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).

2.851 (+30 -15 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.

2.617.4.69 FRAMEWORK_3 (+4 -1 lines) 12/22/2007 02:14 AM Michael M Slusarz slusarz

MFH: 2.850 - mailbox.php; 1.75 - screen.css

2.850 (+4 -1 lines) 12/22/2007 01:49 AM Michael M Slusarz slusarz

Bug: 6018
Hide overflow of size column label.

2.617.4.68 FRAMEWORK_3 (+546 -514 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

2.849 (+2 -2 lines) 11/23/2007 06:19 AM Jan Schneider jan

Revert direct link to thread view.

Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1

2.848 (+2 -2 lines) 11/21/2007 01:10 PM Jan Schneider jan

Add direct link to the thread view from the mailbox (Request #5902).

2.847 (+2 -2 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).

2.846 (+4 -2 lines) 09/10/2007 06:28 PM Jan Schneider jan

Move application-specific hook examples to the application's config directories.

2.845 (+3 -2 lines) 09/05/2007 09:08 AM Jan Schneider jan

Add package name.

2.844 (+1 -2 lines) 08/01/2007 12:11 AM Chuck Hagenbuch chuck

Jon has assigned his copyrights to The Horde Project.

Tags: IMP_4_2_ALPHA

2.843 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

2.842 (+1 -2 lines) 06/20/2007 03:33 PM Michael M Slusarz slusarz

Bug: 5307
Inline PHP-generated javascript to avoid cross-domain leaking.

2.841 (+2 -3 lines) 06/15/2007 07:49 PM Chuck Hagenbuch chuck

single quotes; don't need break after exit

2.840 (+4 -4 lines) 05/12/2007 03:15 PM Chuck Hagenbuch chuck

[cjh] Add a few more new mail sounds and allow the user to choose
between them (Request #3260).

2.839 (+2 -2 lines) 05/08/2007 10:07 AM Michael M Slusarz slusarz

we don't use $msgIndex.

2.838 (+2 -2 lines) 05/07/2007 09:53 AM Michael M Slusarz slusarz

Rename buildMailboxArray() to getMailboxArray() to more clearly indicate that
we are not necessarily generating a "page" of information.  Furthermore,
change parameters to allow a defined set of message numbers we want information
about.

2.617.4.67 FRAMEWORK_3 (+2 -2 lines) 04/06/2007 06:19 PM Michael M Slusarz slusarz

Bug: 5202
If loading from the message page, need to make sure the mailbox name is appended
to the mailbox URL.

Tags: IMP_4_1_6, IMP_4_1_5

2.837 (+5 -4 lines) 03/02/2007 12:20 PM Michael M Slusarz slusarz

Show unread information in titles for virtual folders also.

2.836 (+2 -1 lines) 02/27/2007 01:16 PM Michael M Slusarz slusarz

Better fix for IE6 header/clear goofiness.  Hardcode style in template file
so we don't have to mess with adding a whole other CSS file for a single
definition.

2.835 (+2 -2 lines) 02/25/2007 06:24 AM Jan Schneider jan

Show last search if searching fails.

2.834 (+2 -2 lines) 02/24/2007 01:15 AM Michael M Slusarz slusarz

This check is silly and unneeded since it prevents RSS from being used on
folders in the base namespace.

2.833 (+3 -4 lines) 02/19/2007 01:51 AM Michael M Slusarz slusarz

Bump threshold for showing both menus to 20.

2.832 (+2 -2 lines) 02/17/2007 09:09 PM Matt Selsky selsky

can not -> cannot.

2.831 (+1 -22 lines) 02/17/2007 07:37 PM Matt Selsky selsky

Remove legend on mailbox page now that we have tooltips.

2.830 (+10 -10 lines) 02/17/2007 02:53 PM Matt Selsky selsky

Add toolips to status icons on mailbox index and message page.

2.829 (+3 -3 lines) 02/16/2007 02:12 PM Michael M Slusarz slusarz

Bug: 4867
[mms] Change 'Important' flag to 'Flagged For Followup' and clear the flag
after a reply (Request #4867).

2.828 (+2 -2 lines) 02/06/2007 12:44 PM Jan Schneider jan

Missed an imp.js.php instance.

2.827 (+4 -2 lines) 02/05/2007 12:53 AM Chuck Hagenbuch chuck

[cjh] Add a modal confirmation dialog for emptying a folder (Request #4812).
(specifically one that is created with redbox.js and so can't be defaulted
by hitting enter)

2.826 (+23 -1 lines) 01/12/2007 07:19 AM Jan Schneider jan

Set alternate link to rss.php.

2.825 (+4 -3 lines) 01/12/2007 03:47 AM Michael M Slusarz slusarz

Clean up the newmail notification code.

2.824 (+2 -2 lines) 01/11/2007 01:24 PM Chuck Hagenbuch chuck

escape uids so that checkboxes have the correct value if the mailbox
name includes &

2.823 (+17 -10 lines) 01/05/2007 05:07 PM Michael M Slusarz slusarz

Once we open a mailbox with 'recent' messages, clear the 'recent' flags so
we don't continually get the new message notifications - since those messages
aren't really 'recent' anymore.

2.822 (+2 -9 lines) 01/05/2007 04:55 PM Michael M Slusarz slusarz

Clean up newmessage popup generation code.  use a single template and
create the JS using a single function in IMP::.

2.617.4.66 FRAMEWORK_3 (+3 -3 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_1_4, IMP_4_1_4_RC1

2.821 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

2.820 (+5 -3 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

2.819 (+2 -2 lines) 12/27/2006 02:50 AM Michael M Slusarz slusarz

Remove PHP code from popup.js.

2.818 (+3 -5 lines) 12/26/2006 03:33 AM Michael M Slusarz slusarz

Remove all PHP code from mailbox JS script.

2.817 (+1 -2 lines) 12/23/2006 03:22 PM Michael M Slusarz slusarz

Don't need specific, special Empty Trash link anymore since we have an empty
folder icon on every mailbox page.

2.816 (+21 -8 lines) 12/23/2006 02:47 AM Michael M Slusarz slusarz

Add search term descriptions to search results/virtual folder pages.

2.815 (+4 -1 lines) 12/23/2006 02:15 AM Michael M Slusarz slusarz

Don't add duplicate form tags in search mailboxes.

2.814 (+2 -2 lines) 12/20/2006 11:27 PM Chuck Hagenbuch chuck

80% was far too small

2.813 (+2 -2 lines) 12/19/2006 12:57 AM Chuck Hagenbuch chuck

Use all relative font sizes. I'm sure some tweaking will be needed.

2.812 (+12 -13 lines) 12/18/2006 03:26 PM Chuck Hagenbuch chuck

- Load template engine in base.php since it's used pretty much everywhere.
- Use IMP_Template everywhere, not Horde_Template
- No reason to use Template/Template.php, just use lib/Template.php.

2.811 (+29 -20 lines) 12/17/2006 09:24 PM Chuck Hagenbuch chuck

Implement non-modal newmail popups (Request #3327).

2.810 (+36 -71 lines) 12/15/2006 02:16 AM Michael M Slusarz slusarz

No need for if flag in templates anymore

2.809 (+2 -5 lines) 12/07/2006 12:39 PM Michael M Slusarz slusarz

Actually, the UI class will format an empty date for us - we just need to make
sure we don't access the object property if it doesn't exist when passing the
parameter in.

2.808 (+2 -2 lines) 12/07/2006 12:36 PM Michael M Slusarz slusarz

revert - this was altered during unrelated debugging.

2.807 (+6 -3 lines) 12/07/2006 12:33 PM Michael M Slusarz slusarz

Bug: 4748
Catch invalid dates.

2.806 (+1 -2 lines) 12/04/2006 05:35 PM Michael M Slusarz slusarz

Fix key navigation in IE (need to attach onkeydown to document, not window).
Don't need separate event handlers for left and right arrow navigation -
just use onKeyDownHandler().  Means we don't need to load keybindings.js
anymore.

2.805 (+3 -3 lines) 12/04/2006 05:28 PM Michael M Slusarz slusarz

Bug: 4715
Fix ctrl-key navigation.

2.804 (+2 -2 lines) 12/01/2006 03:00 PM Michael M Slusarz slusarz

renamed variable

2.803 (+3 -3 lines) 11/29/2006 11:01 PM Michael M Slusarz slusarz

Use IMP_Serialize_JSON:: for BC.

2.802 (+2 -2 lines) 11/29/2006 05:12 AM Jan Schneider jan

Fix variable.

2.801 (+13 -14 lines) 11/29/2006 01:12 AM Michael M Slusarz slusarz

no need to have separate mailbox_indices varaiable since the incoming indices
always have the mailbox information associated with them.

2.800 (+27 -36 lines) 11/28/2006 11:12 PM Michael M Slusarz slusarz

Convert mailbox.php javascript to prototype and various other js cleanups.

2.799 (+2 -1 lines) 11/28/2006 02:44 AM Michael M Slusarz slusarz

Begin to transition mailbox.js to prototype.

2.617.4.65 FRAMEWORK_3 (+4 -1 lines) 11/25/2006 11:57 PM Chuck Hagenbuch chuck

MFH: close bug 4344

2.798 (+2 -2 lines) 11/08/2006 02:28 AM Michael M Slusarz slusarz

Bug: 4253
More encoding improvements for popup_imp().

2.797 (+2 -6 lines) 11/06/2006 12:40 AM Michael M Slusarz slusarz

Bug: 4253
Fix encoding ampersands when calling popup_imp() javascript function.

2.796 (+2 -1 lines) 11/04/2006 12:54 AM Chuck Hagenbuch chuck

[cjh] Fix message list header underflow in IE7 (Bug #4608).

2.617.4.64 FRAMEWORK_3 (+3 -3 lines) 11/03/2006 01:10 AM Michael M Slusarz slusarz

Bug: 4596
fix draft resumption and to: address composing from search results.

2.795 (+3 -3 lines) 11/03/2006 01:06 AM Michael M Slusarz slusarz

Bug: 4596
Fix both draft reopening and the compose link when we have a 'to:' address
in the from column.

2.794 (+2 -2 lines) 11/02/2006 06:38 PM Chuck Hagenbuch chuck

Make sure preview_cut is set as well as testing for empty.
Bug: 4610
Submitted by: vilius (at) lnk (dot) lt

2.793 (+2 -2 lines) 10/24/2006 09:11 AM Jan Schneider jan

Don't show [[END]] tag if preview has been cut earlier.

2.792 (+3 -1 lines) 10/24/2006 08:32 AM Jan Schneider jan

Add button to empty the current folder.

2.791 (+5 -5 lines) 10/08/2006 12:14 AM Chuck Hagenbuch chuck

Don't need these arguments anymore.

2.790 (+5 -5 lines) 09/17/2006 06:47 PM Chuck Hagenbuch chuck

Fix fatal errors.
Also fix subjects, I think 'preview' is correct here instead of 'fullsubject'. Michael?

Only showing the 100 latest revisions. Show all revisions? (may take a while).