How to download email attachments with pop3 protocol using java sockets?

650 Views Asked by At

I connected to my gmail account through java sockets and retrieved all my emails using pop3 commands. And now I want to download all attachments to specific catalog in my computer using sockets. I do not want to use java mail package.

Any examples, ideas would help.

0

There are 0 best solutions below