summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Collapse)AuthorAgeFilesLines
* More spaces -> tabs.Chuck Hagenbuch2004-08-121-8/+8
|
* MFH: Properly fix the msgno check inside imap_fetchbody().Ilia Alshanetsky2004-08-121-7/+6
|
* MFH: fix.Chuck Hagenbuch2004-08-121-1/+5
|
* MFH: Fixed bug #29209 (imap_fetchbody() doesn't check message index).Ilia Alshanetsky2004-07-211-12/+12
|
* MFH: Fixed bug #28963 (Missing space for \0 in address allocation).Ilia Alshanetsky2004-07-041-1/+1
|
* MFH: Fixed various possible memory leaks.Ilia Alshanetsky2004-05-121-22/+16
|
* MFH: Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build ↵foobar2004-01-171-2/+11
| | | | as shared)
* MFH: Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding isIlia Alshanetsky2004-01-151-1/+5
| | | | | used).
* MFH: Added missing constants (bug #26831)foobar2004-01-081-0/+11
|
* MFH: Aligned configure help texts.foobar2003-10-031-1/+1
|
* MFH: Alignment fixMoriyoshi Koizumi2003-10-031-1/+1
|
* MFHfoobar2003-10-011-4/+3
|
* MFH: Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
|
* MFH 1.176: Register the TYPEMODEL constant from c-client's mail.h.Jon Parise2003-09-041-0/+2
|
* MFH: Compiler warning fixes.Ilia Alshanetsky2003-08-281-1/+1
|
* MFHIlia Alshanetsky2003-06-171-1/+1
|
* MFHIlia Alshanetsky2003-06-171-2/+2
|
* MFH: Fixed bug #24150 (crash in imap_fetch_overview() &Ilia Alshanetsky2003-06-161-2/+6
| | | | | imap_rfc822_write_address())
* protoIlia Alshanetsky2003-06-131-0/+3
|
* MFH:Ilia Alshanetsky2003-06-132-10/+86
| | | | | | Fixed bug #24161 (No timeout value for imap functions) Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset)
* Need to add the kerberos include dir here (fixes compile problem on RH9)Rasmus Lerdorf2003-05-101-0/+1
|
* MFH: - Fixed bug #23371 (configure falsely detects c-client using SSL)foobar2003-04-301-14/+1
|
* MFHIlia Alshanetsky2003-04-161-0/+2
|
* MFH(r-1.161): fixed proto to sync with the documentationMoriyoshi Koizumi2003-03-311-2/+2
|
* MFH: Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)foobar2003-03-111-2/+2
|
* MFHfoobar2003-02-231-1/+1
|
* MFHIlia Alshanetsky2003-02-111-4/+32
|
* MFHIlia Alshanetsky2003-02-031-1/+4
|
* MFH: typo fixesfoobar2003-01-281-3/+3
|
* MFH (memory leak in quota functions).Ilia Alshanetsky2003-01-242-24/+16
|
* MFH: typofixfoobar2003-01-241-1/+1
|
* MFHfoobar2003-01-231-1/+1
|
* MFH: Fix bug: #21687, imap extension does not include gss authentication ↵foobar2003-01-182-9/+19
| | | | mechanism
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* MFHFrank M. Kromann2002-12-071-4/+8
|
* MFHFrank M. Kromann2002-12-061-1/+2
|
* MFHFrank M. Kromann2002-11-301-4/+23
|
* MFHFrank M. Kromann2002-11-271-6/+19
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-131-103/+0
|
* - 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