搜索资源列表
邮件发送的程序
- 这是一个用JAVA 编制而成的邮件收发程序。 其中,它能成功的演示邮件的收发协议的用法。-with JAVA compiled from the mail procedures. Among them, it will demonstrate the success of the transceiver agreement mail usage.
smtp-Mail
- 使用SMTP协议发送邮件,希望对开发电子邮件收发程序的人有帮助.-use the SMTP protocol to send messages, and I hope to the development of an e-mail TX procedures of help.
MeyboMailWeb
- MeyboMail Web(脉博邮件系统客户端)是一个纯Java编写的,基于B/S模式的邮件系统客户端软件,系统表示层使用easyjf.com(简易java框架)的 EasyJWeb框架开发,主要通过调用java mail实现邮件的收发。MeyboMail Web主要配合MeyboMail Server(脉博邮件服务器系统)使用,MeyboMail Server是使用Java编写,可以运行在任何支持Java的服务器系统平台。拥有自主知识产权的邮件服务器系统软件,系统实现了POP3,ESMTP 等
javaQQ
- JAVA 版QQ源代码 使用WEBQQ协议HTTP协议。可登陆,获取好友,收发消息。-JAVA version of the QQ protocol source code WEBQQ HTTP protocol. Can be found, for friends, send and receive messages.
TestChat2
- java实现的客户端收发短信,能够实现两人之间的通信,java网络方面的协议-java client transceiver to achieve SMS, to achieve communication between the two men, java network agreement
javaMail
- 这个是用JAVA编写的通过SMTP协议的邮件收发的过程,可以对邮件的收发原理有一个了解-this is a program about sending and accepting mail based SMTP protocol
pbm125a
- 英文电子邮件收发程序,基于SMTP协议。功能齐全。-English e-mail sending and receiving process, based on the SMTP protocol. Functional.
netbattle
- JAVA写的局域网基于UDP协议收发数据程序 Addressmanager。。。。获取地址 Broadcast。。。。。。。局域网广播-Written in JAVA UDP protocol LAN send and receive data based on program Addressmanager. . . . Get Address Broadcast. . . . . . . LAN broadcast
MailClient
- 主要是模拟邮件收发客户端的小程序。重点可以帮助读者掌握收发邮件的协议的运用手段以及帮助了解和进一步熟悉JAVA的网络编程-Is to simulate sending and receiving e-mail client applet. Can help the reader grasp the key messages of the protocol transceiver means and to help understand and use more familiar with JAV
SocketToolsourcecode
- 运用udp,tcp的相关知识,实现通信协议,从而实现数据的收发。(源代码)-Achieve communication protocols to send and receive data.
javaMail
- java实现的一个收发邮件的例程,可用于对底层网络协议的学习。-java implementation of a routine e-mail can be used to study the underlying network protocol.
MyWebMail
- 此代码是本人模仿Foxmail实现的一个web版本的邮件管理工具。实现了简单的收发功能,支持pop3协议和imap协议。支持复杂的邮件格式,支持带附件的邮件等。 此代码经过了测试,然而本人不能保证代码中不存在重大缺陷,如果下载者想直接投入使用,请三思。 解压后用eclipse导入,重新设置jdk和tomcat的路径即可。-This is a simple mail management tool which I realized it on reference of foxitmail.