diff options
author | Wez Furlong <wez@php.net> | 2001-08-28 21:52:11 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2001-08-28 21:52:11 +0000 |
commit | b9c4dc4a05cf6a0f207a00b9ec8f867ab903d37a (patch) | |
tree | b167605c675a7752b728ebb68318206b73e78c2a /ext/mailparse/php_mailparse.h | |
parent | 563ffb89842395adba2005aee03dca5bdbc921a6 (diff) | |
download | php-git-b9c4dc4a05cf6a0f207a00b9ec8f867ab903d37a.tar.gz |
@- Added mailparse_uudecode_all() which extracts all uuencoded attachments
(Wez)
Diffstat (limited to 'ext/mailparse/php_mailparse.h')
-rwxr-xr-x | ext/mailparse/php_mailparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mailparse/php_mailparse.h b/ext/mailparse/php_mailparse.h index 5b76d90201..3e0709c8c8 100755 --- a/ext/mailparse/php_mailparse.h +++ b/ext/mailparse/php_mailparse.h @@ -58,6 +58,7 @@ PHP_FUNCTION(mailparse_msg_extract_file); PHP_FUNCTION(mailparse_rfc822_parse_addresses); PHP_FUNCTION(mailparse_determine_best_xfer_encoding); PHP_FUNCTION(mailparse_stream_encode); +PHP_FUNCTION(mailparse_uudecode_all); #include "rfc2045.h" #include "mailparse_rfc822.h" |