IMAP function library: Imap_open

Source: Internet
Author: User
Keywords Imap_open imap function Library php Chinese function manual
Tags aliyun content function function library html imap function library imap_open link

Imap_open

Open the IMAP link.

Syntax: int imap_open (string mailbox, String userhttp://www.aliyun.com/zixun/aggregation/11696.html ">name, String password, int [flags]);

return value: Integer

Function Type: Network system

Content Description

This function opens an IMAP link between the client and the server and can be linked to a POP3 or NNTP server. The parameter mailbox is the server-side location. Parameter username is a user account. Parameter password is the user's password. Parameter flags can be omitted with the following values:

Op_readonly: Open link Use read-only state.
Op_anonymous: The NNTP server is read anonymously and the. newsrc file is not used.
Op_halfopen: Links only to IMAP or NNTP servers and does not open mailboxes.
Cl_expunge: Automatically clears the mail from the mailbox when the link is closed.

Usage examples

The following example is a partial reference example for opening IMAP, POP3, NNTP, respectively

<?php
$mbox = Imap_open ("{Localhost:143}inbox", "user_id", "password");
/FONT> to the IMAP server link, IMAP port (port) Pass?/font> ' is 143.
$mbox = Imap_open ("{Localhost/pop3:110}inbox", "user_id", "password");
\/font> POP3 server link, POP3 port value is 110.
$NNTP = Imap_open ("{localhost/nntp:119}comp.test", "" "" ");
\/font> to the NNTP server link, NNTP has a port of 119.
?>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.