Revision a445b722
Added by Marc Dequènes almost 14 years ago
- ID a445b722dd8aefe49872e7748e41c333a48a4b34
bin/postman | ||
---|---|---|
# to allow in-place run for test
|
||
$: << File.join(File.dirname(__FILE__), "..", "lib")
|
||
|
||
require 'cyborghood/cyborg'
|
||
require 'cyborghood-postman/mail'
|
||
require 'cyborghood-postman/mail_order'
|
||
require 'cyborghood'
|
||
|
||
|
||
module CyborgHood
|
||
... | ... | |
define_interface "0.1~"
|
||
end
|
||
|
||
include I18nTranslation
|
||
|
||
def start_work
|
||
self.services.imap.check_mails do |msg|
|
||
begin
|
Also available in: Unified diff
[cleanup] the revenge of Mr Proper