Skip to content

Message fails to save eml, body, text when encoded with non base64 email #201

@acmisiti

Description

@acmisiti

I am working on an app the uses django mailbox to poll an email and read in the messages to process them. I noticed that if the email is not base64 (Message.encoded = False) the message contents appear to be empty for eml, text, html, body and the Message.get_email_object() is also empty. Is there anyway to fix this? My polling / processing algorithm fails because of this because the software is based around the exact received timestamp that I get using the email object.

django mailbox version: 4.7.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions