|
2.231 (+10 -3 lines) |
09/01/2008 05:27 AM |
Jan Schneider jan |
Improve download file name sanitizing.
Not being merged, requires PHP 4.4/5.1. |
|
2.199.4.13 FRAMEWORK_3 (+2 -2 lines) |
01/02/2008 06:31 AM |
Jan Schneider jan |
Happy New Year Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1, IMP_4_2, IMP_4_2_RC4, IMP_4_2_RC3, IMP_4_2_RC2 |
|
2.230 (+2 -2 lines) |
01/02/2008 06:12 AM |
Jan Schneider jan |
Happy New Year |
|
2.199.4.12 FRAMEWORK_3 (+41 -21 lines) |
12/20/2007 08:59 AM |
Jan Schneider jan |
Merge from HEAD. |
|
2.229 (+3 -2 lines) |
11/28/2007 03:01 AM |
Michael M Slusarz slusarz |
Don't compress if 'download_all'. Tags: BEFORE_MERGE_3_2 |
|
2.228 (+7 -3 lines) |
11/27/2007 06:39 PM |
Michael M Slusarz slusarz |
Turn compression back on here. It was turned off because some IE's are buggy,
but these browsers are caught in Horde::compressOutput(). |
|
2.227 (+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_RC1, IMP_4_2_ALPHA |
|
2.226 (+2 -2 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
2.225 (+2 -2 lines) |
06/05/2007 12:43 PM |
Jan Schneider jan |
Use our own set of IMAP flags to not unnecessarily reopen mailboxes. |
|
2.224 (+2 -2 lines) |
04/04/2007 01:39 AM |
Michael M Slusarz slusarz |
Convert IMP_Compose:: to a singleton structure. Fixes some issues with
saving session information when changes to IMP_Compose are called after
getMessageCacheID() is called. |
|
2.199.4.11 FRAMEWORK_3 (+4 -4 lines) |
01/02/2007 08:54 AM |
Jan Schneider jan |
Happy New Year Tags: IMP_4_1_6, IMP_4_1_5, IMP_4_1_4, IMP_4_1_4_RC1 |
|
2.223 (+2 -2 lines) |
01/02/2007 07:47 AM |
Jan Schneider jan |
Happy New Year |
|
2.222 (+6 -4 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.221 (+2 -2 lines) |
09/04/2006 06:43 PM |
Michael M Slusarz slusarz |
coding standards: don't use is_null(). |
|
2.220 (+2 -2 lines) |
07/18/2006 02:00 AM |
Michael M Slusarz slusarz |
Bug: 3171
Remove current mailbox information from session - allows multiple
simultaneous open IMP windows. |
|
2.219 (+2 -3 lines) |
05/31/2006 05:29 PM |
Michael M Slusarz slusarz |
Refactor code so Auth_imp:: only deals with authenticating to the IMAP server.
Auth_imp no longer automatically opens a connection to the current mailbox. We
must now manually call IMP_IMAP::changeMbox() anytime we are working with the
IMAP stream and require a connection to a mailbox. Much cleaner, and should
eliminate any issues with clearing the 'recent' flag incorrectly. |
|
2.218 (+3 -3 lines) |
04/26/2006 12:36 AM |
Michael M Slusarz slusarz |
Remove deprecated assign by reference for new object instantiations. |
|
2.199.4.10 FRAMEWORK_3 (+2 -2 lines) |
03/20/2006 08:01 PM |
Jan Schneider jan |
MFH Tags: IMP_4_1_3, IMP_4_1_2, IMP_4_1_1 |
|
2.217 (+2 -2 lines) |
03/20/2006 07:52 PM |
Jan Schneider jan |
Strip characters from ZIP file name that might cause problems. |
|
2.216 (+2 -2 lines) |
03/12/2006 03:14 AM |
Michael M Slusarz slusarz |
standardize my e-mail address |
|
2.199.4.9 FRAMEWORK_3 (+4 -1 lines) |
01/27/2006 02:43 PM |
Jan Schneider jan |
MFH: 2.215 Tags: IMP_4_1, IMP_4_1_RC3, IMP_4_1_RC2 |
|
2.215 (+4 -1 lines) |
01/26/2006 05:30 PM |
Jan Schneider jan |
Die hard if we can't retrieve the message. |
|
2.199.4.8 FRAMEWORK_3 (+2 -2 lines) |
01/19/2006 02:08 AM |
Michael M Slusarz slusarz |
MFH: IMP_Contents:: now requires a mailbox parameter to be passed in. |
|
2.214 (+2 -2 lines) |
01/19/2006 01:46 AM |
Michael M Slusarz slusarz |
Get rid of IMP::getThisMailbox() - for array_index queries, we should directly
access a IMP_Mailbox:: object and for all others we can just use the
'thismailbox' session variable. |
|
2.213 (+4 -2 lines) |
01/19/2006 01:39 AM |
Michael M Slusarz slusarz |
Explicitly require a mailbox value to be passed into IMP_Contents::.
Methinks this may fix several weird, non-reliably reproducible bugs some
users have been reporting. |
|
2.199.4.7 FRAMEWORK_3 (+4 -4 lines) |
01/01/2006 04:28 PM |
Jan Schneider jan |
Happy new year Tags: IMP_4_1_RC1 |
|
2.212 (+4 -4 lines) |
01/01/2006 04:10 PM |
Jan Schneider jan |
Happy new year\! |
|
2.211 (+1 -2 lines) |
12/29/2005 11:02 AM |
Michael M Slusarz slusarz |
Move CRLF replacing to a centralized location - right as we obtain the text
from the IMAP server. |
|
2.210 (+2 -2 lines) |
12/21/2005 11:38 AM |
Jan Schneider jan |
Allow muids. |
|
2.209 (+13 -11 lines) |
12/21/2005 07:58 AM |
Jan Schneider jan |
Fix downloading messages by index only.
Bug: 3175 |
|
2.199.4.6 FRAMEWORK_3 (+2 -4 lines) |
11/27/2005 04:40 PM |
Michael M Slusarz slusarz |
MFH 2.208 |
|
2.208 (+2 -4 lines) |
11/27/2005 04:38 PM |
Michael M Slusarz slusarz |
Add download_attach to the list of actionIDs where we don't need to generate
the mime_part object. |
|
2.207 (+3 -3 lines) |
11/26/2005 09:53 PM |
Michael M Slusarz slusarz |
rewrite getOb() so we don't need to make a call to imap_headerinfo(). |
|
2.206 (+2 -4 lines) |
11/22/2005 02:29 AM |
Michael M Slusarz slusarz |
use the cached IMP_Headers:: object. |
|
2.205 (+3 -1 lines) |
11/09/2005 12:03 PM |
Jan Schneider jan |
Document new muid parameter. |
|
2.204 (+14 -2 lines) |
11/09/2005 12:01 PM |
Jan Schneider jan |
Allow to get message indices including folder names. |
|
2.199.4.5 FRAMEWORK_3 (+2 -2 lines) |
10/18/2005 08:13 AM |
Jan Schneider jan |
Merged from HEAD |
|
2.199.4.4 FRAMEWORK_3 (+3 -2 lines) |
09/24/2005 05:09 AM |
Jan Schneider jan |
Fix setting of $actionID.
Bug: 2664
Submitted by: mi (dot) braun (at) onlinehome (dot) de Tags: IMP_4_0_5, IMP_4_0_4 |
|
2.203 (+3 -2 lines) |
09/18/2005 02:54 PM |
Chuck Hagenbuch chuck |
Make sure to properly fetch $actionID. Tags: BEFORE_MERGE_3_1 |
|
2.199.4.3 FRAMEWORK_3 (+2 -2 lines) |
09/13/2005 08:21 PM |
Michael M Slusarz slusarz |
Bug: 2595
MFH 2.202 Tags: IMP_4_0_4_RC2 |
|
2.202 (+2 -2 lines) |
09/13/2005 08:19 PM |
Michael M Slusarz slusarz |
Bug: 2595
Create an IMP_Contents object, rather than a MIME_Contents object, to fix
undefined function errors. |
|
2.199.4.2 FRAMEWORK_3 (+10 -2 lines) |
08/14/2005 12:52 PM |
Jan Schneider jan |
MFH: Use message subject for the zip file with all attachments. Tags: IMP_4_0_4_RC1 |
|
2.201 (+10 -2 lines) |
08/14/2005 12:52 PM |
Jan Schneider jan |
Use message subject for the zip file with all attachments. |
|
2.101.2.25 RELENG_3 (+1 -2 lines) |
04/05/2005 12:56 PM |
Jan Schneider jan |
Fix XSS, prepare releases. Tags: IMP_3_2_8 |
|
2.200 (+4 -4 lines) |
01/03/2005 09:34 AM |
Jan Schneider jan |
Happy New Year |
|
2.199.4.1 FRAMEWORK_3 (+4 -4 lines) |
01/03/2005 07:25 AM |
Jan Schneider jan |
Happy New Year Tags: IMP_4_0_3, IMP_4_0_3_RC1, IMP_4_0_2, IMP_4_0_2_RC1, IMP_4_0_1 |
|
2.101.2.24 RELENG_3 (+3 -3 lines) |
01/03/2005 06:25 AM |
Jan Schneider jan |
Happy New Year! :-) Tags: IMP_3_2_7 |
|
2.199 (+4 -8 lines) |
12/01/2004 03:08 PM |
Chuck Hagenbuch chuck |
- specify message/rfc822 for the download mime type for saving emails (#922)
- allow a few more characters in filenames. Tags: FRAMEWORK_3, IMP_4_0, IMP_4_0_RC3 |
|
2.198 (+2 -2 lines) |
11/12/2004 05:07 PM |
mdjukic |
we need the later in the view.php Tags: IMP_4_0_RC2, IMP_4_0_RC1 |
|
2.197 (+2 -4 lines) |
11/12/2004 05:01 PM |
Jan Schneider jan |
Don't include Horde.php here, because we might change the include_path when
later loading lib/core.php. This might cause a second Horde.php to load. |
|
2.196 (+3 -2 lines) |
11/08/2004 10:19 PM |
Michael M Slusarz slusarz |
Fix download all attachments link. |
|
2.195 (+2 -2 lines) |
11/04/2004 03:41 AM |
Michael M Slusarz slusarz |
Fix message saving and ZIP file generation. |
|
2.194 (+10 -3 lines) |
11/01/2004 02:47 AM |
Michael M Slusarz slusarz |
We can't register this session as 'readonly' if we are doing a
'view_attach' since some MIME_Drivers may need to create temporary cache
files to correctly generate links. Tags: IMP_4_0_BETA |
|
2.193 (+12 -5 lines) |
10/28/2004 08:03 PM |
Michael M Slusarz slusarz |
Message viewing without the index is perfectly fine in many cases (i.e.
embedded MIME parts). We need to move the empty $index check to the one
location where we absolutely need an index. |
|
2.192 (+8 -7 lines) |
10/26/2004 02:27 AM |
Michael M Slusarz slusarz |
This completely broke the compose_preview view. |
|
2.101.2.23 RELENG_3 (+10 -3 lines) |
10/17/2004 10:39 PM |
Chuck Hagenbuch chuck |
MFH: disallow guessed or non-specified index or id. Tags: IMP_3_2_7_RC1 |
|
2.191 (+8 -2 lines) |
10/17/2004 10:35 PM |
Chuck Hagenbuch chuck |
Exit if non-null id or index is passed. |
|
2.190 (+12 -11 lines) |
08/07/2004 12:18 PM |
Chuck Hagenbuch chuck |
Don't compress viewed/downloaded parts or files; apparently IE at
least has trouble with this. If this works well, we can consider
adding compression back in for cases that IE handles, or for browsers
that handle it okay. |
|
2.189 (+2 -1 lines) |
08/01/2004 01:19 AM |
Chuck Hagenbuch chuck |
fix things like viewing text attachments with html in them (we need a
text/plain contenttype header there, otherwise it's a huge security
hole). |
|
2.188 (+1 -2 lines) |
07/28/2004 05:34 AM |
Jan Schneider jan |
We don't want download headers here, do we? |
|
2.187 (+2 -2 lines) |
04/29/2004 01:44 PM |
Michael M Slusarz slusarz |
Change IMP_Contents code to create object by using IMP_Contents::singleton().
Additionally, do a cache lookup by index/folder name and reuse the object
if found in the cache. |
|
2.186 (+3 -2 lines) |
04/16/2004 01:33 PM |
Michael M Slusarz slusarz |
This should do a better job of Content-Type/charset determination. |
|
2.185 (+1 -5 lines) |
04/12/2004 05:36 PM |
Michael M Slusarz slusarz |
Add the character set information in MIME_Contents instead of view.php files. |
|
2.184 (+4 -3 lines) |
04/07/2004 12:39 PM |
Michael M Slusarz slusarz |
When viewing a text part as an attachment, use the character set of the
MIME part instead of the default Horde charset. |
|
2.183 (+3 -3 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
2.182 (+27 -11 lines) |
04/02/2004 02:31 PM |
Michael M Slusarz slusarz |
[mms] Use the MIME_Viewer system to generate 'previews' for composition
attachments. |
|
2.101.2.22 RELENG_3 (+3 -3 lines) |
03/26/2004 05:43 PM |
Jan Schneider jan |
Lots and lots of copyright and license updates and fixes. Someone will have to that for the HEAD branches too. Tags: IMP_3_2_6, IMP_3_2_5, IMP_3_2_4 |
|
2.181 (+4 -4 lines) |
01/01/2004 10:15 AM |
Jan Schneider jan |
Happy new year everyone. Tags: IMP_4_0_ALPHA |
|
2.180 (+3 -3 lines) |
12/17/2003 01:38 PM |
Michael M Slusarz slusarz |
Move classes that extend Horde libraries to subdirectories. |
|
2.179 (+2 -1 lines) |
11/17/2003 09:18 AM |
Chuck Hagenbuch chuck |
Add a bunch of support for readonly sessions and some sesson_write_close()
calls to try and avoid blocking any session activity while larger files are downloading. |
|
2.178 (+3 -3 lines) |
10/28/2003 07:05 PM |
Jan Schneider jan |
Move Compress classes to the framework module. |
|
2.177 (+2 -2 lines) |
09/30/2003 05:01 PM |
Chuck Hagenbuch chuck |
fix typo (Etienne Goyer <etienne.goyer@linuxquebec.com>). |
|
2.176 (+6 -6 lines) |
09/16/2003 07:05 PM |
Jan Schneider jan |
Use the new Util:: class. |
|
2.175 (+1 -24 lines) |
08/22/2003 04:26 PM |
Michael M Slusarz slusarz |
Cleaner (code entirely contained in images MIME_Viewer) &
faster way to create thumbnails (the old method was resizing the photo twice). |
|
2.174 (+24 -1 lines) |
08/22/2003 01:23 PM |
Michael M Slusarz slusarz |
Add on-demand generation of thumbnails for image attachments. |
|
2.173 (+2 -2 lines) |
08/05/2003 07:13 PM |
Jan Schneider jan |
Make zip file name localizable |
|
2.172 (+2 -2 lines) |
08/05/2003 06:36 PM |
Michael M Slusarz slusarz |
Do a better job in determining what we should download.
Call downloaded file 'attachments.zip'. |
|
2.171 (+27 -5 lines) |
08/05/2003 05:03 PM |
Michael M Slusarz slusarz |
Added 'Download All Attachments' link on message page to allow all
attachments to be downloaded in a single zip file. |
|
2.170 (+14 -9 lines) |
06/17/2003 03:53 AM |
Michael M Slusarz slusarz |
Convert from numeric -> string Action IDs.
If this works out, we can do this with the other Horde apps as well. |
|
2.169 (+15 -2 lines) |
06/13/2003 05:50 PM |
Michael M Slusarz slusarz |
Create compressed download icon for attachments. Handy for downloading
large attachments on slow connections. Should this be a preference? |
|
2.168 (+1 -2 lines) |
06/13/2003 04:57 PM |
Michael M Slusarz slusarz |
Move all action IDs exclusive to a single page to that page to avoid unneeded
define() calls.
ActionIDs that are accessed by more than 1 page remain in IMP.php.
The only thing this might affect is a user's encryption/composition
preference - this can simply be reset by going to the options menu.
Removed some unneeded constants, and a few Horde::addParameter() cleanups. |
|
2.167 (+2 -2 lines) |
06/05/2003 08:24 PM |
Jan Schneider jan |
The content is already converted to the user's charset here. |
|
2.101.2.21 RELENG_3 (+3 -2 lines) |
02/24/2003 07:21 PM |
Jan Schneider jan |
Try to fix VIEW_ATTACH action. Michael, does this look right? Tags: IMP_3_2_3, IMP_3_2_3_RC1, IMP_3_2_2_RC1, IMP_3_2_2, IMP_3_2_1 |
|
2.101.2.20 RELENG_3 (+2 -3 lines) |
02/15/2003 05:28 PM |
Jan Schneider jan |
Fix message source view and download. Tags: IMP_3_2, IMP_3_2_RC3 |
|
2.101.2.19 RELENG_3 (+2 -2 lines) |
02/10/2003 11:47 AM |
Chuck Hagenbuch chuck |
fix typo
Submitted by: Pelayo Gonz?lez <pelayog@cmsi2002.com> |
|
2.101.2.18 RELENG_3 (+2 -2 lines) |
02/10/2003 06:06 AM |
Jan Schneider jan |
Silence "already defined" warning if this file was included by
download/index.php. |
|
2.101.2.17 RELENG_3 (+2 -2 lines) |
02/04/2003 04:47 PM |
Michael M Slusarz slusarz |
MFH 2.166 Tags: IMP_3_2_RC2 |
|
2.166 (+2 -2 lines) |
02/04/2003 04:46 PM |
Michael M Slusarz slusarz |
Let downloadHeaders() figure out what content-type to use. |
|
2.101.2.16 RELENG_3 (+22 -73 lines) |
02/04/2003 04:33 PM |
Michael M Slusarz slusarz |
MFH: Improved download links that handles various browser quirks much
better than before. |
|
2.165 (+6 -4 lines) |
02/01/2003 11:02 PM |
Michael M Slusarz slusarz |
Only send charset info if we are viewing a text/* part. |
|
2.164 (+6 -2 lines) |
01/27/2003 03:11 AM |
Michael M Slusarz slusarz |
Content-type should be set when downloading a file.
Append .eml to saved RFC 822 messages. |
|
2.163 (+5 -2 lines) |
01/24/2003 06:57 PM |
Michael M Slusarz slusarz |
Use the new form of getDecodedMIMEPart(). |
|
2.162 (+2 -5 lines) |
01/12/2003 06:39 PM |
Jan Schneider jan |
No need for breaks after exits. |
|
2.101.2.15 RELENG_3 (+2 -2 lines) |
01/03/2003 07:48 AM |
Jan Schneider jan |
Bump year. Tags: IMP_3_2_RC1 |
|
2.161 (+3 -3 lines) |
01/02/2003 09:15 PM |
Jan Schneider jan |
Bump year. |
|
2.160 (+10 -1 lines) |
12/30/2002 01:52 PM |
Michael M Slusarz slusarz |
Add some documentation on the URL parameters that view.php takes. |
|
2.159 (+4 -1 lines) |
12/30/2002 01:42 PM |
Michael M Slusarz slusarz |
Fixed strip attachment icons for guessed types.
Guessed MIME Parts are now viewed as their guessed type correctly. |
|
2.158 (+2 -3 lines) |
12/27/2002 12:57 PM |
Chuck Hagenbuch chuck |
style |
|
2.157 (+11 -10 lines) |
12/26/2002 07:01 PM |
Michael M Slusarz slusarz |
$imp_contents -> $contents (since we might be working with MIME_Contents::).
Removed an unneeded call for several cases. |
|
2.156 (+3 -3 lines) |
12/23/2002 06:50 PM |
Michael M Slusarz slusarz |
References to objects. |
|
2.155 (+7 -2 lines) |
12/23/2002 06:47 PM |
Michael M Slusarz slusarz |
Caching is now handled by MIME_Contents:: exclusively. It now caches a single
object - the MIME_Contents object for the whole message - instead of caching
individual MIME_Parts. Thus, upon reload from a cache, it is exactly the
same as the original rendering so we don't have to do any funky things to
make rendering work on an attachment screen vs. inline. |
|
2.154 (+3 -3 lines) |
12/19/2002 04:00 PM |
Michael M Slusarz slusarz |
Update to altered output/params of MIME_Part::getName() and
MIME_Part::getDescription(). |