
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
ddmail-email-remover
Advanced tools
Web application API for removing email accounts on disc for the DDMail project.
Web application API for removing email accounts on disc for the ddmail project.
DDMail is a e-mail system/service that prioritizes security. A current production example can be found at www.ddmail.se
Developt for and tested on debian 12.
pip install ddmail-email-remover
Step 1: clone github repo
git clone https://github.com/drzobin/ddmail_email_remover [code path]
cd [code path]
Step 2: Setup python virtual environments
python -m venv [venv path]
source [venv path]/bin/activate
Step 3: Install package and required dependencies
pip install -e .[dev]
Step 4: Build package
python -m pip install --upgrade build
python -m build
Packages is now located under dist folder
Step 5: Install package
pip install dist/[package name].whl
cd [code path]
pytest --cov=ddmail_email_remover tests/ --config=[config file path] --password=[password]
Follow PEP8 and PEP257. Use Flake8 with flake8-docstrings for linting. Strive for 100% test coverage.
FAQs
Web application API for removing email accounts on disc for the DDMail project.
We found that ddmail-email-remover demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.