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


Egg-Release-Mail documentation  | view source Contained in the Egg-Release-Mail distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

  __PACKAGE__->setup_plugin('Jfold');

DESCRIPTION

Top

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

Top

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

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release-Mail documentation  | view source Contained in the Egg-Release-Mail distribution.