summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0b1'.php-5.0.0b1SVN Migration2003-06-291-103/+0
|
* One more typo ;)Ilia Alshanetsky2003-06-171-1/+1
|
* Fixed a typo in the checkIlia Alshanetsky2003-06-171-2/+2
|
* Fixed bug #24150 (crash in imap_fetch_overview() &Ilia Alshanetsky2003-06-161-2/+6
| | | | | imap_rfc822_write_address())
* proto fixAndrey Hristov2003-06-161-1/+1
|
* Busted by the CS police.Ilia Alshanetsky2003-06-131-2/+2
|
* Added missing function protoIlia Alshanetsky2003-06-131-0/+3
|
* Fixed bug #24161 (No timeout value for imap functions)Ilia Alshanetsky2003-06-132-1/+71
| | | | | | | Added imap_timeout() that allows the user to specify as well as retrieve timeout values and set default timeout values based on the default_socket_timeout ini setting.
* Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset)Ilia Alshanetsky2003-06-121-9/+15
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* Adding imap_getacl, patch provided by Holger BurbachDan Kalowsky2003-05-202-0/+54
| | | | | | (holger.burbach@gonicus.de) @ Adding imap_getacl functionality. Function provided by Holger Burbach
* NIL, NULL, same thing, but changing for consistency sakeDan Kalowsky2003-05-201-1/+1
|
* Grr.. Who changed this file from tabs to spaces?Rasmus Lerdorf2003-05-101-1/+1
|
* MFBRasmus Lerdorf2003-05-101-0/+1
|
* - Fixed bug #23371 (configure falsely detects c-client using SSL)foobar2003-04-301-14/+1
|
* Fixed bug #22939 (crash in imap_header_info()).Ilia Alshanetsky2003-04-161-0/+2
|
* Fixed proto to sync with the documentationMoriyoshi Koizumi2003-03-311-2/+2
|
* Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)foobar2003-03-111-4/+4
|
* Fix for bug #22353foobar2003-02-231-1/+1
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
| | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
* Fixed bug #22048 (crash in imap_headers when the e-mail contains anIlia Alshanetsky2003-02-111-4/+32
| | | | | abnormally large number of special characters).
* Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).Ilia Alshanetsky2003-02-031-1/+4
|
* Removed pointless checks.Ilia Alshanetsky2003-01-301-9/+3
|
* fix some typosfoobar2003-01-281-3/+3
|
* - Fixed stupid typo..foobar2003-01-241-1/+1
| | | | | # I will test before commit, I will test before commit...
* Fix bug: #21817 (only enable this if --with-kerberos is used)foobar2003-01-231-1/+1
|
* quota function fixes. Thanks Wez.Ilia Alshanetsky2003-01-202-7/+10
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-201-116/+101
| | | | | | Removed pointless memory allocation checks. Memory leak fix inside quota functions.
* Fix bug: #21687, imap extension does not include gss authentication mechanismfoobar2003-01-182-9/+19
|
* Fixed memory leaks in imap_get_quota & imap_get_quotaroot.Ilia Alshanetsky2003-01-171-26/+9
| | | | | Removed pointless checks around array_init().
* Fix ZTS-ZE2 buildMarcus Boerger2003-01-041-26/+26
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* Fix order of library additions, so that the imap extension now buildsSascha Schumann2002-12-281-3/+3
| | | | | | successfully with static imap/ssl libs. configure was already failing before.
* fixing code styleFrank M. Kromann2002-12-071-4/+8
|
* Fixing a possible strcat on a NULL pointerFrank M. Kromann2002-12-061-1/+2
|
* Fix the use of "personal" information in To and Cc headersFrank M. Kromann2002-11-301-4/+23
|
* free alocated mem.Frank M. Kromann2002-11-271-5/+18
| | | | | minor changes in the layout
* Avoid , at the end of each string (to, cc and bcc)Frank M. Kromann2002-11-261-3/+3
|
* email address changeHartmut Holzgraefe2002-11-252-2/+2
|
* - Added searching for Kerberos libs in default locations if no path isfoobar2002-11-011-8/+18
| | | | | | | given for --with-kerberos. # Marcus, please try this. :)
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-4/+0
| | | | | instances
* - Fix protos (resource instead of int for stream_id, fix some return protos,Markus Fischer2002-10-091-47/+47
| | | | | | consistent usage of options instead of flags). - Make imap_ping,imap_setquota and imap_setacl return a real (bool) now.
* Fixed bug #19280Ilia Alshanetsky2002-10-081-3/+9
|
* white space fixDan Kalowsky2002-09-191-35/+35
|
* Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org)Dan Kalowsky2002-09-181-1/+35
|
* missed one section for #15630Dan Kalowsky2002-09-091-1/+2
|
* Correcting english in configDan Kalowsky2002-08-201-2/+2
|
* ws fixesfoobar2002-08-161-56/+55
|
* Silence a compiler warning, and returns the SUCCESS value on PHP_MINITDan Kalowsky2002-08-161-0/+1
|
* Comming a fix for a compile error found in Bug #15630Dan Kalowsky2002-08-141-4/+10
| | | | | # NOTE this is NOT the supplied patch in said bug for fixing imap_utf7_decode