/usr/share/doc/libmail-sendmail-perl/Todo is in libmail-sendmail-perl 0.79.16-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | # random thoughts about what to do next.
# suggestions welcome
- CLEANUP THE MESS!
- Also MIME-encode headers if they contain accented characters
Make it configurable?
- Document AUTH
- Also accept hashrefs in place of hashes
- Update web site
. check with no wanted AUTH method specified
- Also accept MIME::Lite objects? YES! It should be easy, except maybe if mail was built with filehandles?
. Is use vars in sub OK ? And with mod_perl?
. option for stricter email address checker
. problems on Win32 with Perl 5.8.0 and CygWin? (see emails)
- Check on older Perl
- cleanup and widely test SMTP AUTH support
- Check with mod_perl
- During Makefile.PL, try to find a local SMTP server and the user's e-mail
address, and offer to pre-configure these as defaults in Sendmail.pm. And
let the user enter defaults to override automatic detection.
- Document $address_rx: which addresses it finds OK, and which not.
- Add example scripts for CGI forms
- Create sourceforge site and mailing list
- Does the test say OK if no mail could be sent? check and fix
Have make dist generate README and html ?
Add install.ppm for PPM installs?
Use 8BITMIME if available from server?
Encode only if accented chars really present?
Rename to Mail::Simple?
This is not on my todo list anymore, because it looks like nobody is using Perl on Amiga:
- Setup Perl on an Amiga and see if it runs. (it should)
(but if someone tries it, I would appreciate knowing about it)
|