Commit graph

200 commits

Author SHA1 Message Date
George Peter Banyard
ac9f8fcf00 Typos found by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348340 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-24 05:12:59 +00:00
Christoph Michael Becker
0de6bb1cd9 Fix #78030: imap_open() expects parameter 6 to be array, null given
For all practical purposes, the default value is actually an empty array.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347436 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-18 06:58:33 +00:00
Christoph Michael Becker
f8ad6e41a1 Update IMAP resource type documentation
The “imap persistent” and “imap chain persistent” are removed
as of PHP 4.3.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346029 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 15:12:37 +00:00
Christoph Michael Becker
ca35bb0ee6 Document potentially insecure IMAP mailbox names
We add a warning to all parameters which may be affected,
and also document the new ini option which prevents RCE.
We intentionally keep the wording backwards (“unless … is
disabled”) to also cater to older PHP version which do not
implement the ini option.

Cf. <https://bugs.php.net/bug.php?id=77153>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346027 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 14:39:24 +00:00
Christoph Michael Becker
1cb9fe0974 Fix #67366: Docs do not list some LATT_* constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344964 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-05 17:00:57 +00:00
Christoph Michael Becker
a2165b1ec5 Fix typos
Patches provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344377 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-27 13:46:38 +00:00
Jakub Vrana
13ab43e265 Standardize filenames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344354 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-24 17:11:35 +00:00
Jakub Vrana
3e9734391f Add new functions to versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344041 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 13:39:15 +00:00
Christoph Michael Becker
d78b4646c2 Partially fix #75094: Functions not documented
We document the IMAP functions which have been introduced 
in PHP 5.3.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342908 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-22 14:01:19 +00:00
Andrey Gromov
62db3b3942 fixes from anon and Alex Medvedev
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342651 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-09 08:18:52 +00:00
Andrey Gromov
42f0c6186a fixes from anons (changes for imap checked in C-sources)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342503 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-25 08:23:31 +00:00
Pieter Hordijk
1ab7003a7f Added return value on error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342243 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-05 09:54:45 +00:00
Maciek Sokolewicz
30e1776899 note that the function returns false on error
patch provided by an anonymous contributor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341927 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-20 19:46:09 +00:00
Andrey Gromov
d790375863 Typo, copypaste errors and so.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341804 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-29 09:14:49 +00:00
Maciej Sobaczewski
3906c681cd Fix inconsistent changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340948 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-11 12:55:45 +00:00
Christoph Michael Becker
3c02ea37b5 Fix #73028: udate Missing in Doc for imap_fetch_overview
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339993 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-06 10:52:55 +00:00
Christoph Michael Becker
bd034b66e9 typo fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339242 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-30 14:13:34 +00:00
Peter Cowburn
6594fca1bd fix versions (doc bug #71671)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338665 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-26 13:20:38 +00:00
Maciej Sobaczewski
92bff06867 Update bunch of versions.xml for PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-12 07:06:29 +00:00
Christoph Michael Becker
d91919d037 improvements for imap_search() and imap_sort() docs (fixes #69410)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337670 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-29 11:14:31 +00:00
Christoph Michael Becker
867cdffb81 fixed primary body type documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337492 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 17:37:18 +00:00
Christoph Michael Becker
394972d6ce Add constants for types and encoding
-- 
Provided by anonymous 16911 (Krzysiek Łukasiak)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337491 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 17:32:54 +00:00
Christoph Michael Becker
0511c184bc improved constants doc of ext/imap
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337490 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 17:31:10 +00:00
Jean-Sebastien Hedde
41060e691d Anonymous contributions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335484 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-30 12:29:17 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
f1177c82c0 Remove PHP 4 functions
It is mostly cleanup of versions.xml because most of PHP 4 functions were already removed

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334644 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 08:41:15 +00:00
Maciej Sobaczewski
e41aab5eca Remove changelogs for PHP 4 - 3rd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Peter Cowburn
a75d02c1f4 Fix variables in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333193 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:55:01 +00:00
Peter Cowburn
6c6df6aa38 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333165 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:52:59 +00:00
Chris Wright
a315422008 Change imap_expunge mandate to recommendation, per bug #64791
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331926 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-23 09:13:16 +00:00
Joe Watkins
44bb6dafd6 #65346 include helpful links to imap_mail_compose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331664 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-04 16:42:27 +00:00
Daniel P. Brown
0e2ed74a32 Addresses bug #65164.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330735 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-01 18:45:11 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Philip Olson
04b11e621f Fixed spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Adam Harvey
45b4dc6dc3 c-client might think "#define NIL 0" is cool, but PHP doesn't.
Fix doc bug #63997 (NIL instead of NULL).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329153 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-16 01:58:01 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Peter Cowburn
4d81bf2025 typofix "aly"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325727 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-16 19:35:11 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Justin Martin
fa43273627 Changed erroneous reference to POP3 to proper reference to IMAP. Closes bug #60437.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320318 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 20:45:17 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Richard Quadling
aabe2350dd Amended example to show the value returned by the imap_utf7_encode() call.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314999 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 10:23:09 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Philip Olson
faa96c62bf Added an imap_search() example, and mentioned that all criteria entries are matched.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312195 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-15 19:59:00 +00:00
Philip Olson
2befa39768 Added missing ext/imap function aliases
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312130 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-13 22:08:58 +00:00
Richard Quadling
b4394b358c Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309377 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-18 10:33:01 +00:00
Stanislav Malyshev
19da3401dd document imap_fetchmime
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309356 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-17 19:27:51 +00:00
Peter Cowburn
9425da2dfa typofix (dittographies)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308547 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-21 21:42:02 +00:00
Jakub Vrana
d3c871ae1e Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +00:00
Daniel Egeberg
2b587ab01f Normalized initializer NULL-values to use the &null; entity:
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00