Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Mail profiles data #221

Merged
merged 6 commits into from
Aug 30, 2016
Merged

Remove Mail profiles data #221

merged 6 commits into from
Aug 30, 2016

Conversation

javo
Copy link
Contributor

@javo javo commented Jul 13, 2016

Using email wipe action there was a chance that all the email information can be recovered because the Outlook and Thunderbird profiles were still available.

This PR makes sure that all the data is erased.

Given that, without a profile, Firefox and Thunderbird crashes when trying to open after wiping Cookies or Emails respectively, a logic was added to create a new default profile.

Also in windows the use of taskkill command to close all programs before wiping.

@@ -2,8 +2,35 @@ var os = require('os'),
join = require('path').join,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall good, BUT!

@@ -2,8 +2,55 @@ var os = require('os'),
join = require('path').join,
exec = require('child_process').exec;

var regispath = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

registryPath

@javo javo merged commit 8d10ead into master Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants