Skip to content

Filter multiple emails by "sent_from" feature doesn't work when multiple parameters are used. #238

@Ezj-Amon

Description

@Ezj-Amon

I want to filter multiple emails in the 'sent_from' parameter of messages, but it only works when the parameter is a single email address. I tried giving it a list or tuple, but it doesn't work.

for example:
it works:
all_inbox_messages = imbox.messages(sent_from='xxx@xxx.com')

it doesn't work:
all_inbox_messages = imbox.messages(sent_from=['xxx@xxx.com','yyy@yy.com'])

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