From: "Serge Knystautas" <[EMAIL PROTECTED]> > I'm sure with some > analysis of real server logs we could build standard smtp, pop3, imap, > nntp, etc... traffic scripts.
Emacs has a protocol debug flag that should help collect complete protocol traces. I was output from there to feed templates ----- Original Message ----- From: "Danny Angus" <[EMAIL PROTECTED]> I'd like to see a mechanism that'd allow us to create emails as plain text files, or complete SMTP conversations, so that we could quickly create test cases to check handling of specific protocol related issues, for instance some of the less common mail address syntax like quoted local parts, and mail types like read-receipts. You can do something like this now by going to tests/src/conf directory and doing $ java org.apache.james.testing.ProtocolSimulator localhost 25 smtp.protocolsession Harmeet -- To unsubscribe, e-mail: <mailto:james-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:james-dev-help@;jakarta.apache.org>
