搜索资源列表
用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.
claros-webmail-0.8.0
- 可以发送邮件,也可以接受邮件,是一个非常好的源码。-can send mail and receive mail, is a very good source.
EMail-transport
- 基于smtp的email通信程序,可以有多人接受邮件!-smtp email-based communication program, people can receive mail!
MailReceiver_csharp
- 在vc#中实现 使用 pop3 接受邮件的源程序,免注册下载-in achieving acceptable use pop3 mail source, registration-free download
javawebemail1
- 使用JAVA开发EMAIL工具的发送邮件源代码可以通过测试求接受邮件的源代码-use Java development tools EMAIL mail source code can be tested to accept mail for the source code
Cshar_design
- 邮件收发系统的设计,包括毕业论文~~ 此次设计我们将以国内久负盛名的FoxMail电子邮件客户端软件为范本来主要是实 现发送邮件,接受邮件这两个最基本但是也最重要的功能,以及其他的发送附件,发送 多媒体附件,实现代理服务器登录SMTP服务器,以及实现用户可以自主编辑的通讯簿等 等附加功能。-mail system design ~ ~ including the thesis of this design we will be domestic long renowned Fox
手机邮件系统的客户端软件
- 一款简单的android,手机邮件系统的客户端软件。包含接受邮件,撰写和发送邮件-A simple android, mobile e-mail system client software. Includes receiving messages, compose and send e-mail
email
- 客户端可以发送邮件到指定的信箱 服务器端可以接受邮件-Client can send messages to the specified server-side mailbox can accept e-mail
SeeBase64
- Base64是一种很常用的编码方式,利用它可以将任何二进制的字符编码到可打印的64个字符之中, 这样,不管是图片,中文文本等都可以编码成只有ASCII的纯文本。至于为什么要进行这个转换呢, 最初主要使用在EMail领域,早期的一些邮件网关只识别ASCII, 如果发现邮件里有其他字符,就会将它们过滤掉,这样中文的邮件,有图片附件的邮件在这些网关上就会发生问题,于是将中文和图片都使用base64编码然后传输,接受后再解码就客服了这个问题了。 Base64除了可以使用在相似场合,还可以用作简单的加密等
mail32
- ASP.NET C# 邮件程序实例 实现自动发送和接受邮件 别用于发送垃圾邮件哟 ! 否则 后果自负!-ASP.NET C# mail program examples
EmailSystem
- 此次设计我们将以国内久负盛名的FoxMail电子邮件客户端软件为范本来主要是实 现发送邮件,接受邮件这两个最基本但是也最重要的功能,以及其他的发送附件,发送 多媒体附件,实现代理服务器登录SMTP服务器,以及实现用户可以自主编辑的通讯簿等 等附加功能。而我个人主要负责电子邮件的发送这个功能。 -The design will be our famous domestic FoxMail e-mail client software as a template to achieve
Email
- 邮件软件:该程序需要两个服务器,一个用来发送邮件,一个用来接受邮件,一般我们用pop3协议来接收邮件,用smtp协议来发送邮件。-E-mail software: the program requires two servers, one used to send a message, a message to accept the general protocol we use to receive mail pop3, smtp protocol used to send messages.
post
- 以前写的那个只能发文本信息,不能插入附件,现在可以了,不限制大小,但是也要看你的接受邮件的服务器支不支持了-That can only be made before writing a text message has failed to insert attachments, can now, and no restrictions on size, but it also depends on the acceptance of your mail server or not support
1234
- 以服务器/客户端模式模拟邮件收发系统,用户可以发送邮件,接受邮件,阅读邮件-To the server/client model simulation e-mail sending and receiving systems,
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语言编写,计算机网络课程设计