NAME

Egg::View::Mail::Plugin::Jfold - The numbers of characters of each line of mail are united.

SYNOPSIS

package MyApp::View::Mail::MyComp;
use base qw/ Egg::View::Mail::Base /;

...........
.....

__PACKAGE__->setup_plugin('Jfold');

DESCRIPTION

The number of characters of each line of mail is adjusted by using 'Jfold' of Jcode.

When 'Jfold' is passed to 'setup_plugin' method, it is built in.

Please note that there is a thing that the processing result doesn't become it according to the expectation when using it with other components that use '__get_mailbody' in built-in the order.

__PACKAGE__->setup_plugin(qw/
   EmbAgent
   Jfold
   /);

It comes to be able to set the following items.

line_length

Lengths of number of characters of each line. The number of characters of 1byte character conversion is set.

Default is '72'.

SEE ALSO

Egg::Release, Egg::View::Mail, Egg::View::Mail::Base, Jcode,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.