Revisions for imp/lib/IMAP.php

Location: [ Horde ] / imp / lib / IMAP.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
1.11.10.20 FRAMEWORK_3 (+13 -1 lines) 11/09/2008 02:25 AM Michael M Slusarz slusarz

Bug: 7452
1.24      +3 -3      imp/lib/Fetchmail/imap.php
1.53      +13 -1     imp/lib/IMAP.php
1.9       +2 -2      imp/scripts/Imp.reg

1.53 (+13 -1 lines) 11/09/2008 02:16 AM Michael M Slusarz slusarz

Bug: 7452
Submitted by: net@arrishq.net
Add TLS options with self-signed certificate

1.52 (+5 -3 lines) 10/10/2008 09:36 PM Michael M Slusarz slusarz

Strip extra 'Fwd' and 'Re' cruft from subject line when replying to or
forwarding a message.

1.51 (+2 -2 lines) 09/24/2008 02:18 PM Michael M Slusarz slusarz

Horde::loadConfiguration() is now guaranteed to be available in HEAD.

1.11.10.19 FRAMEWORK_3 (+1 -5 lines) 08/22/2008 12:35 PM Jan Schneider jan

MFH: 1.50

Tags: IMP_4_3, IMP_4_3_RC2

1.50 (+1 -5 lines) 08/22/2008 12:30 PM Jan Schneider jan

Fix phpdoc.

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

If we are using IMP as the auth handler, no need to have duplicate, identical
'imp_key' and 'auth_key' cookies.  Saves ~40B on each request which may not
seem like much but every little bit helps.

1.48 (+26 -1 lines) 07/01/2008 03:03 AM Michael M Slusarz slusarz

Added readonly mailbox and disable compose hooks.

1.11.10.18 FRAMEWORK_3 (+5 -2 lines) 03/07/2008 10:17 AM Michael M Slusarz slusarz

MFH 1.47

Tags: IMP_4_2_1_RC1, IMP_4_2, IMP_4_2_RC4, IMP_4_2_RC3

1.47 (+5 -2 lines) 03/06/2008 11:16 AM Michael M Slusarz slusarz

phpdoc

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

Happy New Year

Tags: IMP_4_2_RC2

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

Happy New Year

1.11.10.16 FRAMEWORK_3 (+232 -49 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

1.45 (+8 -5 lines) 07/18/2007 05:40 PM Chuck Hagenbuch chuck

Use passed credentials if they're there (this lets authentication work without a session).

Tags: BEFORE_MERGE_3_2, IMP_4_2_RC1, IMP_4_2_ALPHA

1.44 (+2 -2 lines) 06/26/2007 10:51 AM Chuck Hagenbuch chuck

fix flags variable name

1.43 (+30 -3 lines) 06/12/2007 07:38 AM Michael M Slusarz slusarz

Better logging of IMAP errors.

1.42 (+72 -16 lines) 06/05/2007 12:43 PM Jan Schneider jan

Use our own set of IMAP flags to not unnecessarily reopen mailboxes.

1.41 (+3 -3 lines) 01/24/2007 12:47 PM Chuck Hagenbuch chuck

Use PHP_VERSION and PHP_SAPI_NAME instead of function calls
Use strncasecmp() instead of substr() for checking beginning substring.

1.11.10.15 FRAMEWORK_3 (+2 -2 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

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

Happy New Year

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

1.38 (+4 -1 lines) 11/13/2006 06:57 AM Jan Schneider jan

Open stream on demand.

1.37 (+17 -8 lines) 11/08/2006 03:08 AM Michael M Slusarz slusarz

add support for login tries parameter for imap_open() and imap_reopen() in
PHP 5.2.1+.

1.36 (+5 -5 lines) 10/16/2006 10:30 AM Jan Schneider jan

We need to always catch c-client errors, especially when authentication fails.

1.35 (+1 -2 lines) 09/04/2006 06:23 PM Michael M Slusarz slusarz

Remove obsolete since phpdoc tags.

1.11.10.14 FRAMEWORK_3 (+2 -2 lines) 08/02/2006 11:31 AM Michael M Slusarz slusarz

MFH: Add 'login_tries' server configuration option.

Tags: IMP_4_1_3

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

Add 'login_tries' server configuration option.

1.33 (+31 -6 lines) 06/03/2006 11:55 AM Michael M Slusarz slusarz

Remove 'stream' as a session variable.  it is nothing more than a disguised
global since it doesn't persist between page accesses.
Don't require us to pass the imap stream to several overriden functions since
we can do the necessary stream passing in the overriden functions themselves.

1.32 (+6 -2 lines) 06/02/2006 09:40 PM Michael M Slusarz slusarz

imap_reopen() will segfault if using pop3.
Turns out none of the imap_open() flags are relvant for POP3 so just clear
all flags before calling imap_open().

1.31 (+23 -22 lines) 06/02/2006 09:31 PM Michael M Slusarz slusarz

Allow logins with POP3 again (POP3 does not support OP_HALFOPEN).

1.30 (+2 -2 lines) 05/21/2006 07:09 PM Michael M Slusarz slusarz

Add sort preferences to the IMAP cache information. Needed because the sort
preference may change in a mailbox without any user request - i.e. a mailbox
exceeded the sort limit.

1.29 (+2 -2 lines) 04/26/2006 12:50 AM Michael M Slusarz slusarz

Missed a $params variable

1.28 (+3 -7 lines) 04/26/2006 12:44 AM Michael M Slusarz slusarz

Don't need the $params arg.

1.11.10.13 FRAMEWORK_3 (+9 -1 lines) 04/10/2006 01:03 AM Michael M Slusarz slusarz

MFH: Never open connection to specific mailbox unless we need it.

Tags: IMP_4_1_2, IMP_4_1_1

1.27 (+9 -1 lines) 04/07/2006 04:47 PM Michael M Slusarz slusarz

Unless we explicitly set the OP_HALFOPEN flag, imap will default to INBOX.
Automatically convert a blank mailbox to OP_HALFOPEN in IMP_IMAP so we can
more accurately track the current stream state.
Don't open a mailbox if the page has explicitly said we do not need a
connection to a mailbox (e.g. OP_HALFOPEN).
Add some more pages to the list of pages that don't need an active mailbox.

1.26 (+3 -3 lines) 03/12/2006 03:14 AM Michael M Slusarz slusarz

standardize my e-mail address

1.11.10.12 FRAMEWORK_3 (+1 -21 lines) 02/15/2006 01:04 AM Michael M Slusarz slusarz

Bug: 3156
MFH: Correctly expunge current mailbox when deleting messages on a POP3 server.

Tags: IMP_4_1

1.25 (+1 -21 lines) 02/15/2006 12:59 AM Michael M Slusarz slusarz

Bug: 3156
Correctly expunge current mailbox when deleting messages on a POP3 server.

1.11.10.11 FRAMEWORK_3 (+12 -2 lines) 02/04/2006 01:05 PM Michael M Slusarz slusarz

Bug: 3404
MFH: CHANGES - 1.899; IMAP.php - 1.24

Tags: IMP_4_1_RC3

1.24 (+12 -2 lines) 02/04/2006 12:53 PM Michael M Slusarz slusarz

Bug: 3404
Submitted by: ag@netside.de
Retry login to imap server 3 times before failing.

1.11.10.10 FRAMEWORK_3 (+7 -9 lines) 02/04/2006 12:51 PM Michael M Slusarz slusarz

MFH 1.23

1.23 (+7 -9 lines) 02/04/2006 12:43 PM Michael M Slusarz slusarz

We should only be setting imap_timeout when working with the global imp imap
stream.

1.11.10.9 FRAMEWORK_3 (+9 -2 lines) 02/03/2006 01:42 PM Michael M Slusarz slusarz

MFH: Allow configuration of server timeouts in servers.php.

1.22 (+9 -2 lines) 02/03/2006 01:37 PM Michael M Slusarz slusarz

Allow configuration of server timeouts in servers.php.

1.21 (+3 -3 lines) 02/01/2006 11:39 AM Michael M Slusarz slusarz

remove experimental flag that shouldn't have been committed by me

1.20 (+3 -3 lines) 01/25/2006 09:05 PM Michael M Slusarz slusarz

Add IMP_IMAP_Search_Query:: in order to work around BC-breaking bug.
Fix variable in lib/Mailbox.php that broke message lists.

1.11.10.8 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: IMP_4_1_RC2, IMP_4_1_RC1

1.19 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.18 (+61 -1 lines) 01/01/2006 04:17 AM Michael M Slusarz slusarz

Convert login page to Horde_Template::.

1.11.10.7 FRAMEWORK_3 (+1 -1 lines) 10/18/2005 08:13 AM Jan Schneider jan

Merged from HEAD

1.11.10.6 FRAMEWORK_3 (+1 -11 lines) 07/02/2005 11:42 PM Matt Selsky selsky

MFH: Remove unneeded "@access public".
Wrapping.

Tags: IMP_4_0_5, IMP_4_0_4, IMP_4_0_4_RC2, IMP_4_0_4_RC1

1.17 (+1 -11 lines) 07/02/2005 11:23 PM Matt Selsky selsky

Remove unneeded "@access public".
Wrapping.

Tags: BEFORE_MERGE_3_1

1.11.10.5 FRAMEWORK_3 (+6 -6 lines) 06/23/2005 05:59 PM Matt Selsky selsky

MFH: Clean up phpdoc.

1.16 (+6 -6 lines) 06/23/2005 05:57 PM Matt Selsky selsky

Clean up phpdoc.

1.11.10.4 FRAMEWORK_3 (+2 -3 lines) 05/21/2005 02:22 PM Matt Selsky selsky

MFH: Clean up 'object' in phpdoc.

1.15 (+2 -3 lines) 05/21/2005 02:16 PM Matt Selsky selsky

Clean up 'object' in phpdoc.

1.11.10.3 FRAMEWORK_3 (+9 -10 lines) 05/10/2005 10:56 PM Matt Selsky selsky

MFH: Remove "optional" from phpdoc.

1.14 (+9 -10 lines) 05/10/2005 10:49 PM Matt Selsky selsky

Remove "optional" from phpdoc.

1.11.10.2 FRAMEWORK_3 (+1 -2 lines) 04/21/2005 07:26 AM Matt Selsky selsky

Remove @version.

1.13 (+1 -2 lines) 04/20/2005 05:07 AM Matt Selsky selsky

Remove @version.

1.12 (+3 -3 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.11.10.1 FRAMEWORK_3 (+3 -3 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

1.11 (+3 -3 lines) 05/20/2004 11:45 AM Jan Schneider jan

Fix package names.

Tags: FRAMEWORK_3, IMP_4_0, IMP_4_0_RC3, IMP_4_0_RC2, IMP_4_0_RC1, IMP_4_0_BETA

1.10 (+6 -12 lines) 02/09/2004 02:38 PM Michael M Slusarz slusarz

Move getFolderInfo() to IMAP_Tree::getElementInfo().

Tags: IMP_4_0_ALPHA

1.9 (+3 -3 lines) 01/01/2004 10:15 AM Jan Schneider jan

Happy new year everyone.

1.8 (+3 -4 lines) 07/25/2003 01:55 AM Michael M Slusarz slusarz

IMP::checkAuthentication() does all the Auth_imp:: instantiation for us,
so use it.

1.7 (+4 -4 lines) 07/17/2003 04:01 PM Michael M Slusarz slusarz

Return a boolean here.

1.6 (+6 -4 lines) 07/17/2003 03:58 PM Michael M Slusarz slusarz

Move the IMP authentication code to an Auth subclass.  This (begins) to tie
in IMP-specific authentication with the "regular" Horde authentication (i.e.
IMP authentication now also does an IP Address check if enabled in
horde/config/conf.php).

1.5 (+3 -3 lines) 06/12/2003 06:37 PM Michael M Slusarz slusarz

IMP::serverString() can now append folder name to output.

1.4 (+2 -3 lines) 04/25/2003 03:39 PM Michael M Slusarz slusarz

Remove extra spacing.

1.3 (+23 -2 lines) 04/22/2003 04:48 PM Michael M Slusarz slusarz

Added IMP_IMAP::reopenIMAPStream().

1.2 (+26 -4 lines) 04/18/2003 04:18 PM Michael M Slusarz slusarz

phpdoc
Don't set $_openMbox until we actually open a mailbox.

1.1 04/18/2003 04:11 PM Michael M Slusarz slusarz

Added IMP_IMAP:: class to handle IMAP/POP3 connections.