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
It would be nice if there was a sanctioned way to build an unsaved Message model instance from an email.message.Message object via the public API of django-mailbox. Using a function of a services module, perhaps?
The purpose of this would be for faster testing of code that deals with Message instances in the form that they would be constructed from particular raw messages.
The text was updated successfully, but these errors were encountered:
It would be nice if there was a sanctioned way to build an unsaved
Message
model instance from anemail.message.Message
object via the public API of django-mailbox. Using a function of aservices
module, perhaps?The purpose of this would be for faster testing of code that deals with
Message
instances in the form that they would be constructed from particular raw messages.The text was updated successfully, but these errors were encountered: