Improved inline documentation.
This commit is contained in:
parent
15687b8609
commit
8e25338a11
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ e. g. if you want to trust on mail headers
|
||||||
|
|
||||||
cat test/data/mail/mail001.box | rails r 'Channel::Driver::MailStdin.new(trusted: true)'
|
cat test/data/mail/mail001.box | rails r 'Channel::Driver::MailStdin.new(trusted: true)'
|
||||||
|
|
||||||
|
e. g. if you want to process this mail by using a certain inbound channel
|
||||||
|
|
||||||
|
cat test/data/mail/mail001.box | rails r 'Channel::Driver::MailStdin.new(Channel.find(14))'
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
||||||
def initialize(params = {})
|
def initialize(params = {})
|
||||||
|
|
Loading…
Reference in a new issue