Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More spaces -> tabs. | Chuck Hagenbuch | 2004-08-12 | 1 | -8/+8 |
| | |||||
* | MFH: Properly fix the msgno check inside imap_fetchbody(). | Ilia Alshanetsky | 2004-08-12 | 1 | -7/+6 |
| | |||||
* | MFH: fix. | Chuck Hagenbuch | 2004-08-12 | 1 | -1/+5 |
| | |||||
* | MFH: Fixed bug #29209 (imap_fetchbody() doesn't check message index). | Ilia Alshanetsky | 2004-07-21 | 1 | -12/+12 |
| | |||||
* | MFH: Fixed bug #28963 (Missing space for \0 in address allocation). | Ilia Alshanetsky | 2004-07-04 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed various possible memory leaks. | Ilia Alshanetsky | 2004-05-12 | 1 | -22/+16 |
| | |||||
* | MFH: Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is | Ilia Alshanetsky | 2004-01-15 | 1 | -1/+5 |
| | | | | | used). | ||||
* | MFH: Added missing constants (bug #26831) | foobar | 2004-01-08 | 1 | -0/+11 |
| | |||||
* | MFH 1.176: Register the TYPEMODEL constant from c-client's mail.h. | Jon Parise | 2003-09-04 | 1 | -0/+2 |
| | |||||
* | MFH: Compiler warning fixes. | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-06-17 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed bug #24150 (crash in imap_fetch_overview() & | Ilia Alshanetsky | 2003-06-16 | 1 | -2/+6 |
| | | | | | imap_rfc822_write_address()) | ||||
* | proto | Ilia Alshanetsky | 2003-06-13 | 1 | -0/+3 |
| | |||||
* | MFH: | Ilia Alshanetsky | 2003-06-13 | 1 | -10/+85 |
| | | | | | | Fixed bug #24161 (No timeout value for imap functions) Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset) | ||||
* | MFH | Ilia Alshanetsky | 2003-04-16 | 1 | -0/+2 |
| | |||||
* | MFH(r-1.161): fixed proto to sync with the documentation | Moriyoshi Koizumi | 2003-03-31 | 1 | -2/+2 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-02-11 | 1 | -4/+32 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-02-03 | 1 | -1/+4 |
| | |||||
* | MFH (memory leak in quota functions). | Ilia Alshanetsky | 2003-01-24 | 1 | -23/+15 |
| | |||||
* | MFH: typofix | foobar | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | MFH | foobar | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | MFH: Fix bug: #21687, imap extension does not include gss authentication ↵ | foobar | 2003-01-18 | 1 | -1/+5 |
| | | | | mechanism | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Frank M. Kromann | 2002-12-07 | 1 | -4/+8 |
| | |||||
* | MFH | Frank M. Kromann | 2002-12-06 | 1 | -1/+2 |
| | |||||
* | MFH | Frank M. Kromann | 2002-11-30 | 1 | -4/+23 |
| | |||||
* | MFH | Frank M. Kromann | 2002-11-27 | 1 | -6/+19 |
| | |||||
* | - Fix protos (resource instead of int for stream_id, fix some return protos, | Markus Fischer | 2002-10-09 | 1 | -47/+47 |
| | | | | | | consistent usage of options instead of flags). - Make imap_ping,imap_setquota and imap_setacl return a real (bool) now. | ||||
* | Fixed bug #19280 | Ilia Alshanetsky | 2002-10-08 | 1 | -3/+9 |
| | |||||
* | white space fix | Dan Kalowsky | 2002-09-19 | 1 | -35/+35 |
| | |||||
* | Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org) | Dan Kalowsky | 2002-09-18 | 1 | -1/+35 |
| | |||||
* | missed one section for #15630 | Dan Kalowsky | 2002-09-09 | 1 | -1/+2 |
| | |||||
* | ws fixes | foobar | 2002-08-16 | 1 | -56/+55 |
| | |||||
* | Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT | Dan Kalowsky | 2002-08-16 | 1 | -0/+1 |
| | |||||
* | Comming a fix for a compile error found in Bug #15630 | Dan Kalowsky | 2002-08-14 | 1 | -4/+10 |
| | | | | | # NOTE this is NOT the supplied patch in said bug for fixing imap_utf7_decode | ||||
* | Removing the imap_popen command... because as Jani puts it "it never worked | Dan Kalowsky | 2002-08-05 | 1 | -219/+11 |
| | | | | | and it never will work" until IMAP servers support this feature. | ||||
* | Cleaning up the imap_get_quotaroot return array to remove useless data | Dan Kalowsky | 2002-08-03 | 1 | -19/+0 |
| | |||||
* | Adding in some BC for users to imap_get_quota() function | Dan Kalowsky | 2002-08-01 | 1 | -0/+6 |
| | |||||
* | removing the useless +1's on sizeof() and adding the mail_parameter for the | Dan Kalowsky | 2002-07-31 | 1 | -11/+8 |
| | | | | | getquot inside the imap_get_quotaroot function. thank Jani. | ||||
* | fixes a typo in the word "limit", adds the null character to the strlen, | Dan Kalowsky | 2002-07-30 | 1 | -13/+15 |
| | | | | | | and seems to make imap_get_quotaroot return the correct values despite cclients claim of "getquotaroot list improper". | ||||
* | forgot to make the same change to imap_get_quota... | Dan Kalowsky | 2002-07-26 | 1 | -6/+2 |
| | |||||
* | Minor memory fix suggested by Zeev | Dan Kalowsky | 2002-07-26 | 1 | -6/+2 |
| | |||||
* | Adding initial support for PHP imap_get_quotaroot | Dan Kalowsky | 2002-07-26 | 1 | -0/+58 |
| | | | | | | | # apparently c-client does not like Cyrus's GETQUOTAROOT return list this # is still be worked out, but all functionality should be there # Return array is still not very organized | ||||
* | (PHP imap_get_quota) updated to properly reflect the RFC 2087 as per | Dan Kalowsky | 2002-07-26 | 1 | -11/+30 |
| | | | | | | | bug #14673 @- imap_get_quota now allows multiple resource values to be returned, as per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann) | ||||
* | Make sure To addresses are parsed correct with RFC822. | Frank M. Kromann | 2002-07-02 | 1 | -3/+27 |
| | |||||
* | Switch from imap_sendmail.* to sendmail.c under Win32 | Frank M. Kromann | 2002-07-02 | 1 | -3/+48 |
| | |||||
* | - Fix TSRM gotcha | Derick Rethans | 2002-06-28 | 1 | -2/+2 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-06-28 | 1 | -34/+34 |
| | |||||
* | - Fixed bug: #15595 (and possibly others too) | foobar | 2002-06-27 | 1 | -39/+74 |
| |