Update KumarAsshole.java
This commit is contained in:
parent
3fa94f5013
commit
a848b18f41
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue