Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bug #22939 (crash in imap_header_info()). | Ilia Alshanetsky | 2003-04-16 | 1 | -0/+2 | |
| | ||||||
* | Fixed proto to sync with the documentation | Moriyoshi Koizumi | 2003-03-31 | 1 | -2/+2 | |
| | ||||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -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 an | Ilia Alshanetsky | 2003-02-11 | 1 | -4/+32 | |
| | | | | | abnormally large number of special characters). | |||||
* | Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array). | Ilia Alshanetsky | 2003-02-03 | 1 | -1/+4 | |
| | ||||||
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -9/+3 | |
| | ||||||
* | - Fixed stupid typo.. | foobar | 2003-01-24 | 1 | -1/+1 | |
| | | | | | # I will test before commit, I will test before commit... | |||||
* | Fix bug: #21817 (only enable this if --with-kerberos is used) | foobar | 2003-01-23 | 1 | -1/+1 | |
| | ||||||
* | quota function fixes. Thanks Wez. | Ilia Alshanetsky | 2003-01-20 | 1 | -6/+9 | |
| | ||||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-20 | 1 | -116/+101 | |
| | | | | | | Removed pointless memory allocation checks. Memory leak fix inside quota functions. | |||||
* | Fix bug: #21687, imap extension does not include gss authentication mechanism | foobar | 2003-01-18 | 1 | -1/+5 | |
| | ||||||
* | Fixed memory leaks in imap_get_quota & imap_get_quotaroot. | Ilia Alshanetsky | 2003-01-17 | 1 | -26/+9 | |
| | | | | | Removed pointless checks around array_init(). | |||||
* | Fix ZTS-ZE2 build | Marcus Boerger | 2003-01-04 | 1 | -26/+26 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | fixing code style | Frank M. Kromann | 2002-12-07 | 1 | -4/+8 | |
| | ||||||
* | Fixing a possible strcat on a NULL pointer | Frank M. Kromann | 2002-12-06 | 1 | -1/+2 | |
| | ||||||
* | Fix the use of "personal" information in To and Cc headers | Frank M. Kromann | 2002-11-30 | 1 | -4/+23 | |
| | ||||||
* | free alocated mem. | Frank M. Kromann | 2002-11-27 | 1 | -5/+18 | |
| | | | | | minor changes in the layout | |||||
* | Avoid , at the end of each string (to, cc and bcc) | Frank M. Kromann | 2002-11-26 | 1 | -3/+3 | |
| | ||||||
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 1 | -1/+1 | |
| | ||||||
* | - 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 | |
| | ||||||
* | - Cleaning up the mess..these are NOT zvals. | foobar | 2002-06-27 | 1 | -17/+17 | |
| | ||||||
* | - Fixed bug: #17999 | foobar | 2002-06-26 | 1 | -11/+12 | |
| | | | | | | - The errors should always be stored, but they are not supposed to be shown at request shutdown unless E_NOTICES are allowed. | |||||
* | standardize a bit (we know its enabled :) | Sterling Hughes | 2002-06-23 | 1 | -1/+0 | |
| | ||||||
* | - Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>). | Derick Rethans | 2002-06-13 | 1 | -0/+3 | |
| | ||||||
* | - Fix for bug #17503 | Derick Rethans | 2002-05-29 | 1 | -2/+2 | |
| | ||||||
* | Instead of calling mail_fetchheader_full() to retrieve the complete header | Jon Parise | 2002-05-13 | 1 | -10/+3 | |
| | | | | | | | | | | information just to extract the message envelope, call mail_fetchenvelope(), which returns just what we need. This is simpler, faster, and saves the IMAP server some work. Submitted by: Adam Kauffman <adam.kauffman@mindspring.com> | |||||
* | @Improve IMAP performance when dealing with large mailboxes. | Jon Parise | 2002-05-12 | 1 | -31/+44 | |
| | | | | | Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu> | |||||
* | - Do the ssl_onceonlyinit() as last. This is how c-client creates | foobar | 2002-04-24 | 1 | -6/+9 | |
| | | | | | the linkage.c (used by Pine). |