Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Cyrillic flag names cause parser error #256

Description

@zluque

When i open my Inbox with mails having flags named in cyrillic letters a parser exception is thrown.
I added characters +#,& to the RegEx mask to fix this:
("flag", r'(\\|\$)?[a-zA-Z0-9\-_+#,&]+'),

("flag", r'(\\|\$)?[a-zA-Z0-9\-_]+'),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions