summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'dev'.devSVN Migration2002-08-061-103/+0
|
* Removing the imap_popen command... because as Jani puts it "it never workedDan Kalowsky2002-08-052-225/+11
| | | | | and it never will work" until IMAP servers support this feature.
* 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-312-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 Kalowsky2002-07-301-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 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-262-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 perDan Kalowsky2002-07-262-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.foobar2002-07-251-4/+6
|
* Bail out the given path does not have the libraries in it.foobar2002-07-121-0/+6
|
* Make configure stop if something is wrong with libraries/linking.foobar2002-07-121-32/+59
|
* 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-022-13/+51
|
* - 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
|
* - Cleaning up the mess..these are NOT zvals.foobar2002-06-271-17/+17
|
* - Fixed bug: #17999foobar2002-06-261-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 Hughes2002-06-231-1/+0
|
* - Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>).Derick Rethans2002-06-131-0/+3
|
* WS change to make very old compilers/preprocessors (e.g. HP/UX 9)Stefan Roehrich2002-06-011-3/+3
| | | | | happy (thanks to Andreas Ley for recognizing this).
* - Fix for bug #17503Derick Rethans2002-05-291-2/+2
|
* Instead of calling mail_fetchheader_full() to retrieve the complete headerJon Parise2002-05-131-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 Parise2002-05-122-33/+53
| | | | | Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu>
* - Do the ssl_onceonlyinit() as last. This is how c-client createsfoobar2002-04-241-6/+9
| | | | | the linkage.c (used by Pine).
* Be a bit more verbose about what was not found.foobar2002-04-021-1/+1
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-7/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* - fix bug #16008Derick Rethans2002-03-111-4/+4
|
* Maintain headers.Sebastian Bergmann2002-02-282-3/+3
|
* Fixed segfault in imap_bodystruct() when called with an invalid messageVlad Krupin2002-01-121-0/+5
| | | | | number. Now it fails with a warning instead.
* Update headers.Sebastian Bergmann2001-12-112-3/+3
|
* fix #13801 (imap_rfc822_parse_adrlist changes arg1)Thies C. Arntzen2001-12-071-0/+1
|
* Enable imap_mail() on win32Frank M. Kromann2001-12-042-14/+23
|
* - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn'tAndi Gutmans2001-12-031-57/+57
| | | | | - change something I wasn't supposed to. It should be fine IMO.
* Honor error_reporting (in general and @ in particular) for IMAP noticesZeev Suraski2001-11-241-0/+3
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-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 Wolffelaar2001-09-261-8/+8
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-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 Rethans2001-09-091-2/+2
|
* nuke some apparently harmful spacesSascha Schumann2001-08-211-1/+1
|
* add tail pointer to speed up imap_search (submitted by Rob SiemborskiChuck Hagenbuch2001-08-162-22/+27
| | | | | <rjs3@andrew.cmu.edu>).
* - More ZE2 fixesAndi Gutmans2001-08-131-2/+2
|
* WhitespaceZeev Suraski2001-08-111-55/+55
|
* Made use of the resource macros here too. And some beutifying.foobar2001-08-101-13/+5
|
* Add imap_setacl() function (Brian Masney <masneyb@seul.org>).Chuck Hagenbuch2001-08-102-0/+32
|
* Changed the old skool resource stuff to use the Zend macros.foobar2001-08-082-601/+308
|
* Another TSRM fix.foobar2001-08-071-18/+18
|