Gmail的Java接口 Gmail4J

码农软件 · 软件分类 · 网络工具包 · 2019-03-03 07:29:39

软件介绍

Gmail4J 是一个简单的面向对象的Java类库,用来在Java的程序中访问 Gmail的服务。

示例代码:

GmailClient client = new RssGmailClient();
client.setLoginCredentials(LoginDialog.getInstance().show("Enter Gmail Login"));
client.init();
final List<GmailMessage> messages = client.getUnreadMessages();
for (GmailMessage message : messages) {
    System.out.println(message);
}

本文地址:https://www.codercto.com/soft/d/510.html

Data Structures and Algorithms

Data Structures and Algorithms

Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20

The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具