History log of /PHP-7.4/ext/imap/php_imap.c (Results 351 – 375 of 422)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d0af2440 03-May-2001 Chuck Hagenbuch

removing references to IMSP module, which will probably never be ported to
php4 (lack of a publically available library implementing it).


# 5c0791fc 03-May-2001 Chuck Hagenbuch

Fix for #8359. imap_fetchheader should never return the full message; the
FT_PREFETCHTEXT flag is just a hint to c-client that you'll be asking for
the message text next.


# 7c5a45d6 02-May-2001 Andi Gutmans

- More strncpy() -> strlcpy() changes. mm_login() doesn't seem to be used
though.


# ec1f342f 02-May-2001 Chuck Hagenbuch

fix whitespace pollution


# 0ae4591e 02-May-2001 Chuck Hagenbuch

Fixes and improvements to imap_mail_compose (Johan Ekenberg
<johan@ekenberg.se>)


# 9cb85f99 02-May-2001 Chuck Hagenbuch

Add support for cram-md5 authentication in imap_open().


Revision tags: php-4.0.5
# 1d3ef307 30-Apr-2001 Andi Gutmans

- Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL


Revision tags: php-4.0.5RC8
# 029cd8a8 23-Apr-2001 Chuck Hagenbuch

Fix for bug 9908: check that the result of mail_sort is not 0 before trying
to dereference the pointer. :)

Also, free sort programs - this might have been a memory leak.


Revision tags: php-4.0.5RC7
# 99b5477b 08-Apr-2001 Jon Parise

Use tabs instead of spaces.


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 21d15822 16-Mar-2001 foobar

Make compile again when ZTS is enabled and imap-2000 is used. Bug #9762


Revision tags: php-4.0.5RC1
# e2f632e1 01-Mar-2001 Chuck Hagenbuch

If php is compiled --with-imap-ssl, link in the SSL authenticator from
c-client so that we can use php to make ssl imap connections.


# 17444700 26-Feb-2001 Dan Kalowsky

# Bad patch job on the last commit by me. I take the BAD_CODER award for
# the day.
Removes two unnecessary REGISTER_MAIN_LONG_CONSTANT's.
# what should be done about the PHP_MINFO_FUNCT

# Bad patch job on the last commit by me. I take the BAD_CODER award for
# the day.
Removes two unnecessary REGISTER_MAIN_LONG_CONSTANT's.
# what should be done about the PHP_MINFO_FUNCTION

show more ...


# d883ff47 26-Feb-2001 Dan Kalowsky

Correctly checks for the proper header files, and excludes the QUOTA functions
from non-imap2000 systems (unavailable for testing at this time).
# anyone willing to test this out on non-imap2

Correctly checks for the proper header files, and excludes the QUOTA functions
from non-imap2000 systems (unavailable for testing at this time).
# anyone willing to test this out on non-imap2000?
PR:
Submitted by:
Reviewed by: Sascha Schumann
Obtained from:

show more ...


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 6b805544 25-Feb-2001 Dan Kalowsky

Updating the IMAP client to include quota support via the imap c-client2000 libraries.
# Y2K support is good...
Removes the SA_QUOTA and SA_QUOTA_ALL defines
# After speaking with Mark Cr

Updating the IMAP client to include quota support via the imap c-client2000 libraries.
# Y2K support is good...
Removes the SA_QUOTA and SA_QUOTA_ALL defines
# After speaking with Mark Crispin, it is believed these never existed.
Cleans up the imap_status() function to remove notion of quotas in a status message.
# There is no quota setting in a STATUS message from c-client.

Changes the config.m4 to support the client.h include
# This should include all the approriate headers for c-client (as defined by
# c-client maintainers) such as mail.h, and rfc822.h.
Changed the directory search order for the include files as well.
# Place the /usr/local/include last, and searched the
# /usr/local/include/{c-client|imap} directories first

(PHP imap_get_quota) Added
(PHP imap_set_quota) Added

@- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via
@ c-client2000

PR:
Submitted by:
Reviewed by:
Obtained from:

show more ...


# 7139926e 21-Feb-2001 Thies C. Arntzen

fix possible leak.


# 84c243d3 18-Feb-2001 Thies C. Arntzen

fixed a possible double-free


# fc7d103b 12-Feb-2001 Thies C. Arntzen

fixed possible leak in imap_search


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 3f2a3a9b 07-Jan-2001 Sascha Schumann

Fix ZTS build which was broken by the last commit


# dd2cd995 07-Jan-2001 foobar

imap_user and imap_password were freed too early.
PR: 8424


Revision tags: php-4.0.4pl1RC1
# aa6d2ac5 22-Dec-2000 Zeev Suraski

Heads up people!

Updated the get_current_key() API - the relevant authors, please take
a look at the updated code and make sure it's ok...


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# a9a15530 10-Dec-2000 Chuck Hagenbuch

[whitespace] make this code a bit less dense.


Revision tags: php-4.0.4RC3
# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


# f9606d82 19-Oct-2000 Chuck Hagenbuch

add an optional parameter to imap_sort to specify a search program that
messages must match to be included in the sorted list.


1...<<11121314151617