fetcher icon indicating copy to clipboard operation
fetcher copied to clipboard

download email from POP3 or IMAP and do stuff with it.

Results 9 fetcher issues
Sort by recently updated
recently updated
newest added

sorry, 6 commits

Please consider merging with me

There's a few things going on in this commit. The first was to refactor the fetchers to use a connection() method to make everything a bit easier to test. The...

-VirtualBox:~/Source/email/fetcher$ rails generate fetcher_daemon mail DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them...

Installation for rails 3 is done by. rails plugin install git://github.com/look/fetcher.git rails generate fetcher_daemon MailerDaemon

I'm using Fetcher and monit on a rails app (thanks MMS2R). Monit keeps the process up for days, and Fetcher always grabs emails from the inbox i point it at....

I know, I know, it kinda defeats the point of SSL entirely, but there's legitimate cases where this is useful (e.g, Gmail having SSL issues randomly, all you care about...

I get this error when I try to generate a daemon. I have ruby 1.8.7 and rails 2.3.8. I installed the fetcher daemon by doing: script/plugin install git://github.com/look/fetcher.git What could...

I'm not sure what other relevant information to give. But monit seems to be having to relaunch the fetcher daemon between every 1-5 days. I suppose it's crashing, and I'm...