tmpmail
tmpmail copied to clipboard
A temporary email right from your terminal written in POSIX sh
In my case, this was caused by nextdns blocking https://www.1secmail.com/, and was easily fixable.
When listing the mails of an inbox, the script used 1 jq(1) plus 4 more for each mail. When displaying the contents of a mail, jq(1) was called 4 or...
At the moment the flags have to be in a certain order. For example if I want to view the most recent email and want the output to be as...
I keep having this errors, never had this in previous versions. Any help please? /usr/local/bin/tmpmail: line 198: [: : integer expression expected /usr/local/bin/tmpmail: line 206: [: : integer expression expected...
Now, script reads `TMPDIR` instead of assuming `/tmp` as temporary directory. Rest of the diff are automatic whitespace fixes.
I'm currently using WSL with Ubuntu on Windows 10, when typing in `./tmpmail`, I get the expected result, but when I type in `./tmpmail [ID OF MAIL]`, I get the...
I'm trying to understand what's the timezone used for the emails in 1sec mail? Would anyone here know?
macOS uses pbcopy instead of xclip, so this takes the output of `uname` to set `copy_to_clipboard_cmd` accordingly and make the script work on macOS.
Code has been updated to use [emptyinbox.me API](https://emptyinbox.me/docs.html) Let me know if you want any changes