Skip to content

Scans an O365 mailbox for blacklisted words and phrases.

Notifications You must be signed in to change notification settings

Just1uke/mailbox_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailbox Scanner

Setup:

Installation
cp config.yaml.example config.yaml
vi config.yaml
pip install -r requirements.txt
Authorization

You will need to register your application at Microsoft Apps(https://apps.dev.microsoft.com/). Steps below

You will need to register your application at Microsoft Apps(https://apps.dev.microsoft.com/). Steps below

  1. Login to https://apps.dev.microsoft.com/
  2. Create an app. Your AppID should be recorded in your configuration file under application_id
  3. Under "Application Secrets", click "Generate New Password". Record this password in your configuration under client_secret
  4. Under the "Platform" section, add a new Web platform and set "https://outlook.office365.com/owa/" as the redirect URL
  5. Under "Microsoft Graph Permissions" section, Add the below delegated permission
    1. email
    2. Mail.ReadWrite
    3. User.Read

Running

python main.py ./config.yaml

About

Scans an O365 mailbox for blacklisted words and phrases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages