The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-07-2008
era era is offline Forum Advisor  
Herder of Useless Cats (On Sabbatical)
  
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
Anything is possible, but anything beyond the simplest screen scraping (fetching a series of linked pages, preserving login credentials, cookies, etc) in shell is going to be rather painful. The shell is good at passing simple textual data between different tools, but this basically calls for a tool which preserves internal state, so a scripting language with networking support etc would probably be more appropriate for anything a little bit more sophisticated.

It would help if you could provide some details. Do you simply want to fetch a list of the top Subject lines in the inbox, or actually do some real manipulation of those messages?