Skip to content

Gmail Archiver - a console utility to archive email messages in encrypted format using CppRestSdk

License

Notifications You must be signed in to change notification settings

iamazeem/GmailArchiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GmailArchiver

Gmail Archiver - a console utility to archive email messages in encrypted format

Build Instructions

Prerequisites:

  • CppRestSdk
  • Boost::System
  • CMake
$ mkdir build
$ cd build
$ cmake ..
$ make

Usage

./GmailArchiver <filename> <start-date> <end-date>
  • <filename> - output filename to save encrypted email messages
  • <start-date> - starting date of email messages to be archived
  • <end-date> - ending date of email messages to be archived

NOTE: Starting and Ending dates should be in the format [YYYY/MM/DD].

About

Gmail Archiver - a console utility to archive email messages in encrypted format using CppRestSdk

Topics

Resources

License

Stars

Watchers

Forks