Commit Graph

284 Commits

Author SHA1 Message Date
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
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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
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
90a4376f4d bug #46731 modification to previous fix 2008-12-05 11:57:24 +00:00
Ilia Alshanetsky
6935faaa36 MFB: Fixed bug #46731 (Missing validation for the options parameter of the
imap_fetch_overview() function).
2008-12-03 01:04:33 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Dmitry Stogov
987fca277d Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow) 2008-10-16 16:21:20 +00:00
Ilia Alshanetsky
23d4a387c2 MFB: Fixed a few signedness warnings 2008-10-06 01:19:07 +00:00
Jani Taskinen
f0d3d22dd6 - Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter) 2008-08-04 21:13:34 +00:00
Jani Taskinen
7b505f318c - Merged the missing parameter parsing API change (Bunny thanks you Felipe)
- Added proper C-client library version check
2008-08-04 15:34:30 +00:00
Felipe Pena
5003bfc028 MFB: - Fixed the strings size in imap_headerinfo 2008-07-11 11:29:41 +00:00
Felipe Pena
8cb2c1da19 - MFB: Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't accept lengths of 1024) 2008-07-10 17:54:08 +00:00
Felipe Pena
1b347b09d3 - MFB: Added arginfo 2008-07-07 17:19:07 +00:00
Pierre Joye
b23f7298fb - MFB: add 2007a/b info
- update config.w32 to detect static lib
2008-07-03 18:28:41 +00:00
Philip Olson
408461654e fixed imap_listscan() proto 2008-06-11 02:29:39 +00:00
Felipe Pena
77a38f1a6a - Fixed double free 2008-05-08 12:00:36 +00:00
Felipe Pena
5d8c35d561 - Fixed typo 2008-04-17 11:08:32 +00:00
Ilia Alshanetsky
01ef65015b MFB: Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter
invalid)
2008-04-08 00:02:01 +00:00
Ilia Alshanetsky
5fe2de0d2a MFB: Fixed bug #44613 (Crash inside imap_headerinfo()) 2008-04-02 16:29:08 +00:00
Felipe Pena
9b30b7398a Typo 2008-04-01 18:48:41 +00:00
Ilia Alshanetsky
306eb4fad2 MFB: Fixed bug #44594 (imap_open() does not validate # of retries parameter) 2008-04-01 18:29:09 +00:00
Felipe Pena
a9bdd4d456 MFB: Fixed bug #44557 (Crash in imap_setacl when supplied integer as username) 2008-03-28 16:45:59 +00:00
Felipe Pena
a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Nuno Lopes
4d9261b28d fix gcc 4 build 2008-01-31 18:48:00 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Stanislav Malyshev
3592865320 sometimes c-client returns non-null entry with null host 2007-07-31 00:32:18 +00:00
Ilia Alshanetsky
3821f0c45a MFB 2007-05-28 23:33:13 +00:00
Marcus Boerger
20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Edin Kadribasic
6864564797 MFB 2007-02-19 16:04:14 +00:00
Antony Dovgal
063883dd47 MFB: fix leak 2007-02-16 13:28:32 +00:00
Antony Dovgal
259562a1c7 use strlcat() 2007-01-18 14:03:24 +00:00