Java Receive Attachment problem ?
- by Karthick RM
Hi to all.I use the following code to download the attachment from the mail .But it gives the ClassCastException on the Multipart declaration
Exception in thread "main" java.lang.ClassCastException: com.sun.mail.imap.IMAPInputStream cannot be cast to javax.mail.Multipart
at ReadAttachment.main(ReadAttachment.java:52)
How do I handle…