mail </dev/nullAnd you'll see the (first 20) headers of the your waiting mail. You can even do it on a web page:
#!/bin/sh echo "Content-Type: text/plain" echo mail -u MY_USER_ID </dev/null
mail </dev/nullAnd you'll see the (first 20) headers of the your waiting mail. You can even do it on a web page:
#!/bin/sh echo "Content-Type: text/plain" echo mail -u MY_USER_ID </dev/null