luckypower has asked for the wisdom of the Perl Monks concerning the following question:
$mimeent = generatemail(); # this func return mime entity. print "length before: " . length($mimeent->as_string); my $newid =$imap->append_string($folder, $mimeent->as_string, $flags, +$date); print "length after: " .$imap->size($newid);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mail size increase
by Anonymous Monk on Oct 22, 2008 at 11:15 UTC | |
|
Re: mail size increase
by Krambambuli (Curate) on Oct 22, 2008 at 19:33 UTC | |
by luckypower (Beadle) on Oct 23, 2008 at 06:09 UTC | |
by Anonymous Monk on Oct 23, 2008 at 09:27 UTC |