搜索资源列表
pop3.rar
- 简单的pop3邮件接受客户端
使用smtp协议接受邮件
- 使用javaApplet编写的smtp协议接受邮件软件!初学者有很多可以学习的地方!-use javaApplet prepared to accept the agreement smtp mail software! Beginners can learn a lot of places!
用Visual C实现POP3邮件接收程序
- 支持pop3协议,实现pop3邮件接受,用c#语言编写。经过测试合格。-support pop3 agreement and achieve pop3 mail acceptance, with c # language. After tested.
电子邮件发送和接受程序的开发
- 一实用的电子邮件程序代码,可以作为课程设计,工程开发的参考-a practical code of e-mail, as a curriculum design, engineering development of a reference
用MAPI发送邮件.ZIP
- 包括发送邮件程序、发送有附件的邮件的程序和接受邮件程序。-including the transmission of e-mail programs, send e-mail attachments are the procedures and receive e-mail programs.
邮件接收
- 邮件接受.rar程序,利用微软编程工具编写的。-receive mail. Rar procedure, and use Microsoft programming tools prepared.
JMailreceive
- 用jmail制作的邮件接受程序,能下载附件 -jmail produced using mail acceptance procedure can download Annex
POP3Server
- 一个POP3邮件接受服务器,可以实现服务器的所有功能-accept a POP3 mail servers, can achieve all the functionality of the server
RESERVE-MAIL
- 使用VB编写接受电子邮件的程序。电子邮件接受以后,保存在数据库中。-VB prepared to accept the use of e-mail procedures. After receiving e-mail, stored in a database.
mail
- pop3邮件接受服务器
pop3
- 简单的pop3邮件接受客户端-Simple pop3 mail client to accept
popmail
- 邮件接受程序- The mail accepts the procedure
SeeBase64
- Base64是一种很常用的编码方式,利用它可以将任何二进制的字符编码到可打印的64个字符之中, 这样,不管是图片,中文文本等都可以编码成只有ASCII的纯文本。至于为什么要进行这个转换呢, 最初主要使用在EMail领域,早期的一些邮件网关只识别ASCII, 如果发现邮件里有其他字符,就会将它们过滤掉,这样中文的邮件,有图片附件的邮件在这些网关上就会发生问题,于是将中文和图片都使用base64编码然后传输,接受后再解码就客服了这个问题了。 Base64除了可以使用在相似场合,还可以用作简单的加密等
sendEmailprogramVC++
- 1 “关于”标签的程序代码 9 2 电子邮件发送程序的代码 10 3 附件的代码 13 3 电子邮件接受程序的代码 14 -1 on the label code 92 code e-mail attachments 103 code 133 code by e-mail 14
mutt-1.5.12.tar
- mutt-1.5.12 源代码。linux 下邮件接受的工具。-mutt-1.5.12 source code. E-mail to receive under linux tool.
Mail_Attach_Src
- 强悍的收发邮件代码,提供多种完整功能,可接受发送邮件附件。-Powerful e-mail code, provides a wide range of full-featured, acceptable to send e-mail attachment.
EmailSystem
- 此次设计我们将以国内久负盛名的FoxMail电子邮件客户端软件为范本来主要是实 现发送邮件,接受邮件这两个最基本但是也最重要的功能,以及其他的发送附件,发送 多媒体附件,实现代理服务器登录SMTP服务器,以及实现用户可以自主编辑的通讯簿等 等附加功能。而我个人主要负责电子邮件的发送这个功能。 -The design will be our famous domestic FoxMail e-mail client software as a template to achieve
SimpleEmailClient
- VC++ 实现的发送和接受邮件的客户端程序,可以管理多邮件账号(The client program implementation of the send and receive email, you can manage multiple email accounts)
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语言编写,计算机网络课程设计