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.