Extending and Enhancing mail.pl

There are many ways to enhance the mail.pl script. Since the source code is freely available and distributed under the GNU license, anyone can improve it. Some ways to improve the script are:

  • Supporting the quoted-printable encoding type, and using this support to create more efficient messages.

  • Limiting single-attachment messages to a single content type, instead of using the current multipart-mixed wrapper where it is not necessary.

  • Making an effort to determine the sender (such as by system username and local hostname) when a From address isn’t given. Perhaps in these days of spam, the user should be forced to give a verifiable mail address before the script will mail a message.

  • Adding to the capabilities of the getContentType subroutine. Besides file extensions, one could determine content types by running the Unix file utility (if present on the system) on files to attach.

  • Adding support for custom or user-defined headers.

  • Adding support for URLs in the attachments list so that one could attach files from the network.

  • Fixing “manpage” to return documentation for all operating systems (e.g., Microsoft Windows NT), perhaps by using the Pod::Text module on CPAN.

  • Creating a more robust expect subroutine.

  • Insisting on a proper name for the localhost, perhaps by using the Sys::Hostname module on CPAN. This would allow one to properly provide the sender’s local machine name to an SMTP HELO or EHLO command.

Removing its own facile MIME capabilities and making use of the Perl “standard” MIME-Tools module would result in a script that is tested better. This we’ll leave as an exercise for the reader, but this useful and well-written module will be introduced in the next chapter.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.28.197