1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-04 20:23:35 +00:00
Dotfiles/.config/polybar/themes/spacefull-dracula/polybar-scripts/inbox-pop3-shellnetrc/README.md

23 lines
512 B
Markdown
Raw Normal View History

2020-07-27 04:59:00 +00:00
# Script: inbox-pop3-shellnetrc
A script that shows if there are unread mails in your POP3 inbox.
This script actually use POP3s. `curl` can also handle unencrypted POP3. You only need to change the protocol in the command.
The login data is stored in a `.netrc`. This is more secure because the password is not visible in the process list.
## Dependencies
* `curl`
## Module
```ini
[module/inbox-pop3-shellnetrc]
type = custom/script
exec = ~/polybar-scripts/inbox-pop3-shellnetrc.sh
interval = 60
```