An open API service indexing awesome lists of open source software.

https://github.com/iamazeem/gmailarchiver

Gmail Archiver - a console utility to archive email messages in encrypted format using CppRestSdk
https://github.com/iamazeem/gmailarchiver

archiver cpprestsdk email gmail

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```

* `` - output filename to save encrypted email messages
* `` - starting date of email messages to be archived
* `` - ending date of email messages to be archived

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