summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Expand)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 #26909 (crash in imap_mime_header_decode() when no encoding isIlia Alshanetsky2004-01-151-1/+5
* MFH: Added missing constants (bug #26831)foobar2004-01-081-0/+11
* 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
* protoIlia Alshanetsky2003-06-131-0/+3
* MFH:Ilia Alshanetsky2003-06-131-10/+85
* MFHIlia Alshanetsky2003-04-161-0/+2
* MFH(r-1.161): fixed proto to sync with the documentationMoriyoshi Koizumi2003-03-311-2/+2
* MFHIlia Alshanetsky2003-02-111-4/+32
* MFHIlia Alshanetsky2003-02-031-1/+4
* MFH (memory leak in quota functions).Ilia Alshanetsky2003-01-241-23/+15
* MFH: typofixfoobar2003-01-241-1/+1
* MFHfoobar2003-01-231-1/+1
* MFH: Fix bug: #21687, imap extension does not include gss authentication mech...foobar2003-01-181-1/+5
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* 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
* - Fix protos (resource instead of int for stream_id, fix some return protos,Markus Fischer2002-10-091-47/+47
* 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
* 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
* Removing the imap_popen command... because as Jani puts it "it never workedDan Kalowsky2002-08-051-219/+11
* Cleaning up the imap_get_quotaroot return array to remove useless dataDan Kalowsky2002-08-031-19/+0
* Adding in some BC for users to imap_get_quota() functionDan Kalowsky2002-08-011-0/+6
* removing the useless +1's on sizeof() and adding the mail_parameter for theDan Kalowsky2002-07-311-11/+8
* fixes a typo in the word "limit", adds the null character to the strlen,Dan Kalowsky2002-07-301-13/+15
* forgot to make the same change to imap_get_quota...Dan Kalowsky2002-07-261-6/+2
* Minor memory fix suggested by ZeevDan Kalowsky2002-07-261-6/+2
* Adding initial support for PHP imap_get_quotarootDan Kalowsky2002-07-261-0/+58
* (PHP imap_get_quota) updated to properly reflect the RFC 2087 as perDan Kalowsky2002-07-261-11/+30
* Make sure To addresses are parsed correct with RFC822.Frank M. Kromann2002-07-021-3/+27
* Switch from imap_sendmail.* to sendmail.c under Win32Frank M. Kromann2002-07-021-3/+48
* - Fix TSRM gotchaDerick Rethans2002-06-281-2/+2
* Unify error messagesDerick Rethans2002-06-281-34/+34
* - Fixed bug: #15595 (and possibly others too)foobar2002-06-271-39/+74