[Un]Junk message sender/sender domain #1369
-
Could you please clarify regarding the method for unblocking junk messages... I am processing messages in JunkEmails and specifically using the method from the library message.mark_as_junk(is_junk=false, move_item=True) to remove the junk flag when moving message to Inbox (it looks like Mark as Not Junk in Outlook). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I can't find any indication that the Safe Senders List is accessible via the EWS API, so I don't think those options would be available to exchangelib. You could explore creating an Inbox Rule for the sender address would prevent it from landing in the junk folder: https://ecederstrand.github.io/exchangelib/#inbox-rules |
Beta Was this translation helpful? Give feedback.
I can't find any indication that the Safe Senders List is accessible via the EWS API, so I don't think those options would be available to exchangelib.
You could explore creating an Inbox Rule for the sender address would prevent it from landing in the junk folder: https://ecederstrand.github.io/exchangelib/#inbox-rules