Skip to content

A source code and a solution to retrieve blocked gmail emails due to the security reasons

Notifications You must be signed in to change notification settings

bzdgn/retrieve-blocked-gmail-emails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Base64 Decoder and A Guide On How To Retrieve Blocked GMail Emails


Contents


Getting Started

This project is a solution to retrieval of blocked gmail emails with the binary attachments due to the security reasons.

In this README.md file I'll explain how to retrieve your blocked gmail email in Base64 encoded form and then, I'll show how you are going to retrieve your original attachment with the provided software within this project.

A) How To Retrieve Blocked Gmail Email Content In Base64 Form

A-1) Retrieve The Email Attachment In Base64 Form

First you have to select the "Show Original" button on the right side of the pulldown menu;

pulldown

As show in below also;

show original

Then you are going to see the content in as below, download the Base64 Encoded content of the attachement;

download-original

Go Back To Contents

A-2) Trim The Original Content

This is the content of your attachment, you must trim it so that only the Base64 Encoded part must be in the text file. So first, trim the beginning of the file as below;

trimming-beginning-of-the-file

And after then, delete the last line of the file as below;

trimming-end-of-the-file

Go Back To Contents

B) Use Provided Software And Convert And Write Base64 Content Into Binary File

You have the appropriote Base64 Content finally. Convert it to binary with the desired output name as below;

java -jar ConvertBase64.jar <input_file> <output_file>

A simple example is shown in below;

example

Go Back To Contents

C) Moreover

You can find the source code in the

ConvertBase64.java

directory as usual. But if you come here only to convert your Base64 content, go directly to the

/RunnableJar

folder. You can simply download the Runnable Jar ConvertBase64.jar and run on the command line.

Go Back To Contents

About

A source code and a solution to retrieve blocked gmail emails due to the security reasons

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages