1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Commit Graph

487 Commits

Author SHA1 Message Date
Pierre Joye 8e6b3346f3 - Fixed #44098, imap_utf8() returns only capital letters 2010-02-07 13:06:54 +00:00
Pierre Joye f8b7f083ce - should not have commited 2010-01-05 01:05:58 +00:00
Pierre Joye 717afb1202 - [doc] fix exchange and other imap server support when a preferred auth method is not desired. Add option support to imap_open. Only 'DISABLE_AUTHENTICATOR' is supported yet, see #33500 for an example 2010-01-05 01:02:15 +00:00
Pierre Joye cd236521f4 - [DOC] MF53: add INTERNALDATE to imap_append 2010-01-05 00:50:19 +00:00
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Olivier DOUCET 71c860613a IMAP tests for trunk 2009-11-23 21:59:00 +00:00
Felipe Pena 1766f09b8d - Fixed bug #49630 (imap_listscan function missing)
# Missing PHP_FE(), though nowdays it is used through of two aliases. (imap_scan() and imap_scanmailbox())
2009-09-22 18:18:57 +00:00
Nuno Lopes 1a88e45cf2 MFB: generalize output 2009-09-22 12:35:35 +00:00
Jani Taskinen 856b6eef78 - Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag) 2009-08-03 13:02:53 +00:00
Antony Dovgal b9c32de510 fix test 2009-07-26 19:51:09 +00:00
Pierre Joye aa382805f6 - MF53: #48619, imap_search ALL segfaults 2009-06-22 20:35:46 +00:00
Matt Wilmas fa54a9d0f3 Fixed error message grammar:
- "cannot" instead of "can not" (meaning "also can")
 - "than" instead of "then" (Hint: "then" should hardly be needed;
     you're not telling the order in which to do something)

... plus removed a couple ending. dots
2009-06-06 02:40:14 +00:00
Kalle Sommer Nielsen f1fd8628a0 Nuke warnings (only in HEAD) 2009-05-20 08:22:38 +00:00
Felipe Pena ce90adc2c8 - New tests (testfest DutchUG) 2009-05-16 21:13:10 +00:00
Jani Taskinen 837bb2fd71 - Maybe this is enough on windows.. 2009-05-05 01:51:04 +00:00
Jani Taskinen b9b54c6ebd ws fix + missing folding tags 2009-05-05 01:44:08 +00:00
Jani Taskinen e38af475e8 - Fix the patch 2009-05-05 01:28:10 +00:00
Jani Taskinen 9d4b8c7cc3 - Fix build (modified utf7 stuff is rather new..) 2009-05-05 01:22:31 +00:00
Pierre Joye 94a5f2c2b3 - [DOC] add imap_mutf7_to_utf8 and imap_utf8_to_mutf7 2009-05-02 17:32:35 +00:00
Pierre Joye 7aa14956ee - MFB: #47940, memory leaks in imap_body 2009-04-30 18:57:50 +00:00
Pierre Joye a6f151a2d9 - space to tabs
- CS
2009-04-28 08:30:10 +00:00
Pierre Joye c8cd14d4e3 - [DOC] MFB: add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV and IMAP_GC_TEXTS to control imap_gc behavior 2009-04-28 08:23:32 +00:00
Pierre Joye 35fea2919a - rmeove duplicate definition 2009-04-26 23:44:46 +00:00
Pierre Joye ce86865d14 - correct clause 2009-04-26 09:43:39 +00:00
Pierre Joye d0a7664c92 - ws 2009-04-25 16:35:36 +00:00
Pierre Joye 9b9af89020 - #elif 2009-04-25 15:13:00 +00:00
Pierre Joye 7c350613c8 - ws 2009-04-25 15:08:25 +00:00
Pierre Joye f012ff613e - sync 5.3
- add 2007d and 2007e
2009-04-25 15:06:03 +00:00
Pierre Joye 8405f08d5f - SEARCHPGM struct has to be freed 2009-04-25 15:02:03 +00:00
Pierre Joye cdeee70a88 - silent warning, NULL is not 0 2009-04-25 14:53:50 +00:00
Pierre Joye 95b781c992 - bad idea to free body 2009-04-25 11:21:41 +00:00
Pierre Joye 287499b99a - #47940, leaks in imap_body() 2009-04-23 22:24:54 +00:00
Pierre Joye 48eaea822a - define HAVE_NEW_MIME2TEXT and HAVE_RFC822_OUTPUT_ADDRESS_LIST 2009-04-23 22:22:26 +00:00
Sean Coates 4624a5b9ae improve error message when missing c-client (just bit me on Ubuntu 8.10) 2009-04-04 16:58:39 +00:00
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Felipe Pena 766882b49c - Supressing error message for SKIPIF check works as expected 2009-02-15 16:00:48 +00:00
Zoe Slattery 888bb4e779 IMAP fetchheader tests 2009-01-23 15:29:22 +00:00
Ilia Alshanetsky c96bd54b53 MFB: Improved parameter fixing & address a compiler warning 2009-01-08 16:15:45 +00:00
Felipe Pena 22537b3c85 - Fixed duplicate errmsg 2009-01-07 18:25:50 +00:00
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Felipe Pena 53737291aa - Fixed memory leak in imap_rfc822_parse_adrlist 2008-12-24 13:30:49 +00:00
Felipe Pena d84b198323 - New test 2008-12-24 11:50:42 +00:00
Zoe Slattery a5ab3d7ae0 README for ext/imap tests 2008-12-17 15:35:21 +00:00
Zoe Slattery f6e659c6dd Miscellaneous tests for ext/imap 2008-12-17 15:05:38 +00:00
Zoe Slattery db0d8cbd84 bug #46837 fix 2008-12-16 21:34:16 +00:00
Zoe Slattery c97e3e7438 bug #46884 fix 2008-12-16 21:08:50 +00:00
Zoe Slattery 81337fa3a2 fix resource id 2008-12-09 13:43:00 +00:00
Zoe Slattery 30286f90b3 tests for imap_fetch_overview 2008-12-08 19:10:45 +00:00
Zoe Slattery 90a4376f4d bug #46731 modification to previous fix 2008-12-05 11:57:24 +00:00
Zoe Slattery 2ba01be7ce Update to use norsh flag 2008-12-05 10:59:08 +00:00