有关Email的各种资料高分大收集 -- yifeng(300分)

Y

yifeng

Unregistered / Unconfirmed
GUEST, unregistred user!
编程需要, 各位可否帮我找找email的各种资料,中英文均可, 例如email
的编码方式, 协议, 如何解读信头, 如何读取详细内容, pop3协议, smtp协议
相关控件,例程...等等以及我还不知道的重要东东.
请提供下载地址,如果需要mail先告诉我一声, 以防我的mail box bombed :)
Thanks
 
相关控件推荐 ICS 的 smtp 和 pop3 控件
 
你可以到http://vcl.vclxx.com/DELPHIGB/DEFAULT.HTM找找,有很多smtp和pop3的控件,下载来再仔细研究源代码
 
RFC:
0821 Simple Mail Transfer Protocol.
0822 Standard for the format of ARPA Internet text messages.
1869 SMTP Service Extensions.
1870 SMTP Service Extension for Message Size Declaration.
1939 Post Office Protocol - Version 3.
2045 Multipurpose Internet Mail Extensions (MIME) Part One:
2046 Multipurpose Internet Mail Extensions (MIME) Part Two:
2047 MIME (Multipurpose Internet Mail Extensions) Part Three:
2048 Multipurpose Internet Mail Extensions (MIME) Part Four:
2049 Multipurpose Internet Mail Extensions (MIME) Part Five:
2077 The Model Primary Content Type for Multipurpose Internet Mail Extensions.
1740 MIME Encapsulation of Macintosh Files - MacMIME.
2015 MIME Security with Pretty Good Privacy (PGP).
1847 Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted.
1848 MIME Object Security Services.
 
rfc 到底是什么东西,是什么人写的。请指教。
 
hey, IKnow, where can I get the rfc?
 

Internet Requests for Comments (RFC)
The Internet Request For Comments (or RFC)do
cuments are the written
definitions of the protocols and policies of the Internet.
下面网址有所有rfc:
http://www.cis.ohio-state.edu/hypertext/information/rfc.html
 
RFC正宗站点:
<A URL="http://www.ietf.org/home.html">http://www.ietf.org/home.html</A>
 
到以下一定可以找到^_^
http://delphi.ncc.com.tw/
http://vcl.vclxx.com/
 
pop3、smtp协议请到WinFormat站点去Download.或查看本论坛的有关问题,
在哪儿有介绍。
 
VC++的帮助文档有一个收发email的例子,不知是否感兴趣。
 
The SMTP Protocol
The SMTP protocol is used by the components in the SendMail package
to send mail. It is described in RFC 821, which can be obtained from:
http://www.cis.ohio-state.edu/htbin/rfc/rfc821.html
The POP3 Protocol
The POP3 protocol is used by the components in the GetMail package to
retrieve mail from POP3 servers. It is described in RFC 1725, which
can be obtained from:
http://www.cis.ohio-state.edu/htbin/rfc/rfc1725.html
THE MIME Protocol
The MIME protocol is used to format multimedia content for transfer
over the Internet. It is described in RFC 1521, which can be obtained from:
http://www.cis.ohio-state.edu/htbin/rfc/rfc1521.html
 
如想详细了解,
可参看《internet编程》kris jamsa&amp;ken cpoe (电子工业出版社)
 
谢谢啦!尤其是rfc,我之前不知道在那里有
我想在程序中自动处理收到的信件,即根据主题和内容自动回复或作相应处理
大家有什么建议吗?
 
用nmpop3就可以得到"主题和内容"了,自己分析以下,然后用nmsmtp回复邮件.
这个功能并不复杂嘛! 没必要一定要了解什么rfc的.
 
>用nmpop3就可以得到"主题和内容"了,自己分析以下,然后用nmsmtp回复邮件.
>这个功能并不复杂嘛! 没必要一定要了解什么rfc的.

主要我有些其他的事情需要对协议了解清楚,所以看看rfc才有帮助
 
多人接受答案了。
 
顶部