summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
| | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias.
* Convert IMAP resource to objectGeorge Peter Banyard2020-12-221-5/+0
| | | | Closes GH-6418
* Fix [-Wundef] warning in IMAP extensionGeorge Peter Banyard2020-05-161-1/+1
|
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-80/+0
| | | | Closes GH-5351
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Convert IMAP function aliasesStephen Reay2019-09-191-2/+2
| | | | | | These are not really aliases, convert them to normal functions. Closes GH-4725.
* Switch to use ZTS cacheDmitry Stogov2019-03-121-4/+5
|
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Disable rsh/ssh functionality in imap by default (bug #77153)Stanislav Malyshev2018-11-201-0/+1
|
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* year++Xinchen Hui2018-01-021-1/+1
|
* Fix redefine warningsKalle Sommer Nielsen2017-07-071-0/+15
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-0/+2
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Add imap_fetchmimeStanislav Malyshev2011-01-241-0/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: fix buildJani Taskinen2009-05-051-0/+2
|
* - [DOC] MFH: add imap_mutf7_to_utf8 and imap_utf8_to_mutf7Pierre Joye2009-05-021-0/+2
|
* - [DOC] add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV ↵Pierre Joye2009-04-281-0/+1
| | | | and IMAP_GC_TEXTS to control imap_gc behavior
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: add imap_savebody()Michael Wallner2006-01-271-0/+3
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fixed bug #24161 (No timeout value for imap functions)Ilia Alshanetsky2003-06-131-0/+1
| | | | | | | Added imap_timeout() that allows the user to specify as well as retrieve timeout values and set default timeout values based on the default_socket_timeout ini setting.
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Adding imap_getacl, patch provided by Holger BurbachDan Kalowsky2003-05-201-0/+2
| | | | | | (holger.burbach@gonicus.de) @ Adding imap_getacl functionality. Function provided by Holger Burbach
* quota function fixes. Thanks Wez.Ilia Alshanetsky2003-01-201-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* email address changeHartmut Holzgraefe2002-11-251-1/+1
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-4/+0
| | | | | instances
* Removing the imap_popen command... because as Jani puts it "it never workedDan Kalowsky2002-08-051-6/+0
| | | | | and it never will work" until IMAP servers support this feature.
* removing the useless +1's on sizeof() and adding the mail_parameter for theDan Kalowsky2002-07-311-1/+0
| | | | | getquot inside the imap_get_quotaroot function. thank Jani.
* Adding initial support for PHP imap_get_quotarootDan Kalowsky2002-07-261-0/+2
| | | | | | | # 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-261-2/+2
| | | | | | | bug #14673 @- imap_get_quota now allows multiple resource values to be returned, as per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann)
* @Improve IMAP performance when dealing with large mailboxes.Jon Parise2002-05-121-2/+9
| | | | | Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu>
* - fix bug #16008Derick Rethans2002-03-111-4/+4
|