Update KumarAsshole.java

This commit is contained in:
Shadab Mehdi 2016-01-28 01:17:06 +05:30
parent 3fa94f5013
commit a848b18f41

View File

@ -9,10 +9,10 @@ import javax.mail.internet.*;
import javax.mail.search.FlagTerm;
//Dependencies- Java mail API
public class Kumar_Asshole {
public class KumarAsshole {
public static void main(String[] args) {
Kumar_Asshole gmail = new Kumar_Asshole();
KumarAsshole gmail = new KumarAsshole();
gmail.read();
}
@ -86,7 +86,8 @@ public class Kumar_Asshole {
inbox.close(true);
store.close();
}catch(Exception e)
}
catch(Exception e)
{
e.printStackTrace();