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

SMTP Transcript Tab #128

Open
elygre opened this issue Mar 16, 2014 · 5 comments
Open

SMTP Transcript Tab #128

elygre opened this issue Mar 16, 2014 · 5 comments
Assignees
Labels

Comments

@elygre
Copy link

elygre commented Mar 16, 2014

It is often useful to debug the actual SMTP conversation, to see if commands are submitted as expected.

It would be nice to a have a new tab (after "HTML", "Plain text" and "Source", but before "Analysis") called "SMTP log", showing the full SMTP log behind that message.

@sj26
Copy link
Owner

sj26 commented Mar 17, 2014

I love it. This has spurred me to actually complete some changes I had pending to the codebase, then I'll add a "Transcript" tab.

Another thought—what about a failed SMTP session? Should I perhaps be exposing failures as "messages"? And what about SMTP sessions which submit multiple messages? Requires further mulling.

@vjeantet
Copy link

Like it

@sj26
Copy link
Owner

sj26 commented Mar 31, 2014

This is more work than it sounds like, and I'd like to deduplicate the data a little which requires a rethink of the database a little. First, I'd like to update the database itself to use ActiveRecord or something. Will put this on the back burner for now.

@sj26 sj26 added this to the v0.6.0 milestone Jul 30, 2014
@sj26 sj26 modified the milestones: v0.6.0, v0.7.0 Jan 29, 2015
@ghuntley
Copy link

This would be great to see as well!

@sj26 sj26 changed the title Add a tab showing SMTP command log for each message SMTP Transcript Tab Aug 10, 2016
@sj26 sj26 added the feature label Aug 10, 2016
@sj26 sj26 self-assigned this Apr 4, 2017
@sj26 sj26 modified the milestone: v0.7.0 Apr 4, 2017
@TomFreudenberg
Copy link

Hello,

I have added PR #386 tonight which replaces SMTP Service with MidiSmtpServer. There could be added a seperate Logger class which will log the information into something else.

When the PR makes it into Mailcatcher I may have a look for this issue.

Cheers
Tom

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

No branches or pull requests

5 participants