Installing fetchmail on Mac using Brew

Package Information:

Name: fetchmail
Use: fetch mail from a POP, IMAP, ETRN, or ODMR-capable server
URL: http://www.fetchmail.info/

Installation Steps:

  1. Launch Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fetchmail using brew
    brew install fetchmail

fetchmail is ready to use now!