-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_new_mail from mailboxes inbox: where in mailbox are the loaded messages located? #239
Comments
|
@ad-m thank you for reply. I understand the messages are erased, but I don't understand for two different mailbox with same configuration the message are definitevely erased or marked and stored as 'Deleted'. |
Ask your mailbox provider. Different mailbox providers handle delete on different way. |
I figured out why the mailbox messages haven't been deleted: the mailbox has so much messages in inbox and running of The problem now is the same of #212 issue. |
Closed as duplicate. |
Hello,
I'm trying to develop a mail management system using Django and django mailbox.
I have a set of same domain mailboxes, for example : [email protected], [email protected]. The mailboxes have all the same configuration: imap, tls, host server.
When I load new messages with the
get_new_mail
function, the messages are correctly loaded, but when I'm trying to access to a mailbox I see no message.After searching for several hours, I see for a mailbox the loaded messages are marked as 'deleted', instead for another one all messages disappeared.
I don't understand the two different behaviors.
The text was updated successfully, but these errors were encountered: