NAME

Egg::Plugin::MailSend::Encode::ISO2022JP - Plugin that does peculiar processing to Japan to mail.

SYNOPSIS

use Egg qw/ MailSend MailSend::Encode::ISO2022JP /;

__PACKAGE__->egg_startup(
  .....
  ...
  );

DESCRIPTION

It is a plugin to give peculiar processing to Japanese mail.

This plug-in generates 'Mail_encode' method to the controller of the project.

Please refer to the document of Egg::Plugin::MailSend.

SEE ALSO

Egg::Plugin::MailSend, Egg::Release,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT

Copyright (C) 2007 by 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.