Skip to main content

minuteinbox

Version Quality Gate Status CodeCoverage

Unofficial python wrapper for minuteinbox.com

usage

from minuteinbox import Inbox

# use without parameters to create a new inbox
# inbox = Inbox()

# use with address and token to reuse an existing inbox
inbox = Inbox(
    address="maximo.kayo@moontrack.net",
    token="86d6b9308a1a482ba348533a457146c4",
)

address = inbox.address
token = inbox.token

print(address, "(", token, ")")
print()

# extend the expiration of the inbox by 10 minutes
inbox.extend_10m()

print("Expires in:", inbox.expires_in, "seconds")
print()

# fetch all emails in the inbox
for mail in inbox.mails:
    print("FROM:", mail.sender.name, mail.sender.address)
    print("SUBJECT:", mail.subject)
    print("SENT AT:", mail.sent_at)
    print("IS NEW:", mail.is_new)

    print("CONTENT")
    print(mail.content)

Release files for minuteinbox 0.3.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for minuteinbox 0.3.0
File Size Uploaded
minuteinbox-0.3.0.tar.gz 3.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for minuteinbox 0.3.0
File Interpreter ABI Platform
minuteinbox-0.3.0-py3-none-any.whl Python 3 none any Details

Total release size: 8.0 kB

Release files / minuteinbox-0.3.0.tar.gz

Download URL minuteinbox-0.3.0.tar.gz
Size 3.8 kB
Tags Source
SHA-256 checksum
How to use checksums
ab6f76923fd04aef33815d62f81b4bccd10f6058de2d2228358ced1dbb06da76
BLAKE2b-256 checksum
How to use checksums
dce4b56e8e46b5831ed1c038001e836dec2d7b11eef3ff875b4d5dd287ffb1e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.0.0 CPython/3.8.15 Linux/5.15.0-1024-azure

Release files / minuteinbox-0.3.0-py3-none-any.whl

Download URL minuteinbox-0.3.0-py3-none-any.whl
Size 4.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b2f6189e341465c11c0949070fad5ab3bce7e14d8e091a79fdbf5529414b30a7
BLAKE2b-256 checksum
How to use checksums
c747a3934e7d8bbe99d065155745f433a2b09606865478be20bb477a5f88e887
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.0.0 CPython/3.8.15 Linux/5.15.0-1024-azure

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page