PHP ʖ²ἯTH
º/A
XLII. IMAP, POP3 and NNTP functions
½鉜
These functions are not limited to the IMAP protocol, despite their name. The underlying c-client library also supports NNTP, POP3 and local mailbox access methods.
Шdz
This extension requires the c-client library to be installed. Grab the latest version from ftp://ftp.cac.washington.edu/imap/ and compile it.
You have to copy some files to make sure they are in your link path (e.g.: /usr/local/lib/) and include directory (e.g.: /usr/local/include). The files to copy can be found in the source tree under imap-200x/c-lient after a succesfull run of make. Copy c-client.a to /usr/local/lib/libc-client.a or some other directory on your link path.
ע: Make sure c-client.a ends up in your link path under the name libc-client.a.
Copy the following files to /usr/local/include or some other directory in your include path.
c-client.h
imap4r1.h
rfc822.h
mail.h
linkage.h
env.h
env_unix.h
fs.h
ftl.h
misc.h
nntp.h
nl.h
osdep.h
smtp.h
tcp.h
ע: The name of env_unix.h depends on your OS. Make sure to copy this files with following symlinks option. To build the c-client library with SSL or/and Kerberos support read the docs supplied with the package.
°²װ
To get these functions to work, you have to compile PHP with --with-imap[=DIR], where DIR is the c-client install prefix.
ע: Depending how the c-client was configured, you might also need to add --with-imap-ssl=/path/to/openssl/ and/or --with-kerberos=/path/to/kerberos into the PHP configure line.
ԋАʱŤփ
¸À©չģ¿鎴¶¨ҥȎºΉ薃ָn¡£
Դ Ѝ
Ԥ¶¨ҥ³£
ӉӚբЩ³£ʇӉ¸À©չģ¿鶨ҥµģ¬Ҳ´˖»ӐԚ¸À©չģ¿鱻±ҫµ½ PHP £¬»ڔːЊ±±»¶¯̬¼Ӕغ³£²œА§¡£
Ϡ¹زο¼
This document can't go into detail on all the topics touched by the provided functions. Further information is provided by the documentation of the c-client library source (docs/internal.txt). and the following RFC documents:
RFC2821: Simple Mail Transfer Protocol (SMTP).
RFC2822: Standard for ARPA internet text messages.
RFC2060: Internet Message Access Protocol (IMAP) Version 4rev1.
RFC1939: Post Office Protocol Version 3 (POP3).
RFC977: Network News Transfer Protocol (NNTP).
RFC2076: Common Internet Message Headers.
RFC2045, RFC2046, RFC2047, RFC2048 RFC2049: Multipurpose Internet Mail Extensions (MIME).
¾¯¸漯B
Crashes and startup problems of PHP may be encountered when loading this extension in conjunction with the recode extension. See the recode extension for more information.
Ŀ¼ imap_8bit -- Convert an 8bit string to a quoted-printable string imap_alerts -- This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset imap_append -- Append a string message to a specified mailbox imap_base64 -- Decode BASE64 encoded text imap_binary -- Convert an 8bit string to a base64 string imap_body -- Read the message body imap_bodystruct -- Read the structure of a specified body section of a specific message imap_check -- Check current mailbox imap_clearflag_full -- Clears flags on messages imap_close -- Close an IMAP stream imap_createmailbox -- Create a new mailbox imap_delete -- Mark a messge for deletion from current mailbox imap_deletemailbox -- Delete a mailbox imap_errors -- This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset. imap_expunge -- Delete all messages marked for deletion imap_fetch_overview -- Read an overview of the information in the headers of the given message imap_fetchbody -- Fetch a particular section of the body of the message imap_fetchheader -- Returns header for a message imap_fetchstructure -- Read the structure of a particular message imap_get_quota -- Retrieve the quota level settings, and usage statics per mailbox imap_get_quotaroot -- Retrieve the quota settings per user imap_getmailboxes -- Read the list of mailboxes, returning detailed information on each one imap_getsubscribed -- List all the subscribed mailboxes imap_header -- Read the header of the message imap_headerinfo -- Read the header of the message imap_headers -- Returns headers for all messages in a mailbox imap_last_error -- This function returns the last IMAP error (if any) that occurred during this page request imap_list -- Read the list of mailboxes imap_listmailbox -- Read the list of mailboxes imap_listscan -- Read the list of mailboxes, takes a string to search for in the text of the mailbox imap_listsubscribed -- List all the subscribed mailboxes imap_lsub -- List all the subscribed mailboxes imap_mail_compose -- Create a MIME message based on given envelope and body sections imap_mail_copy -- Copy specified messages to a mailbox imap_mail_move -- Move specified messages to a mailbox imap_mail -- Send an email message imap_mailboxmsginfo -- Get information about the current mailbox imap_mime_header_decode -- Decode MIME header elements imap_msgno -- This function returns the message sequence number for the given UID imap_num_msg -- Gives the number of messages in the current mailbox imap_num_recent -- Gives the number of recent messages in current mailbox imap_open -- Open an IMAP stream to a mailbox imap_ping -- Check if the IMAP stream is still active imap_qprint -- Convert a quoted-printable string to an 8 bit string imap_renamemailbox -- Rename an old mailbox to new mailbox imap_reopen -- Reopen IMAP stream to new mailbox imap_rfc822_parse_adrlist -- Parses an address string imap_rfc822_parse_headers -- Parse mail headers from a string imap_rfc822_write_address -- Returns a properly formatted email address given the mailbox, host, and personal info. imap_scanmailbox -- Read the list of mailboxes, takes a string to search for in the text of the mailbox imap_search -- This function returns an array of messages matching the given search criteria imap_set_quota -- Sets a quota for a given mailbox imap_setacl -- Sets the ACL for a giving mailbox imap_setflag_full -- Sets flags on messages imap_sort -- Sort an array of message headers imap_status -- This function returns status information on a mailbox other than the current one imap_subscribe -- Subscribe to a mailbox imap_thread -- Return threaded by REFERENCES tree imap_uid -- This function returns the UID for the given message sequence number imap_undelete -- Unmark the message which is marked deleted imap_unsubscribe -- Unsubscribe from a mailbox imap_utf7_decode -- Decodes a modified UTF-7 encoded string. imap_utf7_encode -- Converts 8bit data to modified UTF-7 text. imap_utf8 -- Converts text to UTF8
º/A
ưµ㼯A
read_exif_data
ɏһ¼¶
imap_8bit