public
Description: A plugin for accessing POP3/IMAP accounts in rails
Homepage: http://siannopollo.blogspot.com
Clone URL: git://github.com/siannopollo/mail_fetcher.git
mail_fetcher / mail_fetcher.yml.example
100644 10 lines (9 sloc) 0.235 kb
1
2
3
4
5
6
7
8
9
10
test:
  :server: "pop.gmail.com"
  :username: "mail.fetcher.test@gmail.com"
  :password: "mailfetchertest"
development:
  :server: "imap.gmail.com"
  :port: 993
  :username: "mail.fetcher.test@gmail.com"
  :password: "mailfetchertest"