Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1.   static String POP3_SERVER = "mail.yourmothersvag.com";
  2.   static int POP3_PORT = 110;
  3.   static String POP3_USERNAME = "lips@yourmothersvag.com";
  4.   static String POP3_PASSWORD = "0p3n5354m3";
  5.   static Properties props = new Properties();
  6.   static Session session = Session.getDefaultInstance(props, null);
  7.   static Store store = session.getStore("pop3");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement