Replies: 1 comment
-
The inbox rule implementation in exchangelib uses the I don't know where this lands when you look at it in Outlook. You could try to create a junk rule in Outlook and use exchangelib to see if that rule is exposed via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Hello, I would like to ask if there is an interface for creating junk rules through the API?
Describe the solution you'd like

I saw that the rule created by this rule is only valid in the rule list and not in the junk list.
Describe alternatives you've considered

By reading the code, I found a method "bulk_mark_as_junk", but the official document states that blocked emails need to already exist, and my scenario is that certain the person or domain is not sending me emails, but I need to configure it so that I receive emails properly and not get marked as junk.
Additional context

That is like this:
Is it possible to implement?
Beta Was this translation helpful? Give feedback.
All reactions