CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gmail java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gmail java - List
[
JSP/Java
]
g4j-0.3.12.c
DL : 0
Gmail API for Java 一个gmail信箱的客户端,直接访问gmail信箱,不用登陆gmail网站。-Gmail API for Java a gmail mail client, direct access gmail mailbox, not gmail landing site.
Update
: 2008-10-13
Size
: 1.74mb
Publisher
:
黄永晔
[
JSP/Java
]
bulk-email-sender-v01-mar-14-2008
DL : 3
批量邮件发送器v01 - 2008-03-15 功能:对于某一路径下的文件,以附件的形式发送到某一个或多个邮箱里。 可配置参数(properties.txt)包括: -smtp服务器(目前仅支持gmail) -用户名、密码 -发件人地址 -收件人地址(可多个) -邮件主题,文本内容 -一个本地目录(目录下符合条件的文件将被发送) -文件名过滤规则(自定义正则表达式) -是否递归处理子文件夹 -所用邮箱附件最大值(gmail为10M) -发送邮件的休息间隔 -是否日志记录 系统要求: jre6 或者理论上 早期版本jdk+JAF+javamail(需重新编译源代码,未测试) 已知问题: 1. gmail和hotmail邮箱能够正常收取 126邮箱不能正常收取附件 其他邮箱未测试 2. 中文支持应该没问题 运行: java -jar BulkEmailSender.jar
Update
: 2008-10-13
Size
: 335.76kb
Publisher
:
王
[
JSP/Java
]
g4j-0.3.12.c
DL : 0
Gmail API for Java 一个gmail信箱的客户端,直接访问gmail信箱,不用登陆gmail网站。-Gmail API for Java a gmail mail client, direct access gmail mailbox, not gmail landing site.
Update
: 2025-02-17
Size
: 1.74mb
Publisher
:
黄永晔
[
ICQ-IM-Chat
]
FreeQQ_src
DL : 0
/* 基于组播和udp的局域网聊天工具 email:kinghfut@gmail.com QQ:254648852 */-/* multicast and udp-based LAN chatting tool email : kinghfut@gmail.com QQ : 254648852* /
Update
: 2025-02-17
Size
: 278kb
Publisher
:
king
[
JSP/Java
]
GmailSenderV1.00Beta
DL : 0
Gmail sender
Update
: 2025-02-17
Size
: 94kb
Publisher
:
[
Other
]
AJAX_basic
DL : 0
AJAX基础教程及初步使用 Ajax基础教程 什么是 AJAX AJAX (异步 JavaScript 和 XML) 是个新产生的术语,专为描述JavaScript的两项强大性能.这两项性能在多年来一直被网络开发者所忽略,直到最近Gmail, Google suggest和google Maps的横空出世才使人们开始意识到其重要性. -AJAX Essentials and Essentials initial use of Ajax What is AJAX AJAX (Asynchronous JavaScript and XML) is an emerging term for the description of the two powerful JavaScript performance. These two properties over the years has been ignored by the network developer , until recently, Gmail, Google suggest and google Maps of横空born before people started to realize its importance.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
celler
[
JSP/Java
]
bulk-email-sender-v01-mar-14-2008
DL : 0
批量邮件发送器v01 - 2008-03-15 功能:对于某一路径下的文件,以附件的形式发送到某一个或多个邮箱里。 可配置参数(properties.txt)包括: -smtp服务器(目前仅支持gmail) -用户名、密码 -发件人地址 -收件人地址(可多个) -邮件主题,文本内容 -一个本地目录(目录下符合条件的文件将被发送) -文件名过滤规则(自定义正则表达式) -是否递归处理子文件夹 -所用邮箱附件最大值(gmail为10M) -发送邮件的休息间隔 -是否日志记录 系统要求: jre6 或者理论上 早期版本jdk+JAF+javamail(需重新编译源代码,未测试) 已知问题: 1. gmail和hotmail邮箱能够正常收取 126邮箱不能正常收取附件 其他邮箱未测试 2. 中文支持应该没问题 运行: java -jar BulkEmailSender.jar
Update
: 2025-02-17
Size
: 335kb
Publisher
:
王
[
Email Client
]
SendMail
DL : 0
用Java编写的基于API的邮件发送端。 发送时需要填写发送人用户名和密码(若没有则任意,但不能为空)。经过测试可以用sina的和Gmail的邮箱,但不支持126、163的邮箱(若支持smtp的则应该可以)。-Prepared to use Java-based API of the e-mail client. Sent when the sender to fill in username and password (if not the arbitrary, but it can not be empty). Tested can be used sina and Gmail e-mail, but do not support the 126,163-mail (if the support of the smtp should be able to).
Update
: 2025-02-17
Size
: 381kb
Publisher
:
konger
[
JSP/Java
]
qiu_networksecurity_project1
DL : 0
这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com Reference: J2SE 6.0 API, SUN special security API -------------------------------------------------------------------------------- Program big picture: This program is designed for server and client communication as required by homework descriptions. Plus, I use some java multi-thread technique to make it as a one server communicating with multi-clients at the same time and the server will be always on, just like in the real world. There are total 2 directories, one named server which has all the java classes for server to run properly and some other files holding the users password hash values as well as shared secret keys the other one named client which has all the java classes for clients to run properly and also some other files holding the users shared keys. In client directory: Client.java--- This class is used to de
Update
: 2025-02-17
Size
: 14kb
Publisher
:
qiushi
[
JSP/Java
]
EmailSenderByGmailSMTP
DL : 0
This a desktop application written in java which sends email using gmail smtp. You do not need to go to the browser to send email. If you do not have a gmail account that is ok too because you can send email by a default account and of course by your own account. You need jdk 1.6 or higher to run it. -This is a desktop application written in java which sends email using gmail smtp. You do not need to go to the browser to send email. If you do not have a gmail account that is ok too because you can send email by a default account and of course by your own account. You need jdk 1.6 or higher to run it.
Update
: 2025-02-17
Size
: 160kb
Publisher
:
Faisal
[
Windows Develop
]
GoogleTest
DL : 0
to send Email using gmail smtp server
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Eshwar
[
JSP/Java
]
netgui-v0.4.1
DL : 0
NetGUI v0.4.1 INSTALL Instructions Pedro de las Heras Quiros pheras@gmail.com 1. Install netkit (www.netkit.org) 2. Compile src/*java 3. mv src/*class bin 4. Edit and adapt bin/netgui.sh 5. Run bin/netgui.sh- NetGUI v0.4.1 INSTALL Instructions Pedro de las Heras Quiros pheras@gmail.com 1. Install netkit (www.netkit.org) 2. Compile src/*java 3. mv src/*class bin 4. Edit and adapt bin/netgui.sh 5. Run bin/netgui.sh
Update
: 2025-02-17
Size
: 588kb
Publisher
:
balife
[
JSP/Java
]
SendEmail
DL : 0
Send Email using gmail as smtp server
Update
: 2025-02-17
Size
: 1kb
Publisher
:
rama
[
JSP/Java
]
mhw_shopping
DL : 0
自己做的ssh框架商城项目 不对的地方大家指正 wenbois2000@gmail.com-Ssh framework of their own city do not place the item you wenbois2000@gmail.com correction
Update
: 2025-02-17
Size
: 41.39mb
Publisher
:
wenbo
[
Other Games
]
Mario
DL : 0
根据mldn的mario教程编写的mario游戏。 IDE为NetBeans。碰撞控制上小bug很多,这和游戏设计的框架有关。不过基本的编程方法都已包含。供交流学习。 flyinheart827@gmail.com-this is a kind of mario game. IDE is netbean. author:flyinheart827@gmail.com
Update
: 2025-02-17
Size
: 5.46mb
Publisher
:
Joe
[
JSP/Java
]
gmail
DL : 0
Gui mail bang java Code demo thoi
Update
: 2025-02-17
Size
: 410kb
Publisher
:
IT
[
Communication-Mobile
]
getcontract
DL : 0
使用java获取gmail账号联系人信息-Gmail account to use java for contact information
Update
: 2025-02-17
Size
: 3.45mb
Publisher
:
周杨华
[
SCM
]
Gmail
DL : 0
经典JAVA资料,软件破解版是根据官方放出的Demo版制作而成,其中有很多器件由于没有仿真模型而无法使用,该软件最大的优点在于能够对常用微控制器进行仿真,适合于刚刚接触单片机以及进行数模电综合仿真的用户使用-bu cuo de ying wen ziklai
Update
: 2025-02-17
Size
: 1.48mb
Publisher
:
张坤
[
JSP/Java
]
com.gmail.dengtao.joe.commons
DL : 0
常用Java工具类封装,字符串操作相关类 。-useful java tools,easy to use
Update
: 2025-02-17
Size
: 1.76mb
Publisher
:
dida
[
JSP/Java
]
com.gmail.dengtao.joe.transport
DL : 0
个人工作中编写基于java nio的socket封装,基于事件的设计方式这点类似mina,但该框架的主要特点是简单!-Personal work, the preparation of the socket-based java nio package, event-based design approach this like mina, but the main features of the framework is simple!
Update
: 2025-02-17
Size
: 1.98mb
Publisher
:
dida
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.