Implement attachment parsing in ECNQueue module #7
Labels
feature-request
Request for functionality that has not already been implemented
handoff
Issues that will not be fixed by the first webqueue2 team (after 7/16/21)
Attachment parsing is currently not available in the new ECNQueue module. This might be possible using the EmailMessage.walk() function from the email module in Python's standard library.
See the
EmailMessage.walk() documentation.The text was updated successfully, but these errors were encountered: