I have a task to implement sending of http multipart request and interpreting http multipart response. I decided to start from the response as I just have to receive a respo
I would recommend turning to Apache Commons:
But before you do any of that, I think you need to talk with whoever has set you on this task, to be sure that you understand exactly what he/she wants. Because multi-part for mail processing is close but not quite the same as multipart for file uploads.