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
- Host: GitHub
- URL: https://github.com/iamazeem/gmailarchiver
- Owner: iamazeem
- License: mit
- Created: 2016-09-25T12:22:56.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T17:13:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T01:16:09.518Z (12 months ago)
- Topics: archiver, cpprestsdk, email, gmail
- Language: C++
- Homepage: https://github.com/iamAzeem/GmailArchiver
- Size: 18.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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].