Welcome to Server Circle. It's a friendly site and all levels of experience are welcome. Be aware that we use cookies for your login.
Server Circle - Ask questions about Servers and get answers from experts.
Beta (0.06 sec)
Gmail RSS mail feed pickup script failing

I'd like to try a really light way of picking up mail from our Linux Mail Server.

Gmail allows authenticated RSS mail feeds apparently and I'd like to experiment with it.

Any ideas why it's not working in Ubuntu ? This is the error:



sed: -e expression #1, char 53: unterminated `s' command


-- EDIT --

In case it helps someone else, I got this working with this script instead:

http://pastie.org/2018467



curl -u username --silent "https://mail.google.com/mail/feed/atom\" | perl -ne 'print "\t" if //; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'
Asked by:
TomPating
1355 points
 Report Abuse
 Share Page - Category: Linux Servers - Tags: Gmail RSS mail feed pickup script failing
 Enter your response
Please use Pastie.org to paste lengthy code or to fix formatting issues with code
  • Responses in reverse (0)



  • Related Questions
About Us : Contact Us : Etiquette : Terms : CDN Failover : ShorterURL : CDN Fallback : © 2013 Server Circle