搜索资源列表
电子邮件发送和接受程序的开发
- 一实用的电子邮件程序代码,可以作为课程设计,工程开发的参考-a practical code of e-mail, as a curriculum design, engineering development of a reference
邮件接收
- 邮件接受.rar程序,利用微软编程工具编写的。-receive mail. Rar procedure, and use Microsoft programming tools prepared.
EMail-transport
- 基于smtp的email通信程序,可以有多人接受邮件!-smtp email-based communication program, people can receive mail!
Cshar_design
- 邮件收发系统的设计,包括毕业论文~~ 此次设计我们将以国内久负盛名的FoxMail电子邮件客户端软件为范本来主要是实 现发送邮件,接受邮件这两个最基本但是也最重要的功能,以及其他的发送附件,发送 多媒体附件,实现代理服务器登录SMTP服务器,以及实现用户可以自主编辑的通讯簿等 等附加功能。-mail system design ~ ~ including the thesis of this design we will be domestic long renowned Fox
CSMTPConnection
- 网络通讯PBNI对SMTP服务发送接受邮件,对Powerbuilder十分有用,欢迎下载
MyMailPost
- 一款POP3协议的实例小软件,用于接受邮件的
SeeBase64
- Base64是一种很常用的编码方式,利用它可以将任何二进制的字符编码到可打印的64个字符之中, 这样,不管是图片,中文文本等都可以编码成只有ASCII的纯文本。至于为什么要进行这个转换呢, 最初主要使用在EMail领域,早期的一些邮件网关只识别ASCII, 如果发现邮件里有其他字符,就会将它们过滤掉,这样中文的邮件,有图片附件的邮件在这些网关上就会发生问题,于是将中文和图片都使用base64编码然后传输,接受后再解码就客服了这个问题了。 Base64除了可以使用在相似场合,还可以用作简单的加密等
mail32
- ASP.NET C# 邮件程序实例 实现自动发送和接受邮件 别用于发送垃圾邮件哟 ! 否则 后果自负!-ASP.NET C# mail program examples
5868email_get_and_send
- 邮件发送和接受源程序,非常好,可以自己直接使用,谢谢大家-Send and receive e-mail source, very good, you can direct the use of their own, thank you
mail
- 用VC实现的邮件的发送与接受,能在本机建立服务器-VC achieved by the sending and acceptance of e-mail to set up a server on the local
foxmail6-skycn
- foxmail6-skycn.zip foxmial 接受邮件-foxmail6-skycn.zip foxmial
VBxiaochengxu
- VB编写的小程序,有拨号上网程序,自动接受邮件以及自动发送邮件程序。-VB program, the small written procedures, automatic dial-up accept email and automatic email program.
1234
- 以服务器/客户端模式模拟邮件收发系统,用户可以发送邮件,接受邮件,阅读邮件-To the server/client model simulation e-mail sending and receiving systems,
JmailSend_ASP.NET
- 邮件系统的发送与接受等功能。供大家分享学习使用。-Sending and receiving mail system and other functions. For all to share learning to use.
sending-and-receiving-e-mail
- 易语言邮件收发源代码,集收取,发送,等等发送接受邮件所需的所有功能-Easy to send and receive e-mail source code language, share them for everyone to learn from
claros-webmail-0.8.0
- 可以发送邮件,也可以接受邮件,是一个非常好的源码。can send mail and receive mail, is a very good source.-can send mail and receive mail, is a very good source.
GMail_Alerter_src
- 邮件软件:该程序需要两个服务器,一个用来发送邮件,一个用来接受邮件,一般我们用pop3协议来接收邮件,用smtp协议来发送邮件。Mail alter-Mail alter
javawebemail1
- 使用JAVA开发EMAIL工具的发送邮件源代码可以通过测试求接受邮件的源代码use Java development tools EMAIL mail source code can be tested to accept mail for the source code-use Java development tools EMAIL mail source code can be tested to accept mail for the source code
VB 发送邮件
- vb发送邮件源码。发送的邮箱必须开启pop服务,接受的邮箱不能为QQ邮箱。(VB sends mail source code. The sent mailbox must open the pop service, and the mailbox accepted cannot be a QQ mailbox.)
SMTP邮件发送
- SMTP邮件发送,利用SMTP进行邮件发送与接受,C语言编写,计算机网络课程设计