Git Product home page Git Product logo

binki-office365-outlook-auto-unquarantine's Introduction

If your organization does not let you turn off quarantine, it holds messages and sends you an annoying email occasionally. You can run this script on your homeserver to automatically handle that email message, release the messages, let them filter through to your normal Junk folder, and see them.

Notes

  • Any messages that are marked read will be left untouched.
  • After processing will be marked read and moved to a folder called notifications (customization wanted, please PR).

Quickstart

Note you will temporarily paste the password into plaintext into your terminal, but if you press C-d to finish entering the pasword, it should be covered by your prompt. Adding a better password handling is desired, please PR.

$ npm install
$ export [email protected]
$ export BINKI_DCX_EMAIL_PASSWORD=$(cat); printf '\r'
$ npm start

binki-office365-outlook-auto-unquarantine's People

Contributors

binki avatar

Watchers

 avatar

binki-office365-outlook-auto-unquarantine's Issues

This is pointless if you have Power Automate

Unfortunately, Power Automate does not have HTML parsing: split email body by ", filter to startswith https://, filter to doesnotcontain , filter to contains /releasespam/, then foreach { use upload file from URL to OneDrive (pure HTTP request actions are Premium/paid) to call the URI, delete the uploaded file }, mark email read, move email to notifications/ folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.