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

delete message after processing #260

Merged
merged 4 commits into from
Jan 28, 2021
Merged

delete message after processing #260

merged 4 commits into from
Jan 28, 2021

Commits on Jan 23, 2021

  1. delete message after processing bool

    Introducing a new settings value for handling what happens to mail after it's been processed. This is to mirror stock connector functionality so that the message is either kept in the inbox as read so it's ignored on subsequent runs of the connector _or_ move to mailbox's deleted items as is current functionality.
    AdhocAdam committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    ea818a2 View commit details
    Browse the repository at this point in the history
  2. move to deleted items checkbox

    adding a checkbox in the UI to control whether or not the message is moved to the inbox's Deleted Items (i.e. Trash) after processing
    AdhocAdam committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    9d4bf5b View commit details
    Browse the repository at this point in the history
  3. bindings - move to deleted items after processing

    adding variables and bindings to the UI to save back to the Admin Settings class and load the value for "Move to Deleted Items After Processing"
    AdhocAdam committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    0c0c0d6 View commit details
    Browse the repository at this point in the history
  4. move to deleted to items for pwsh

    If the UI is set to true/checked off. Then messages will be moved to the Deleted Items/Trash of the Inbox. If it's false/unchecked, messages will remain in the Inbox but marked as Read so as to avoid subsequent processing.
    AdhocAdam committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    7e6ceca View commit details
    Browse the repository at this point in the history