Skip to content

wienand/IMAP2EWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Just follow the given help:

python imap2ews.py 

usage: imap2ews.py [-h] [-v | -q] [--echo-ews] 
                   --imap-server IMAP_SERVER
                   [--imap-port IMAP_PORT] 
                   --imap-username IMAP_USERNAME
                   --imap-password IMAP_PASSWORD 
                   --imap-inbox IMAP_INBOX
                   --ews-server EWS_SERVER 
                   --ews-primary-smtp-address EWS_PRIMARY_SMTP_ADDRESS 
                   --ews-username EWS_USERNAME
                   --ews-password EWS_PASSWORD
                   
imap2ews.py: error: the following arguments are required: --imap-server, --imap-username, --imap-password, --imap-inbox, --ews-server, --ews-primary-smtp-address, --ews-username, --ews-password
}}
´´´

About

Short script to copy unread emails from a IMAP inbox/folder to an EWS/exchange inbox and mark the messages as read in the IMAP box

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages