The server I think is quite classic, helped me a lot, can achieve many PHP IMAP functions are not implemented. Previously posted in Guangzhou station, then Beijing station has not PHP version, now put a bar. :)
/*************************************
Background knowledge: (2013-04-24 Author: Maqingxi Source: Tenkine Software channel Zebian: Yang Ling)
Yahoo China to stop the service is what suffix of the mailbox.
1, suffix is @yahoo. com.cn and yahoo.cn yahoo Mail;
2, part of the Chinese Yahoo
//preparing session information for connecting to the serverProperties props =NewProperties (); Props.setproperty ("Mail.store.protocol","IMAP"); Props.setproperty ("Mail.imap.host","imap.163.com"); Props.setproperty ("Mail.imap.port","143");
Introduction to Basic concepts of e-maile-mail is used for online confidence delivery and communication, and it is one of the most important Internet services. According to statistics, 30% of the business of the Internet is email related. At the
Well, into the main steps of this series of tutorials, the theoretical knowledge of the previous e-mail we all know, then this blog we will use the code to complete the delivery of the message. This is very widely used in real projects, such as
Bromon originality, please respect copyright
Ii. receiving emails
Generally, we use the POP3 protocol to receive emails. imap does not involve emails now. Although it takes me a lot of time to figure out the mail receiving function, it is so easy.
Foxmail settings:
First, open Foxmail, click on the "Mailbox" menu "new mailbox Account";
Second, enter the Foxmail Wizard, input "e-mail address", "password", "Account Name", "Mailbox in the name adopted" and the path selection, click "Next";
Email5.0 code structure and email5.0 code structure
Email5.0 code structure1 core interface IEmailService
IEmailService is the core interface of Email. Defines the basic functions of Email. Such as sendmail, loadAttachment, sync, and searchMessages.
The history of email is longer than the web, until now, email is also a very broad application of the Internet services.
Almost all programming languages support sending and receiving e-mail, but wait, before we start coding, it's important to
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.