
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Wrapper for online service which provides temporary email address: https://temp-mail.ru/
Python API Wrapper for temp-mail.ru <https://temp-mail.ru/>
_ service. Temp-mail is a service which lets you use anonymous emails for free. You can view full API specification in api.temp-mail.ru <http://api.temp-mail.ru/>
_.
requests <https://crate.io/packages/requests/>
_ - required.
simplejson <https://crate.io/packages/simplejson/>
_ - optional, for a serious speed boost in JSON decode.
Installing with pip::
$ pip install temp-mail
Get all emails from given email login and domain::
from tempmail import TempMail
tm = TempMail(login='denis', domain='@gnail.pw')
print tm.get_mailbox() # list of emails in denis@gnail.pw
Generate email address and get emails from it::
from tempmail import TempMail
tm = TempMail()
email = tm.get_email_address() # v5gwnrnk7f@gnail.pw
print tm.get_mailbox(email) # list of emails
FAQs
Wrapper for online service which provides temporary email address: https://temp-mail.ru/
We found that temp-mail 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.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.