View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#18
Originally Posted by reycat View Post
If we had "curl" in Maemo, this would be the answer to my prayers

http://www.webupd8.org/2009/09/quick...mand-line.html

I've been looking for a widget that showed my unread mails in the desktop for a while. Does anybody know if it is possible chaning "curl" for "wget" so that we can use this?

Thank you in advance
If you were using Claws mail then you can do that without curl.

Code:
~ $ claws-mail -help
Usage: claws-mail [OPTION]...
  --compose [address]    open composition window
  --subscribe [uri]      subscribe to the given URI if possible
  --attach file1 [file2]...
                         open composition window with specified files
                         attached
  --receive              receive new messages
  --receive-all          receive new messages of all accounts
  --send                 send all queued messages
  --status [folder]...   show the total number of messages
  --status-full [folder]...
                         show the status of each folder
  --select folder[/msg]  jumps to the specified folder/message
                         folder is a folder id like 'folder/sub_folder'
  --online               switch to online mode
  --offline              switch to offline mode
  --exit --quit -q       exit Claws Mail
  --debug                debug mode
  --help -h              display this help and exit
  --version -v           output version information and exit
  --version-full -V      output version and built-in features information and exit
  --config-dir           output configuration directory
  --alternate-config-dir [dir]
                         use specified configuration directory
~ $
 

The Following User Says Thank You to Saturn For This Useful Post: