Package com.dongxuexidu.douban4j.service

Examples of com.dongxuexidu.douban4j.service.DoubanMailService


  }
 
  public static void testSendingDoumail () {
    try {
      String accessToken = testAccessToken();
      DoubanMailService service = new DoubanMailService(accessToken);
      if (service.sendMail("abei", "test!", "ceshi")) {
        System.out.println("done!");
      } else {
        System.out.println("o shit");
      }
    } catch (DoubanException ex) {
View Full Code Here

TOP

Related Classes of com.dongxuexidu.douban4j.service.DoubanMailService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.