Class: Mallet::Hooks
- Inherits:
-
Object
- Object
- Mallet::Hooks
- Defined in:
- lib/mallet/hooks.rb
Class Method Summary collapse
- .on_bounce(mallet_mail) ⇒ Object
- .on_complain(mallet_mail) ⇒ Object
- .on_create(mallet_mail) ⇒ Object
- .on_deliver(mallet_mail) ⇒ Object
- .on_drop(mallet_mail) ⇒ Object
- .on_error(mallet_mail) ⇒ Object
- .on_success(mallet_mail) ⇒ Object
Class Method Details
.on_bounce(mallet_mail) ⇒ Object
21 22 23 |
# File 'lib/mallet/hooks.rb', line 21 def self.on_bounce(mallet_mail) end |
.on_complain(mallet_mail) ⇒ Object
29 30 31 |
# File 'lib/mallet/hooks.rb', line 29 def self.on_complain(mallet_mail) end |
.on_create(mallet_mail) ⇒ Object
5 6 7 |
# File 'lib/mallet/hooks.rb', line 5 def self.on_create(mallet_mail) end |
.on_deliver(mallet_mail) ⇒ Object
9 10 11 |
# File 'lib/mallet/hooks.rb', line 9 def self.on_deliver(mallet_mail) end |
.on_drop(mallet_mail) ⇒ Object
25 26 27 |
# File 'lib/mallet/hooks.rb', line 25 def self.on_drop(mallet_mail) end |
.on_error(mallet_mail) ⇒ Object
13 14 15 |
# File 'lib/mallet/hooks.rb', line 13 def self.on_error(mallet_mail) end |
.on_success(mallet_mail) ⇒ Object
17 18 19 |
# File 'lib/mallet/hooks.rb', line 17 def self.on_success(mallet_mail) end |