in reply to RFC: Net::SMTP::Pipelining
I do have a comment on the name. I think Net::SMTP::Pipelining is fine. I know the protocol RFCs usually show their commands in uppercase, but unless it's actually an acronym (like SMTP) I personally wouldn't expect a module name to be all capitals.
This is an interesting problem you're solving. It's good to see it as a module in its own right. It'd be even more interesting to me if the functionality was worked into Net::SMTP::TLS which is my mail-sending module of choice. Having pipelining along with encryption and SMTP authentication would be really nice. I'm sure others would like it worked into Net::SMTP since that's a commonly used module.
Is the end plan to have yet another mail sending module, or are you proving the concept for adding this feature elsewhere? Keeping it separate is good. Getting this functionality into modules with other features would make those other modules that much better, though. The folks who maintain the other modules would probably be happy to help implement this in them, too. I know I'd be happy to help put it into Net::SMTP::TLS as a user of that module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RFC: Net::SMTP::Pipelining
by tirwhan (Abbot) on Feb 18, 2009 at 17:23 UTC | |
by mr_mischief (Monsignor) on Feb 18, 2009 at 17:45 UTC | |
by tirwhan (Abbot) on Feb 18, 2009 at 19:54 UTC |