summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Expand)AuthorAgeFilesLines
* Fix the use of "personal" information in To and Cc headersFrank M. Kromann2002-11-301-4/+23
* free alocated mem.Frank M. Kromann2002-11-271-5/+18
* Avoid , at the end of each string (to, cc and bcc)Frank M. Kromann2002-11-261-3/+3
* email address changeHartmut Holzgraefe2002-11-252-2/+2
* - Added searching for Kerberos libs in default locations if no path isfoobar2002-11-011-8/+18
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-4/+0
* - Fix protos (resource instead of int for stream_id, fix some return protos,Markus Fischer2002-10-091-47/+47
* Fixed bug #19280Ilia Alshanetsky2002-10-081-3/+9
* white space fixDan Kalowsky2002-09-191-35/+35
* Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org)Dan Kalowsky2002-09-181-1/+35
* missed one section for #15630Dan Kalowsky2002-09-091-1/+2
* Correcting english in configDan Kalowsky2002-08-201-2/+2
* ws fixesfoobar2002-08-161-56/+55
* Silence a compiler warning, and returns the SUCCESS value on PHP_MINITDan Kalowsky2002-08-161-0/+1
* Comming a fix for a compile error found in Bug #15630Dan Kalowsky2002-08-141-4/+10
* Removing the imap_popen command... because as Jani puts it "it never workedDan Kalowsky2002-08-052-225/+11
* 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
* fixes a typo in the word "limit", adds the null character to the strlen,Dan Kalowsky2002-07-301-13/+15
* 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
* (PHP imap_get_quota) updated to properly reflect the RFC 2087 as perDan Kalowsky2002-07-262-13/+32
* 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
* 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
* - 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
* @Improve IMAP performance when dealing with large mailboxes.Jon Parise2002-05-122-33/+53
* - Do the ssl_onceonlyinit() as last. This is how c-client createsfoobar2002-04-241-6/+9
* 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
* 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
* 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