imap_fetchheader

(PHP 3>= 3.0.3, PHP 4 )

imap_fetchheader -- 메시지에서 헤더를 돌려준다

Description

string imap_fetchheader ( int imap_stream, int msgno, int flags)

이 함수는 지정된 메시지에서 전체의(complete), 필터링되지않은(unfiltered) RFC822형식의 헤더를 텍스트 문자열로 페치하고, 그 텍스트 문자열을 돌려준다.

옵션은 다음과 같다:


FT_UID          The msgno argument is a UID 
FT_INTERNAL     The return string is in "internal" format,
                without any attempt to canonicalize to CRLF
                newlines
FT_PREFETCHTEXT The RFC822.TEXT should be pre-fetched at the
                same time.  This avoids an extra RTT on an
                IMAP connection if a full message text is
                desired (e.g. in a "save to local file"
                operation)