# File lib/tmail/mail.rb, line 462
def
each
(
&
block
)
body_port
().
ropen
{
|
f
|
f
.
each
(
&
block
) }
end