Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'dev'.dev | SVN Migration | 2002-08-06 | 1 | -103/+0 |
| | |||||
* | Removing the imap_popen command... because as Jani puts it "it never worked | Dan Kalowsky | 2002-08-05 | 2 | -225/+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 | 2 | -12/+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 | 2 | -0/+60 |
| | | | | | | | # 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 | 2 | -13/+32 |
| | | | | | | | bug #14673 @- imap_get_quota now allows multiple resource values to be returned, as per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann) | ||||
* | Fixed bug: #18561. | foobar | 2002-07-25 | 1 | -4/+6 |
| | |||||
* | Bail out the given path does not have the libraries in it. | foobar | 2002-07-12 | 1 | -0/+6 |
| | |||||
* | Make configure stop if something is wrong with libraries/linking. | foobar | 2002-07-12 | 1 | -32/+59 |
| | |||||
* | 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 | 2 | -13/+51 |
| | |||||
* | - 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 |
| | |||||
* | WS change to make very old compilers/preprocessors (e.g. HP/UX 9) | Stefan Roehrich | 2002-06-01 | 1 | -3/+3 |
| | | | | | happy (thanks to Andreas Ley for recognizing this). | ||||
* | - 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 | 2 | -33/+53 |
| | | | | | 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). | ||||
* | Be a bit more verbose about what was not found. | foobar | 2002-04-02 | 1 | -1/+1 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -7/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | - fix bug #16008 | Derick Rethans | 2002-03-11 | 1 | -4/+4 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -3/+3 |
| | |||||
* | Fixed segfault in imap_bodystruct() when called with an invalid message | Vlad Krupin | 2002-01-12 | 1 | -0/+5 |
| | | | | | number. Now it fails with a warning instead. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -3/+3 |
| | |||||
* | fix #13801 (imap_rfc822_parse_adrlist changes arg1) | Thies C. Arntzen | 2001-12-07 | 1 | -0/+1 |
| | |||||
* | Enable imap_mail() on win32 | Frank M. Kromann | 2001-12-04 | 2 | -14/+23 |
| | |||||
* | - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't | Andi Gutmans | 2001-12-03 | 1 | -57/+57 |
| | | | | | - change something I wasn't supposed to. It should be fine IMO. | ||||
* | Honor error_reporting (in general and @ in particular) for IMAP notices | Zeev Suraski | 2001-11-24 | 1 | -0/+3 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+4 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -8/+8 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -28/+28 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | nuke some apparently harmful spaces | Sascha Schumann | 2001-08-21 | 1 | -1/+1 |
| | |||||
* | add tail pointer to speed up imap_search (submitted by Rob Siemborski | Chuck Hagenbuch | 2001-08-16 | 2 | -22/+27 |
| | | | | | <rjs3@andrew.cmu.edu>). | ||||
* | - More ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -55/+55 |
| | |||||
* | Made use of the resource macros here too. And some beutifying. | foobar | 2001-08-10 | 1 | -13/+5 |
| | |||||
* | Add imap_setacl() function (Brian Masney <masneyb@seul.org>). | Chuck Hagenbuch | 2001-08-10 | 2 | -0/+32 |
| | |||||
* | Changed the old skool resource stuff to use the Zend macros. | foobar | 2001-08-08 | 2 | -601/+308 |
| | |||||
* | Another TSRM fix. | foobar | 2001-08-07 | 1 | -18/+18 |
| |