]> granicus.if.org Git - php/commit
Imported mailparse extension
authorWez Furlong <wez@php.net>
Sun, 20 May 2001 11:11:28 +0000 (11:11 +0000)
committerWez Furlong <wez@php.net>
Sun, 20 May 2001 11:11:28 +0000 (11:11 +0000)
commit6468f8b492040c8e973608fa41c5c64a6e2434b2
tree2d1737225dd746b4c20c0474598fca3f55c25c95
parent83b18832aa9f252a8f9f47536867a982d143e030
Imported mailparse extension
@- New mailparse extension for parsing and manipulating MIME mail (Wez)
23 files changed:
ext/mailparse/CREDITS [new file with mode: 0644]
ext/mailparse/EXPERIMENTAL [new file with mode: 0644]
ext/mailparse/Makefile.in [new file with mode: 0644]
ext/mailparse/README [new file with mode: 0644]
ext/mailparse/config.m4 [new file with mode: 0644]
ext/mailparse/libs.mk [new file with mode: 0644]
ext/mailparse/mailparse.c [new file with mode: 0755]
ext/mailparse/mailparse_rfc822.h [new file with mode: 0644]
ext/mailparse/php_mailparse.h [new file with mode: 0755]
ext/mailparse/rfc2045.c [new file with mode: 0755]
ext/mailparse/rfc2045.h [new file with mode: 0755]
ext/mailparse/rfc2045acchk.c [new file with mode: 0644]
ext/mailparse/rfc2045acprep.c [new file with mode: 0644]
ext/mailparse/rfc2045appendurl.c [new file with mode: 0644]
ext/mailparse/rfc2045cdecode.c [new file with mode: 0755]
ext/mailparse/rfc2045decode.c [new file with mode: 0644]
ext/mailparse/rfc2045find.c [new file with mode: 0644]
ext/mailparse/rfc822.c [new file with mode: 0755]
ext/mailparse/rfc822_getaddr.c [new file with mode: 0644]
ext/mailparse/rfc822_getaddrs.c [new file with mode: 0644]
ext/mailparse/tests/001.phpt [new file with mode: 0644]
ext/mailparse/tests/002.phpt [new file with mode: 0644]
ext/mailparse/try.php [new file with mode: 0755]