nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 146 forks source link

no id for session object #102

Closed twawszczak closed 6 years ago

twawszczak commented 6 years ago

https://github.com/nodemailer/smtp-server/blob/0a604e4a0bbff0c8f8b7e391346c25f290293a7c/lib/smtp-connection.js#L30

Here you have replaced this._id with this.id, but in line 38 you are still using this._id during initializing this.session property.

andris9 commented 6 years ago

I think that this was already fixed