You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As already discussed in the closed issue #835 - I am currently running in a rare scenario where the MessageId is null.
To test my code, I need to create a wrapper class with an interface to mock it in my tests.
Describe the solution you'd like
An interface e.g. IMessage or iMimeMessage where MimeMessage relates to.
Describe alternatives you've considered
As I am writing no alternative comes to my mind 😞
Additional context
For additional context please see #835 .
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As already discussed in the closed issue #835 - I am currently running in a rare scenario where the
MessageId
is null.To test my code, I need to create a wrapper class with an interface to mock it in my tests.
Describe the solution you'd like
An interface e.g.
IMessage
oriMimeMessage
whereMimeMessage
relates to.Describe alternatives you've considered
As I am writing no alternative comes to my mind 😞
Additional context
For additional context please see #835 .
The text was updated successfully, but these errors were encountered: