Skip to content

Commit f8c72c8

Browse files
fix some more API documentation
1 parent a67dbb9 commit f8c72c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ tempmail.createInbox({
7474

7575
```
7676

77-
Note that all inboxes expire after 30 minutes since last check, with a hard expiry limit of one hour that cannot be bypassed.
78-
79-
TempMail Plus subscribers can extend this to TEN hours, but the 30-minute check rule still applies.
77+
Note: inboxes expire after 1, 10, or 30 hours with TempMail Free, Plus, and Ultra (respectively).
8078

8179
### Retrieve emails
8280

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tempmail.lol",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "API to generate temporary email addresses.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)