- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/gmail4j/
软件介绍
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);
}
Learning Processing
Daniel Shiffman / Morgan Kaufmann / 2008-08-15 / USD 49.95
Book Description Teaches graphic artists the fundamentals of computer programming within a visual playground! Product Description This book introduces programming concepts in the context of c......一起来看看 《Learning Processing》 这本书的介绍吧!