Class: Mailer (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Class Methods
Mailer.default_url_options
Mailer.reminders / 1
Mailer.with_deliveries / 2
Mailer.with_synched_deliveries / 1
Mailer.controller_path
Mailer.message_id_for / 1
Instance Methods
Mailer#issue_add / 1
Mailer#issue_edit / 1
Mailer#reminder / 3
Mailer#document_added / 1
Mailer#attachments_added / 1
Mailer#news_added / 1
Mailer#news_comment_added / 1
Mailer#message_posted / 1
Mailer#wiki_content_added / 1
Mailer#wiki_content_updated / 1
Mailer#account_information / 2
Mailer#account_activation_request / 1
Mailer#account_activated / 1
Mailer#lost_password / 1
Mailer#register / 1
Mailer#test_email / 1
Mailer#deliver! / 1
Mailer#initialize_defaults / 1
Mailer#redmine_headers / 1
Mailer#create_mail
Mailer#render_multipart / 2
Mailer#message_id / 1
Mailer#references / 1
Mailer#mylogger
is a submodule of
module: <Toplevel Module>   
includes
  UrlWriter ( ActionController )
  I18n ( Redmine )
inherits from
  Base ( ActionMailer )
has properties
class method: default_url_options   
method: issue_add / 1   
method: issue_edit / 1   
method: reminder / 3   
method: document_added / 1   
method: attachments_added / 1   
method: news_added / 1   
method: news_comment_added / 1   
method: message_posted / 1   
method: wiki_content_added / 1   
method: wiki_content_updated / 1   
method: account_information / 2   
method: account_activation_request / 1   
method: account_activated / 1   
method: lost_password / 1   
method: register / 1   
method: test_email / 1   
method: deliver! / 1   
class method: reminders / 1   
class method: with_deliveries / 2   
class method: with_synched_deliveries / 1   
method: initialize_defaults / 1   
method: redmine_headers / 1   
method: create_mail   
method: render_multipart / 2   
class method: controller_path   
class method: message_id_for / 1   
method: message_id / 1   
method: references / 1   
method: mylogger   
is defined at
#18 in app/models/mailer.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActionController
module: UrlWriter     
  module: ActionMailer
class: Base     
✗ class: Mailer
  module: Redmine
module: I18n     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActionMailer )
Mailer
includes
  UrlWriter ( ActionController )
  I18n ( Redmine )
has properties
class method: default_url_options   
method: issue_add / 1   
method: issue_edit / 1   
method: reminder / 3   
method: document_added / 1   
method: attachments_added / 1   
method: news_added / 1   
method: news_comment_added / 1   
method: message_posted / 1   
method: wiki_content_added / 1   
method: wiki_content_updated / 1   
method: account_information / 2   
method: account_activation_request / 1   
method: account_activated / 1   
method: lost_password / 1   
method: register / 1   
method: test_email / 1   
method: deliver! / 1   
class method: reminders / 1   
class method: with_deliveries / 2   
class method: with_synched_deliveries / 1   
method: initialize_defaults / 1   
method: redmine_headers / 1   
method: create_mail   
method: render_multipart / 2   
class method: controller_path   
class method: message_id_for / 1   
method: message_id / 1   
method: references / 1   
method: mylogger   

Class Methods

Mailer.default_url_options

#27 in app/models/mailer.rb

default_url_options

Mailer.reminders / 1

#346 in app/models/mailer.rb

reminders ( options={} )

Mailer.with_deliveries / 2

#367 in app/models/mailer.rb

with_deliveries ( enabled = true ,
  &block )

Mailer.with_synched_deliveries / 1

#376 in app/models/mailer.rb

with_synched_deliveries ( &block )

Mailer.controller_path

#460 in app/models/mailer.rb

controller_path

Mailer.message_id_for / 1

#465 in app/models/mailer.rb

message_id_for ( object )

Instance Methods

Mailer#issue_add / 1

#38 in app/models/mailer.rb

issue_add ( issue )

Mailer#issue_edit / 1

#58 in app/models/mailer.rb

issue_edit ( journal )

Mailer#reminder / 3

#81 in app/models/mailer.rb

reminder ( user ,
  issues ,
  days )

Mailer#document_added / 1

#98 in app/models/mailer.rb

document_added ( document )

Mailer#attachments_added / 1

#113 in app/models/mailer.rb

attachments_added ( attachments )

Mailer#news_added / 1

#145 in app/models/mailer.rb

news_added ( news )

Mailer#news_comment_added / 1

#161 in app/models/mailer.rb

news_comment_added ( comment )

Mailer#message_posted / 1

#180 in app/models/mailer.rb

message_posted ( message )

Mailer#wiki_content_added / 1

#199 in app/models/mailer.rb

wiki_content_added ( wiki_content )

Mailer#wiki_content_updated / 1

#219 in app/models/mailer.rb

wiki_content_updated ( wiki_content )

Mailer#account_information / 2

#242 in app/models/mailer.rb

account_information ( user ,
  password )

Mailer#account_activation_request / 1

#257 in app/models/mailer.rb

account_activation_request ( user )

Mailer#account_activated / 1

#273 in app/models/mailer.rb

account_activated ( user )

Mailer#lost_password / 1

#282 in app/models/mailer.rb

lost_password ( token )

Mailer#register / 1

#291 in app/models/mailer.rb

register ( token )

Mailer#test_email / 1

#300 in app/models/mailer.rb

test_email ( user )

Mailer#deliver! / 1

#310 in app/models/mailer.rb

deliver! ( mail = @mail )

Mailer#initialize_defaults / 1

#387 in app/models/mailer.rb

initialize_defaults ( method_name )

Mailer#redmine_headers / 1

#402 in app/models/mailer.rb

redmine_headers ( h )

Mailer#create_mail

#407 in app/models/mailer.rb

create_mail

Mailer#render_multipart / 2

#443 in app/models/mailer.rb

render_multipart ( method_name ,
  body )

Mailer#message_id / 1

#477 in app/models/mailer.rb

message_id ( object )

Mailer#references / 1

#481 in app/models/mailer.rb

references ( object )

Mailer#mylogger

#486 in app/models/mailer.rb

mylogger