I can get the number of new emails from google with: count=$(wget -q -O - https://mail.google.com/a/gmail.com/feed/atom --http-user=${gmail_login} --http-password=${gmail_password} --no-check-certificate | grep fullcount | sed 's/<[^0-9]*>//g')
I would like to do the same with yahoo. The login page is at: https://login.yahoo.com/ The inbox is at https://br-mg6.mail.yahoo.com/neo/launch?.rand=c6cm7ic8l12ph Have found a perl script for something similar, bu could not understand even what it was trying to do if mail or anything else. I would like to do it as a bash script, not perl, that have not learned. Help is much appreciated. Thanks. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page