]> granicus.if.org Git - php/commit
Instead of calling mail_fetchheader_full() to retrieve the complete header
authorJon Parise <jon@php.net>
Mon, 13 May 2002 00:29:22 +0000 (00:29 +0000)
committerJon Parise <jon@php.net>
Mon, 13 May 2002 00:29:22 +0000 (00:29 +0000)
commit9ec5aa9a92a8388cf99dc0fbe369795c3327b822
tree502a439900bb35c379134ae33a5c3cba4da187e9
parent80c641811925b6df43eed38d42cfdeb24609de49
Instead of calling mail_fetchheader_full() to retrieve the complete header
information just to extract the message envelope, call mail_fetchenvelope(),
which returns just what we need.

This is simpler, faster, and saves the IMAP server some work.

Submitted by: Adam Kauffman <adam.kauffman@mindspring.com>
ext/imap/php_imap.c