task :comments do puts "initializing comments database..." WebbyEmailComments.db_init puts "fetch latest comments..." if WebbyEmailComments.process_inbox puts "ok" else puts "unable to connect to comments email, skipping..." end end