Skip to content
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

Feat/godt 2576 #400

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Feat/godt 2576 #400

merged 2 commits into from
Nov 14, 2023

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    35e3607 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. feat(GODT-2576): Support for Forward flags

    Necessary changes required to support forward flags. These are
    non-standard IMAP flags that can be assigned to mailboxes. Thunderbird
    uses `$Forwarded` and Apple Mail issues both `$Forwarded` and `Forwarded`.
    Unfortunately, Outlook (office 365) does not support any non-standard
    IMAP flags.
    
    This patch extends the connector with the `MarkMessageForwarded` as the
    forwarded setting is applied after a message is sent.
    
    Every time we apply a forward flag, we ensure that all known forwarding
    flags are set so that it works with all known variations.
    LBeernaertProton committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b771052 View commit details
    Browse the repository at this point in the history