Skip to content

tushar5353/del_gmail_mails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

del_gmail_mails

For complete information about the script please go through the following blog link

Prerequisites

Create the following directory on the same path where script resides: mkdir mails_info

Before running the script please create the following database and tables. Below are the mysql statements

DB Statements

create database mysql_mails;

CREATE TABLE message_ids ( id int NOT NULL AUTO_INCREMENT, message_id varchar(256) DEFAULT NULL, label varchar(20) DEFAULT NULL, PRIMARY KEY (id) );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published