Click here to Skip to main content
15,888,022 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
can I fetch multiple body parts of a single email message using IMAP commands.

For example, is there something like -
fetch 1:1 body[RFC822.HEADER 1 2 3...]

and finally plz tell me if i am right or not considering the following case.

if i know the bodystructure than the body part numbers of various parts are represented by their position in the bodystructre. periods are added for nested body part numbers.

example: bodystructure( (part 1) (part 2) (part 3 (part 3.1) (part 3.2) ) .....)
am i correct?

please help me.
thanks in advance.
Posted
Updated 10-Jun-12 21:03pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900