diff --git a/functions/imap.xml b/functions/imap.xml index 330cbfe60c..ba514bbab8 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1,4 +1,4 @@ - + IMAP, POP3 and NNTP functions IMAP @@ -31,13 +31,13 @@ - RFC821: Simple Mail + RFC2821: Simple Mail Transfer Protocol (SMTP). - RFC822: Standard for + RFC822: Standard for ARPA internet text messages. @@ -837,7 +837,7 @@ imap_close($mbox); This function causes a fetch of the complete, unfiltered - RFC822 + RFC2822 format header of the specified message as a text string and returns that text string. @@ -2163,7 +2163,7 @@ imap_close($mbox); This function parses the address string as defined in - RFC822 and + RFC2822 and for each address, returns an array of objects. The objects properties are: @@ -2258,7 +2258,7 @@ while(list($key,$val)=each($address_array)){ Returns a properly formatted email address as defined in - RFC822 + RFC2822 given the mailbox, host, and personal info.