# File lib/mail/message.rb, line 1758
def
all_parts
parts
.
map
{
|
p
|
[
p
,
p
.
all_parts
] }.
flatten
end