Subject: | wrong part numbers in multipart messages |
Hello!
It seems to me I've found a bug. IMAPClient not correctly calculates
part numbers in multipart messages. I have a letter with one big
attachment - another letter and in this attachment there are two other
attachments. IMAPClient determined next part numbers: 1; 2; 2.1; 2.1.1;
2.1.2; 2.1.3
When I've tried to get part 2.1.2 with bodypart_string method I've got
nothing. With experiments I've found out that right number is 2.2
So now I don't know how I can get correct part number to fetch it with
bodypart_string.
Thanks