Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update modules.md #34

Closed
wants to merge 1 commit into from
Closed

Update modules.md #34

wants to merge 1 commit into from

Conversation

jberanek
Copy link

MIME::Lite has always been my favourite email sending module

MIME::Lite has always been my favourite email sending module
@zoffixznet
Copy link

Wouldn't Email::Sender already take care of that usecase? As in, both are for sending mail.

Also, MIME::Lite is deprecated by its author, so if you're still using it, you should consider switching 😹

@zoffixznet
Copy link

I'm going to close this for the above reasons. If MIME::Lite provides some functionality not subsumed by Email::Send, please add that functionality into the list so potential module authors would have an idea of what to implement.

Thanks.

@zoffixznet zoffixznet closed this Aug 19, 2016
@jberanek
Copy link
Author

Fair enough, didn't know about MIME::Lite deprecation, maybe I should look at Email::Sender

@jberanek
Copy link
Author

jberanek commented Oct 5, 2016

Just had a look at Email::Sender ... it's documentation (and functionality?) compared to MIME::Lite makes me cry

@jonathanstowe
Copy link

There doesn't appear to be any Perl 6 module except Net::SMTP that can actually send e-mail.

The difference between e.g. Email::Sender and MIME::Lite is that MIME::Lite is somewhat monolithic in approach whereas Email::Sender is part of a suite of modules where the actual creation of the messages is delegated to something Email::MIME or similar. IMO this would be a better approach for a Perl 6 module to do similar.

@zoffixznet
Copy link

zoffixznet commented Oct 5, 2016

Just had a look at Email::Sender ... it's documentation (and functionality?) compared to MIME::Lite makes me cry

Doesn't MIME::Lite's "functionality" make mistakes such as revealing BCC addresses, for example?

In any case, instead of obsessing over Perl 5 and what module to "port," it's a worthwhile goal to think of a Perl 6 way of doing it. We have many constructs and idioms that Perl 5 lacks, so any thoughtless port's interface will be clunky.

@jonathanstowe
Copy link

Exactly 👍

@niner
Copy link

niner commented Oct 5, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants