konstruo 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +22 -0
  4. data/.tool-versions +1 -0
  5. data/CHANGELOG.md +21 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +35 -0
  8. data/Rakefile +10 -0
  9. data/lib/konstruo/mapper.rb +120 -0
  10. data/lib/konstruo/version.rb +6 -0
  11. data/lib/konstruo.rb +18 -0
  12. data/sorbet/config +4 -0
  13. data/sorbet/rbi/annotations/.gitattributes +1 -0
  14. data/sorbet/rbi/annotations/actionmailer.rbi +10 -0
  15. data/sorbet/rbi/annotations/actionpack.rbi +430 -0
  16. data/sorbet/rbi/annotations/actionview.rbi +75 -0
  17. data/sorbet/rbi/annotations/activejob.rbi +44 -0
  18. data/sorbet/rbi/annotations/activemodel.rbi +89 -0
  19. data/sorbet/rbi/annotations/activerecord.rbi +92 -0
  20. data/sorbet/rbi/annotations/activesupport.rbi +454 -0
  21. data/sorbet/rbi/annotations/globalid.rbi +30 -0
  22. data/sorbet/rbi/annotations/minitest.rbi +119 -0
  23. data/sorbet/rbi/annotations/railties.rbi +61 -0
  24. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  25. data/sorbet/rbi/dsl/.gitattributes +1 -0
  26. data/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
  27. data/sorbet/rbi/gems/.gitattributes +1 -0
  28. data/sorbet/rbi/gems/actioncable@7.2.1.rbi +3096 -0
  29. data/sorbet/rbi/gems/actionmailbox@7.2.1.rbi +1832 -0
  30. data/sorbet/rbi/gems/actionmailer@7.2.1.rbi +2664 -0
  31. data/sorbet/rbi/gems/actionpack@7.2.1.rbi +20536 -0
  32. data/sorbet/rbi/gems/actiontext@7.2.1.rbi +1697 -0
  33. data/sorbet/rbi/gems/actionview@7.2.1.rbi +15752 -0
  34. data/sorbet/rbi/gems/activejob@7.2.1.rbi +2828 -0
  35. data/sorbet/rbi/gems/activemodel@7.2.1.rbi +6762 -0
  36. data/sorbet/rbi/gems/activerecord@7.2.1.rbi +41433 -0
  37. data/sorbet/rbi/gems/activestorage@7.2.1.rbi +3247 -0
  38. data/sorbet/rbi/gems/activesupport@7.2.1.rbi +21142 -0
  39. data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
  40. data/sorbet/rbi/gems/base64@0.2.0.rbi +509 -0
  41. data/sorbet/rbi/gems/bigdecimal@3.1.8.rbi +78 -0
  42. data/sorbet/rbi/gems/builder@3.3.0.rbi +9 -0
  43. data/sorbet/rbi/gems/concurrent-ruby@1.3.4.rbi +11645 -0
  44. data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
  45. data/sorbet/rbi/gems/crass@1.0.6.rbi +623 -0
  46. data/sorbet/rbi/gems/dashbrains-rubocop-config@1.0.4.rbi +9 -0
  47. data/sorbet/rbi/gems/date@3.3.4.rbi +75 -0
  48. data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +1131 -0
  49. data/sorbet/rbi/gems/drb@2.2.1.rbi +1347 -0
  50. data/sorbet/rbi/gems/erubi@1.13.0.rbi +150 -0
  51. data/sorbet/rbi/gems/globalid@1.2.1.rbi +749 -0
  52. data/sorbet/rbi/gems/i18n@1.14.5.rbi +2359 -0
  53. data/sorbet/rbi/gems/io-console@0.7.2.rbi +9 -0
  54. data/sorbet/rbi/gems/json@2.7.2.rbi +1562 -0
  55. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
  56. data/sorbet/rbi/gems/logger@1.6.1.rbi +920 -0
  57. data/sorbet/rbi/gems/loofah@2.22.0.rbi +1081 -0
  58. data/sorbet/rbi/gems/mail@2.8.1.rbi +8658 -0
  59. data/sorbet/rbi/gems/marcel@1.0.4.rbi +239 -0
  60. data/sorbet/rbi/gems/mini_mime@1.1.5.rbi +173 -0
  61. data/sorbet/rbi/gems/minitest@5.25.1.rbi +1546 -0
  62. data/sorbet/rbi/gems/net-imap@0.4.16.rbi +10845 -0
  63. data/sorbet/rbi/gems/net-pop@0.1.2.rbi +927 -0
  64. data/sorbet/rbi/gems/net-protocol@0.2.2.rbi +292 -0
  65. data/sorbet/rbi/gems/net-smtp@0.5.0.rbi +1228 -0
  66. data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
  67. data/sorbet/rbi/gems/nio4r@2.7.3.rbi +293 -0
  68. data/sorbet/rbi/gems/nokogiri@1.16.7.rbi +7311 -0
  69. data/sorbet/rbi/gems/parallel@1.26.3.rbi +291 -0
  70. data/sorbet/rbi/gems/parser@3.3.5.0.rbi +5519 -0
  71. data/sorbet/rbi/gems/prism@1.0.0.rbi +35493 -0
  72. data/sorbet/rbi/gems/psych@5.1.2.rbi +1769 -0
  73. data/sorbet/rbi/gems/racc@1.8.1.rbi +162 -0
  74. data/sorbet/rbi/gems/rack-session@2.0.0.rbi +727 -0
  75. data/sorbet/rbi/gems/rack-test@2.1.0.rbi +747 -0
  76. data/sorbet/rbi/gems/rack@3.1.7.rbi +4902 -0
  77. data/sorbet/rbi/gems/rackup@2.1.0.rbi +390 -0
  78. data/sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi +758 -0
  79. data/sorbet/rbi/gems/rails-html-sanitizer@1.6.0.rbi +785 -0
  80. data/sorbet/rbi/gems/rails@7.2.1.rbi +9 -0
  81. data/sorbet/rbi/gems/railties@7.2.1.rbi +3824 -0
  82. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  83. data/sorbet/rbi/gems/rake@13.2.1.rbi +3046 -0
  84. data/sorbet/rbi/gems/rbi@0.2.0.rbi +4105 -0
  85. data/sorbet/rbi/gems/rdoc@6.7.0.rbi +12721 -0
  86. data/sorbet/rbi/gems/regexp_parser@2.9.2.rbi +3772 -0
  87. data/sorbet/rbi/gems/reline@0.5.10.rbi +9 -0
  88. data/sorbet/rbi/gems/rspec-core@3.13.1.rbi +11012 -0
  89. data/sorbet/rbi/gems/rspec-expectations@3.13.3.rbi +8183 -0
  90. data/sorbet/rbi/gems/rspec-mocks@3.13.1.rbi +5341 -0
  91. data/sorbet/rbi/gems/rspec-support@3.13.1.rbi +1630 -0
  92. data/sorbet/rbi/gems/rspec@3.13.0.rbi +83 -0
  93. data/sorbet/rbi/gems/rubocop-ast@1.32.3.rbi +7446 -0
  94. data/sorbet/rbi/gems/rubocop-capybara@2.21.0.rbi +9 -0
  95. data/sorbet/rbi/gems/rubocop-factory_bot@2.26.1.rbi +9 -0
  96. data/sorbet/rbi/gems/rubocop-graphql@1.5.4.rbi +9 -0
  97. data/sorbet/rbi/gems/rubocop-minitest@0.36.0.rbi +9 -0
  98. data/sorbet/rbi/gems/rubocop-performance@1.21.1.rbi +9 -0
  99. data/sorbet/rbi/gems/rubocop-rails@2.26.1.rbi +9 -0
  100. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
  101. data/sorbet/rbi/gems/rubocop-rspec@3.0.5.rbi +9 -0
  102. data/sorbet/rbi/gems/rubocop-rspec_rails@2.30.0.rbi +9 -0
  103. data/sorbet/rbi/gems/rubocop-sorbet@0.8.5.rbi +9 -0
  104. data/sorbet/rbi/gems/rubocop@1.66.1.rbi +58268 -0
  105. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  106. data/sorbet/rbi/gems/securerandom@0.3.1.rbi +396 -0
  107. data/sorbet/rbi/gems/spoom@1.4.2.rbi +4932 -0
  108. data/sorbet/rbi/gems/stringio@3.1.1.rbi +9 -0
  109. data/sorbet/rbi/gems/tapioca@0.16.2.rbi +3581 -0
  110. data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
  111. data/sorbet/rbi/gems/timeout@0.4.1.rbi +149 -0
  112. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +5918 -0
  113. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
  114. data/sorbet/rbi/gems/useragent@0.16.10.rbi +9 -0
  115. data/sorbet/rbi/gems/webrick@1.8.1.rbi +2607 -0
  116. data/sorbet/rbi/gems/websocket-driver@0.7.6.rbi +993 -0
  117. data/sorbet/rbi/gems/websocket-extensions@0.1.5.rbi +121 -0
  118. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
  119. data/sorbet/rbi/gems/yard@0.9.37.rbi +18570 -0
  120. data/sorbet/rbi/gems/zeitwerk@2.6.18.rbi +1051 -0
  121. data/sorbet/rbi/todo.rbi +6 -0
  122. data/sorbet/tapioca/config.yml +13 -0
  123. data/sorbet/tapioca/require.rb +9 -0
  124. data/tasks/bundle_update.rake +14 -0
  125. data/tasks/sorbet.rake +26 -0
  126. metadata +216 -0
@@ -0,0 +1,1832 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `actionmailbox` gem.
5
+ # Please instead update this file by running `bin/tapioca gem actionmailbox`.
6
+
7
+
8
+ # :markup: markdown
9
+ # :include: ../README.md
10
+ #
11
+ # source://actionmailbox//lib/action_mailbox/gem_version.rb#3
12
+ module ActionMailbox
13
+ extend ::ActiveSupport::Autoload
14
+
15
+ # source://actionmailbox//lib/action_mailbox.rb#22
16
+ def incinerate; end
17
+
18
+ # source://actionmailbox//lib/action_mailbox.rb#22
19
+ def incinerate=(val); end
20
+
21
+ # source://actionmailbox//lib/action_mailbox.rb#23
22
+ def incinerate_after; end
23
+
24
+ # source://actionmailbox//lib/action_mailbox.rb#23
25
+ def incinerate_after=(val); end
26
+
27
+ # source://actionmailbox//lib/action_mailbox.rb#20
28
+ def ingress; end
29
+
30
+ # source://actionmailbox//lib/action_mailbox.rb#20
31
+ def ingress=(val); end
32
+
33
+ # source://actionmailbox//lib/action_mailbox.rb#21
34
+ def logger; end
35
+
36
+ # source://actionmailbox//lib/action_mailbox.rb#21
37
+ def logger=(val); end
38
+
39
+ # source://actionmailbox//lib/action_mailbox.rb#24
40
+ def queues; end
41
+
42
+ # source://actionmailbox//lib/action_mailbox.rb#24
43
+ def queues=(val); end
44
+
45
+ # source://actionmailbox//lib/action_mailbox.rb#25
46
+ def storage_service; end
47
+
48
+ # source://actionmailbox//lib/action_mailbox.rb#25
49
+ def storage_service=(val); end
50
+
51
+ class << self
52
+ # source://actionmailbox//lib/action_mailbox/deprecator.rb#4
53
+ def deprecator; end
54
+
55
+ # Returns the currently loaded version of Action Mailbox as a +Gem::Version+.
56
+ #
57
+ # source://actionmailbox//lib/action_mailbox/gem_version.rb#5
58
+ def gem_version; end
59
+
60
+ # source://actionmailbox//lib/action_mailbox.rb#22
61
+ def incinerate; end
62
+
63
+ # source://actionmailbox//lib/action_mailbox.rb#22
64
+ def incinerate=(val); end
65
+
66
+ # source://actionmailbox//lib/action_mailbox.rb#23
67
+ def incinerate_after; end
68
+
69
+ # source://actionmailbox//lib/action_mailbox.rb#23
70
+ def incinerate_after=(val); end
71
+
72
+ # source://actionmailbox//lib/action_mailbox.rb#20
73
+ def ingress; end
74
+
75
+ # source://actionmailbox//lib/action_mailbox.rb#20
76
+ def ingress=(val); end
77
+
78
+ # source://actionmailbox//lib/action_mailbox.rb#21
79
+ def logger; end
80
+
81
+ # source://actionmailbox//lib/action_mailbox.rb#21
82
+ def logger=(val); end
83
+
84
+ # source://actionmailbox//lib/action_mailbox.rb#24
85
+ def queues; end
86
+
87
+ # source://actionmailbox//lib/action_mailbox.rb#24
88
+ def queues=(val); end
89
+
90
+ # source://railties/7.2.1/lib/rails/engine.rb#412
91
+ def railtie_helpers_paths; end
92
+
93
+ # source://railties/7.2.1/lib/rails/engine.rb#395
94
+ def railtie_namespace; end
95
+
96
+ # source://railties/7.2.1/lib/rails/engine.rb#416
97
+ def railtie_routes_url_helpers(include_path_helpers = T.unsafe(nil)); end
98
+
99
+ # source://actionmailbox//lib/action_mailbox.rb#25
100
+ def storage_service; end
101
+
102
+ # source://actionmailbox//lib/action_mailbox.rb#25
103
+ def storage_service=(val); end
104
+
105
+ # source://railties/7.2.1/lib/rails/engine.rb#401
106
+ def table_name_prefix; end
107
+
108
+ # source://railties/7.2.1/lib/rails/engine.rb#408
109
+ def use_relative_model_naming?; end
110
+
111
+ # Returns the currently loaded version of Action Mailbox as a +Gem::Version+.
112
+ #
113
+ # source://actionmailbox//lib/action_mailbox/version.rb#7
114
+ def version; end
115
+ end
116
+ end
117
+
118
+ # = Action Mailbox \Base
119
+ #
120
+ # The base class for all application mailboxes. Not intended to be inherited from directly. Inherit from
121
+ # +ApplicationMailbox+ instead, as that's where the app-specific routing is configured. This routing
122
+ # is specified in the following ways:
123
+ #
124
+ # class ApplicationMailbox < ActionMailbox::Base
125
+ # # Any of the recipients of the mail (whether to, cc, bcc) are matched against the regexp.
126
+ # routing /^replies@/i => :replies
127
+ #
128
+ # # Any of the recipients of the mail (whether to, cc, bcc) needs to be an exact match for the string.
129
+ # routing "help@example.com" => :help
130
+ #
131
+ # # Any callable (proc, lambda, etc) object is passed the inbound_email record and is a match if true.
132
+ # routing ->(inbound_email) { inbound_email.mail.to.size > 2 } => :multiple_recipients
133
+ #
134
+ # # Any object responding to #match? is called with the inbound_email record as an argument. Match if true.
135
+ # routing CustomAddress.new => :custom
136
+ #
137
+ # # Any inbound_email that has not been already matched will be sent to the BackstopMailbox.
138
+ # routing :all => :backstop
139
+ # end
140
+ #
141
+ # Application mailboxes need to override the #process method, which is invoked by the framework after
142
+ # callbacks have been run. The callbacks available are: +before_processing+, +after_processing+, and
143
+ # +around_processing+. The primary use case is to ensure that certain preconditions to processing are fulfilled
144
+ # using +before_processing+ callbacks.
145
+ #
146
+ # If a precondition fails to be met, you can halt the processing using the +#bounced!+ method,
147
+ # which will silently prevent any further processing, but not actually send out any bounce notice. You
148
+ # can also pair this behavior with the invocation of an Action Mailer class responsible for sending out
149
+ # an actual bounce email. This is done using the #bounce_with method, which takes the mail object returned
150
+ # by an Action Mailer method, like so:
151
+ #
152
+ # class ForwardsMailbox < ApplicationMailbox
153
+ # before_processing :ensure_sender_is_a_user
154
+ #
155
+ # private
156
+ # def ensure_sender_is_a_user
157
+ # unless User.exist?(email_address: mail.from)
158
+ # bounce_with UserRequiredMailer.missing(inbound_email)
159
+ # end
160
+ # end
161
+ # end
162
+ #
163
+ # During the processing of the inbound email, the status will be tracked. Before processing begins,
164
+ # the email will normally have the +pending+ status. Once processing begins, just before callbacks
165
+ # and the #process method is called, the status is changed to +processing+. If processing is allowed to
166
+ # complete, the status is changed to +delivered+. If a bounce is triggered, then +bounced+. If an unhandled
167
+ # exception is bubbled up, then +failed+.
168
+ #
169
+ # Exceptions can be handled at the class level using the familiar
170
+ # ActiveSupport::Rescuable approach:
171
+ #
172
+ # class ForwardsMailbox < ApplicationMailbox
173
+ # rescue_from(ApplicationSpecificVerificationError) { bounced! }
174
+ # end
175
+ #
176
+ # source://actionmailbox//lib/action_mailbox/base.rb#66
177
+ class ActionMailbox::Base
178
+ include ::ActiveSupport::Rescuable
179
+ include ::ActionMailbox::Routing
180
+ include ::ActiveSupport::Callbacks
181
+ include ::ActionMailbox::Callbacks
182
+ extend ::ActiveSupport::Rescuable::ClassMethods
183
+ extend ::ActionMailbox::Routing::ClassMethods
184
+ extend ::ActiveSupport::Callbacks::ClassMethods
185
+ extend ::ActiveSupport::DescendantsTracker
186
+ extend ::ActionMailbox::Callbacks::ClassMethods
187
+
188
+ # @return [Base] a new instance of Base
189
+ #
190
+ # source://actionmailbox//lib/action_mailbox/base.rb#79
191
+ def initialize(inbound_email); end
192
+
193
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
194
+ def __callbacks; end
195
+
196
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
197
+ def __callbacks?; end
198
+
199
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#924
200
+ def _process_callbacks; end
201
+
202
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#912
203
+ def _run_process_callbacks(&block); end
204
+
205
+ # Immediately sends the given +message+ and changes the inbound email's status to +:bounced+.
206
+ #
207
+ # source://actionmailbox//lib/action_mailbox/base.rb#111
208
+ def bounce_now_with(message); end
209
+
210
+ # Enqueues the given +message+ for delivery and changes the inbound email's status to +:bounced+.
211
+ #
212
+ # source://actionmailbox//lib/action_mailbox/base.rb#105
213
+ def bounce_with(message); end
214
+
215
+ # source://actionmailbox//lib/action_mailbox/base.rb#71
216
+ def bounced!(*_arg0, **_arg1, &_arg2); end
217
+
218
+ # source://actionmailbox//lib/action_mailbox/base.rb#71
219
+ def delivered!(*_arg0, **_arg1, &_arg2); end
220
+
221
+ # @return [Boolean]
222
+ #
223
+ # source://actionmailbox//lib/action_mailbox/base.rb#100
224
+ def finished_processing?; end
225
+
226
+ # Returns the value of attribute inbound_email.
227
+ #
228
+ # source://actionmailbox//lib/action_mailbox/base.rb#70
229
+ def inbound_email; end
230
+
231
+ # source://actionmailbox//lib/action_mailbox/base.rb#73
232
+ def logger(&_arg0); end
233
+
234
+ # source://actionmailbox//lib/action_mailbox/base.rb#71
235
+ def mail(*_arg0, **_arg1, &_arg2); end
236
+
237
+ # source://actionmailbox//lib/action_mailbox/base.rb#83
238
+ def perform_processing; end
239
+
240
+ # source://actionmailbox//lib/action_mailbox/base.rb#96
241
+ def process; end
242
+
243
+ # source://activesupport/7.2.1/lib/active_support/rescuable.rb#15
244
+ def rescue_handlers; end
245
+
246
+ # source://activesupport/7.2.1/lib/active_support/rescuable.rb#15
247
+ def rescue_handlers=(_arg0); end
248
+
249
+ # source://activesupport/7.2.1/lib/active_support/rescuable.rb#15
250
+ def rescue_handlers?; end
251
+
252
+ # source://actionmailbox//lib/action_mailbox/routing.rb#9
253
+ def router; end
254
+
255
+ # source://actionmailbox//lib/action_mailbox/routing.rb#9
256
+ def router=(val); end
257
+
258
+ private
259
+
260
+ # source://actionmailbox//lib/action_mailbox/base.rb#117
261
+ def instrumentation_payload; end
262
+
263
+ # source://actionmailbox//lib/action_mailbox/base.rb#124
264
+ def track_status_of_inbound_email; end
265
+
266
+ class << self
267
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
268
+ def __callbacks; end
269
+
270
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
271
+ def __callbacks=(value); end
272
+
273
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
274
+ def __callbacks?; end
275
+
276
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#916
277
+ def _process_callbacks; end
278
+
279
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#920
280
+ def _process_callbacks=(value); end
281
+
282
+ # source://actionmailbox//lib/action_mailbox/base.rb#75
283
+ def receive(inbound_email); end
284
+
285
+ # source://activesupport/7.2.1/lib/active_support/rescuable.rb#15
286
+ def rescue_handlers; end
287
+
288
+ # source://activesupport/7.2.1/lib/active_support/rescuable.rb#15
289
+ def rescue_handlers=(value); end
290
+
291
+ # source://activesupport/7.2.1/lib/active_support/rescuable.rb#15
292
+ def rescue_handlers?; end
293
+
294
+ # source://actionmailbox//lib/action_mailbox/routing.rb#9
295
+ def router; end
296
+
297
+ # source://actionmailbox//lib/action_mailbox/routing.rb#9
298
+ def router=(val); end
299
+ end
300
+ end
301
+
302
+ class ActionMailbox::BaseController < ::ActionController::Base
303
+ private
304
+
305
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
306
+ def _layout(lookup_context, formats); end
307
+
308
+ def authenticate_by_password; end
309
+ def ensure_configured; end
310
+ def ingress_name; end
311
+ def password; end
312
+
313
+ class << self
314
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
315
+ def __callbacks; end
316
+
317
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
318
+ def middleware_stack; end
319
+ end
320
+ end
321
+
322
+ # = Action Mailbox \Callbacks
323
+ #
324
+ # Defines the callbacks related to processing.
325
+ #
326
+ # source://actionmailbox//lib/action_mailbox/callbacks.rb#9
327
+ module ActionMailbox::Callbacks
328
+ extend ::ActiveSupport::Concern
329
+ include GeneratedInstanceMethods
330
+ include ::ActiveSupport::Callbacks
331
+
332
+ mixes_in_class_methods GeneratedClassMethods
333
+ mixes_in_class_methods ::ActiveSupport::Callbacks::ClassMethods
334
+ mixes_in_class_methods ::ActiveSupport::DescendantsTracker
335
+ mixes_in_class_methods ::ActionMailbox::Callbacks::ClassMethods
336
+
337
+ module GeneratedClassMethods
338
+ def __callbacks; end
339
+ def __callbacks=(value); end
340
+ def __callbacks?; end
341
+ end
342
+
343
+ module GeneratedInstanceMethods
344
+ def __callbacks; end
345
+ def __callbacks?; end
346
+ end
347
+ end
348
+
349
+ # source://actionmailbox//lib/action_mailbox/callbacks.rb#0
350
+ module ActionMailbox::Callbacks::ClassMethods
351
+ # source://actionmailbox//lib/action_mailbox/callbacks.rb#27
352
+ def after_processing(*methods, &block); end
353
+
354
+ # source://actionmailbox//lib/action_mailbox/callbacks.rb#31
355
+ def around_processing(*methods, &block); end
356
+
357
+ # source://actionmailbox//lib/action_mailbox/callbacks.rb#23
358
+ def before_processing(*methods, &block); end
359
+ end
360
+
361
+ # source://actionmailbox//lib/action_mailbox/callbacks.rb#13
362
+ ActionMailbox::Callbacks::TERMINATOR = T.let(T.unsafe(nil), Proc)
363
+
364
+ # source://actionmailbox//lib/action_mailbox/engine.rb#12
365
+ class ActionMailbox::Engine < ::Rails::Engine
366
+ class << self
367
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
368
+ def __callbacks; end
369
+ end
370
+ end
371
+
372
+ class ActionMailbox::InboundEmail < ::ActionMailbox::Record
373
+ include ::ActionMailbox::InboundEmail::GeneratedAttributeMethods
374
+ include ::ActionMailbox::InboundEmail::GeneratedAssociationMethods
375
+ include ::ActionMailbox::InboundEmail::Routable
376
+ include ::ActionMailbox::InboundEmail::MessageId
377
+ include ::ActionMailbox::InboundEmail::Incineratable
378
+ extend ::ActionMailbox::InboundEmail::MessageId::ClassMethods
379
+
380
+ # source://activerecord/7.2.1/lib/active_record/autosave_association.rb#162
381
+ def autosave_associated_records_for_raw_email_attachment(*args); end
382
+
383
+ # source://activerecord/7.2.1/lib/active_record/autosave_association.rb#162
384
+ def autosave_associated_records_for_raw_email_blob(*args); end
385
+
386
+ def instrumentation_payload; end
387
+ def mail; end
388
+ def processed?; end
389
+ def source; end
390
+
391
+ class << self
392
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
393
+ def __callbacks; end
394
+
395
+ # source://activerecord/7.2.1/lib/active_record/reflection.rb#11
396
+ def _reflections; end
397
+
398
+ # source://activemodel/7.2.1/lib/active_model/validations.rb#71
399
+ def _validators; end
400
+
401
+ # source://activestorage/7.2.1/lib/active_storage/reflection.rb#53
402
+ def attachment_reflections; end
403
+
404
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
405
+ def bounced(*args, **_arg1); end
406
+
407
+ # source://activerecord/7.2.1/lib/active_record/enum.rb#167
408
+ def defined_enums; end
409
+
410
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
411
+ def delivered(*args, **_arg1); end
412
+
413
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
414
+ def failed(*args, **_arg1); end
415
+
416
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
417
+ def not_bounced(*args, **_arg1); end
418
+
419
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
420
+ def not_delivered(*args, **_arg1); end
421
+
422
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
423
+ def not_failed(*args, **_arg1); end
424
+
425
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
426
+ def not_pending(*args, **_arg1); end
427
+
428
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
429
+ def not_processing(*args, **_arg1); end
430
+
431
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
432
+ def pending(*args, **_arg1); end
433
+
434
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
435
+ def processing(*args, **_arg1); end
436
+
437
+ # source://activerecord/7.2.1/lib/active_record/enum.rb#259
438
+ def statuses; end
439
+
440
+ # source://activerecord/7.2.1/lib/active_record/scoping/named.rb#174
441
+ def with_attached_raw_email(*args, **_arg1); end
442
+ end
443
+ end
444
+
445
+ module ActionMailbox::InboundEmail::GeneratedAssociationMethods
446
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#32
447
+ def build_raw_email_attachment(*args, &block); end
448
+
449
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#32
450
+ def build_raw_email_blob(*args, &block); end
451
+
452
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#36
453
+ def create_raw_email_attachment(*args, &block); end
454
+
455
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#40
456
+ def create_raw_email_attachment!(*args, &block); end
457
+
458
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#36
459
+ def create_raw_email_blob(*args, &block); end
460
+
461
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#40
462
+ def create_raw_email_blob!(*args, &block); end
463
+
464
+ # source://activestorage/7.2.1/lib/active_storage/attached/model.rb#111
465
+ def raw_email; end
466
+
467
+ # source://activestorage/7.2.1/lib/active_storage/attached/model.rb#116
468
+ def raw_email=(attachable); end
469
+
470
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/association.rb#103
471
+ def raw_email_attachment; end
472
+
473
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/association.rb#111
474
+ def raw_email_attachment=(value); end
475
+
476
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/association.rb#103
477
+ def raw_email_blob; end
478
+
479
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/association.rb#111
480
+ def raw_email_blob=(value); end
481
+
482
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#19
483
+ def reload_raw_email_attachment; end
484
+
485
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#19
486
+ def reload_raw_email_blob; end
487
+
488
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#23
489
+ def reset_raw_email_attachment; end
490
+
491
+ # source://activerecord/7.2.1/lib/active_record/associations/builder/singular_association.rb#23
492
+ def reset_raw_email_blob; end
493
+ end
494
+
495
+ module ActionMailbox::InboundEmail::GeneratedAttributeMethods; end
496
+
497
+ module ActionMailbox::InboundEmail::Incineratable
498
+ extend ::ActiveSupport::Concern
499
+
500
+ def incinerate; end
501
+ def incinerate_later; end
502
+ end
503
+
504
+ class ActionMailbox::InboundEmail::Incineratable::Incineration
505
+ def initialize(inbound_email); end
506
+
507
+ def run; end
508
+
509
+ private
510
+
511
+ def due?; end
512
+ def processed?; end
513
+ end
514
+
515
+ module ActionMailbox::InboundEmail::MessageId
516
+ extend ::ActiveSupport::Concern
517
+
518
+ mixes_in_class_methods ::ActionMailbox::InboundEmail::MessageId::ClassMethods
519
+ end
520
+
521
+ module ActionMailbox::InboundEmail::MessageId::ClassMethods
522
+ def create_and_extract_message_id!(source, **options); end
523
+
524
+ private
525
+
526
+ def create_and_upload_raw_email!(source); end
527
+ def extract_message_id(source); end
528
+ def generate_missing_message_id(message_checksum); end
529
+ end
530
+
531
+ module ActionMailbox::InboundEmail::Routable
532
+ extend ::ActiveSupport::Concern
533
+
534
+ def route; end
535
+ def route_later; end
536
+ end
537
+
538
+ class ActionMailbox::IncinerationJob < ::ActiveJob::Base
539
+ def perform(inbound_email); end
540
+
541
+ class << self
542
+ # source://activejob/7.2.1/lib/active_job/queue_name.rb#55
543
+ def queue_name; end
544
+
545
+ # source://activesupport/7.2.1/lib/active_support/rescuable.rb#15
546
+ def rescue_handlers; end
547
+
548
+ def schedule(inbound_email); end
549
+ end
550
+ end
551
+
552
+ module ActionMailbox::Ingresses; end
553
+ module ActionMailbox::Ingresses::Mailgun; end
554
+
555
+ class ActionMailbox::Ingresses::Mailgun::InboundEmailsController < ::ActionMailbox::BaseController
556
+ def create; end
557
+
558
+ private
559
+
560
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
561
+ def _layout(lookup_context, formats); end
562
+
563
+ def authenticate; end
564
+ def authenticated?; end
565
+ def key; end
566
+ def mail; end
567
+
568
+ class << self
569
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
570
+ def __callbacks; end
571
+
572
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
573
+ def middleware_stack; end
574
+ end
575
+ end
576
+
577
+ class ActionMailbox::Ingresses::Mailgun::InboundEmailsController::Authenticator
578
+ def initialize(key:, timestamp:, token:, signature:); end
579
+
580
+ def authenticated?; end
581
+ def key; end
582
+ def signature; end
583
+ def timestamp; end
584
+ def token; end
585
+
586
+ private
587
+
588
+ def expected_signature; end
589
+ def recent?; end
590
+ def signed?; end
591
+ end
592
+
593
+ module ActionMailbox::Ingresses::Mandrill; end
594
+
595
+ class ActionMailbox::Ingresses::Mandrill::InboundEmailsController < ::ActionMailbox::BaseController
596
+ def create; end
597
+ def health_check; end
598
+
599
+ private
600
+
601
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
602
+ def _layout(lookup_context, formats); end
603
+
604
+ def authenticate; end
605
+ def authenticated?; end
606
+ def events; end
607
+ def key; end
608
+ def raw_emails; end
609
+
610
+ class << self
611
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
612
+ def __callbacks; end
613
+
614
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
615
+ def middleware_stack; end
616
+ end
617
+ end
618
+
619
+ class ActionMailbox::Ingresses::Mandrill::InboundEmailsController::Authenticator
620
+ def initialize(request, key); end
621
+
622
+ def authenticated?; end
623
+ def key; end
624
+ def request; end
625
+
626
+ private
627
+
628
+ def expected_signature; end
629
+ def given_signature; end
630
+ def message; end
631
+ end
632
+
633
+ module ActionMailbox::Ingresses::Postmark; end
634
+
635
+ class ActionMailbox::Ingresses::Postmark::InboundEmailsController < ::ActionMailbox::BaseController
636
+ def create; end
637
+
638
+ private
639
+
640
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
641
+ def _layout(lookup_context, formats); end
642
+
643
+ class << self
644
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
645
+ def __callbacks; end
646
+
647
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
648
+ def middleware_stack; end
649
+ end
650
+ end
651
+
652
+ module ActionMailbox::Ingresses::Relay; end
653
+
654
+ class ActionMailbox::Ingresses::Relay::InboundEmailsController < ::ActionMailbox::BaseController
655
+ def create; end
656
+
657
+ private
658
+
659
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
660
+ def _layout(lookup_context, formats); end
661
+
662
+ def require_valid_rfc822_message; end
663
+
664
+ class << self
665
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
666
+ def __callbacks; end
667
+
668
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
669
+ def middleware_stack; end
670
+ end
671
+ end
672
+
673
+ module ActionMailbox::Ingresses::Sendgrid; end
674
+
675
+ class ActionMailbox::Ingresses::Sendgrid::InboundEmailsController < ::ActionMailbox::BaseController
676
+ def create; end
677
+
678
+ private
679
+
680
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
681
+ def _layout(lookup_context, formats); end
682
+
683
+ def envelope; end
684
+ def mail; end
685
+
686
+ class << self
687
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
688
+ def __callbacks; end
689
+
690
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
691
+ def middleware_stack; end
692
+ end
693
+ end
694
+
695
+ class ActionMailbox::Record < ::ActiveRecord::Base
696
+ include ::ActionMailbox::Record::GeneratedAttributeMethods
697
+ include ::ActionMailbox::Record::GeneratedAssociationMethods
698
+
699
+ class << self
700
+ # source://activemodel/7.2.1/lib/active_model/validations.rb#71
701
+ def _validators; end
702
+
703
+ # source://activerecord/7.2.1/lib/active_record/enum.rb#167
704
+ def defined_enums; end
705
+ end
706
+ end
707
+
708
+ module ActionMailbox::Record::GeneratedAssociationMethods; end
709
+ module ActionMailbox::Record::GeneratedAttributeMethods; end
710
+
711
+ # = Action Mailbox \Router
712
+ #
713
+ # Encapsulates the routes that live on the ApplicationMailbox and performs the actual routing when
714
+ # an inbound_email is received.
715
+ #
716
+ # source://actionmailbox//lib/action_mailbox/router.rb#8
717
+ class ActionMailbox::Router
718
+ # @return [Router] a new instance of Router
719
+ #
720
+ # source://actionmailbox//lib/action_mailbox/router.rb#11
721
+ def initialize; end
722
+
723
+ # source://actionmailbox//lib/action_mailbox/router.rb#21
724
+ def add_route(address, to:); end
725
+
726
+ # source://actionmailbox//lib/action_mailbox/router.rb#15
727
+ def add_routes(routes); end
728
+
729
+ # source://actionmailbox//lib/action_mailbox/router.rb#35
730
+ def mailbox_for(inbound_email); end
731
+
732
+ # source://actionmailbox//lib/action_mailbox/router.rb#25
733
+ def route(inbound_email); end
734
+
735
+ private
736
+
737
+ # Returns the value of attribute routes.
738
+ #
739
+ # source://actionmailbox//lib/action_mailbox/router.rb#40
740
+ def routes; end
741
+ end
742
+
743
+ # source://actionmailbox//lib/action_mailbox/router/route.rb#7
744
+ class ActionMailbox::Router::Route
745
+ # source://actionmailbox//lib/action_mailbox/router/route.rb#10
746
+ def initialize(address, to:); end
747
+
748
+ # source://actionmailbox//lib/action_mailbox/router/route.rb#8
749
+ def address; end
750
+
751
+ # source://actionmailbox//lib/action_mailbox/router/route.rb#31
752
+ def mailbox_class; end
753
+
754
+ # source://actionmailbox//lib/action_mailbox/router/route.rb#8
755
+ def mailbox_name; end
756
+
757
+ # source://actionmailbox//lib/action_mailbox/router/route.rb#16
758
+ def match?(inbound_email); end
759
+
760
+ private
761
+
762
+ # source://actionmailbox//lib/action_mailbox/router/route.rb#36
763
+ def ensure_valid_address; end
764
+ end
765
+
766
+ # source://actionmailbox//lib/action_mailbox/router.rb#9
767
+ class ActionMailbox::Router::RoutingError < ::StandardError; end
768
+
769
+ # See ActionMailbox::Base for how to specify routing.
770
+ #
771
+ # source://actionmailbox//lib/action_mailbox/routing.rb#5
772
+ module ActionMailbox::Routing
773
+ extend ::ActiveSupport::Concern
774
+
775
+ mixes_in_class_methods ::ActionMailbox::Routing::ClassMethods
776
+ end
777
+
778
+ # source://actionmailbox//lib/action_mailbox/routing.rb#0
779
+ module ActionMailbox::Routing::ClassMethods
780
+ # source://actionmailbox//lib/action_mailbox/routing.rb#21
781
+ def mailbox_for(inbound_email); end
782
+
783
+ # source://actionmailbox//lib/action_mailbox/routing.rb#17
784
+ def route(inbound_email); end
785
+
786
+ # source://actionmailbox//lib/action_mailbox/routing.rb#13
787
+ def routing(routes); end
788
+ end
789
+
790
+ class ActionMailbox::RoutingJob < ::ActiveJob::Base
791
+ def perform(inbound_email); end
792
+
793
+ class << self
794
+ # source://activejob/7.2.1/lib/active_job/queue_name.rb#55
795
+ def queue_name; end
796
+ end
797
+ end
798
+
799
+ # source://actionmailbox//lib/action_mailbox/test_case.rb#7
800
+ class ActionMailbox::TestCase < ::ActiveSupport::TestCase
801
+ include ::ActionMailbox::TestHelper
802
+ end
803
+
804
+ # source://actionmailbox//lib/action_mailbox/test_helper.rb#6
805
+ module ActionMailbox::TestHelper
806
+ # Create an InboundEmail record using an eml fixture in the format of message/rfc822
807
+ # referenced with +fixture_name+ located in +test/fixtures/files/fixture_name+.
808
+ #
809
+ # source://actionmailbox//lib/action_mailbox/test_helper.rb#9
810
+ def create_inbound_email_from_fixture(fixture_name, status: T.unsafe(nil)); end
811
+
812
+ # Creates an InboundEmail by specifying through options or a block.
813
+ #
814
+ # ==== Options
815
+ #
816
+ # * <tt>:status</tt> - The +status+ to set for the created InboundEmail.
817
+ # For possible statuses, see its documentation.
818
+ #
819
+ # ==== Creating a simple email
820
+ #
821
+ # When you only need to set basic fields like +from+, +to+, +subject+, and
822
+ # +body+, you can pass them directly as options.
823
+ #
824
+ # create_inbound_email_from_mail(from: "david@loudthinking.com", subject: "Hello!")
825
+ #
826
+ # ==== Creating a multi-part email
827
+ #
828
+ # When you need to create a more intricate email, like a multi-part email
829
+ # that contains both a plaintext version and an HTML version, you can pass a
830
+ # block.
831
+ #
832
+ # create_inbound_email_from_mail do
833
+ # to "David Heinemeier Hansson <david@loudthinking.com>"
834
+ # from "Bilbo Baggins <bilbo@bagend.com>"
835
+ # subject "Come down to the Shire!"
836
+ #
837
+ # text_part do
838
+ # body "Please join us for a party at Bag End"
839
+ # end
840
+ #
841
+ # html_part do
842
+ # body "<h1>Please join us for a party at Bag End</h1>"
843
+ # end
844
+ # end
845
+ #
846
+ # As with +Mail.new+, you can also use a block parameter to define the parts
847
+ # of the message:
848
+ #
849
+ # create_inbound_email_from_mail do |mail|
850
+ # mail.to "David Heinemeier Hansson <david@loudthinking.com>"
851
+ # mail.from "Bilbo Baggins <bilbo@bagend.com>"
852
+ # mail.subject "Come down to the Shire!"
853
+ #
854
+ # mail.text_part do |part|
855
+ # part.body "Please join us for a party at Bag End"
856
+ # end
857
+ #
858
+ # mail.html_part do |part|
859
+ # part.body "<h1>Please join us for a party at Bag End</h1>"
860
+ # end
861
+ # end
862
+ #
863
+ # source://actionmailbox//lib/action_mailbox/test_helper.rb#63
864
+ def create_inbound_email_from_mail(status: T.unsafe(nil), **mail_options, &block); end
865
+
866
+ # Create an InboundEmail using the raw rfc822 +source+ as text.
867
+ #
868
+ # source://actionmailbox//lib/action_mailbox/test_helper.rb#72
869
+ def create_inbound_email_from_source(source, status: T.unsafe(nil)); end
870
+
871
+ # Create an InboundEmail from fixture using the same arguments as create_inbound_email_from_fixture
872
+ # and immediately route it to processing.
873
+ #
874
+ # source://actionmailbox//lib/action_mailbox/test_helper.rb#79
875
+ def receive_inbound_email_from_fixture(*args); end
876
+
877
+ # Create an InboundEmail using the same options or block as
878
+ # create_inbound_email_from_mail, then immediately route it for processing.
879
+ #
880
+ # source://actionmailbox//lib/action_mailbox/test_helper.rb#85
881
+ def receive_inbound_email_from_mail(**kwargs, &block); end
882
+
883
+ # Create an InboundEmail using the same arguments as create_inbound_email_from_source and immediately route it
884
+ # to processing.
885
+ #
886
+ # source://actionmailbox//lib/action_mailbox/test_helper.rb#91
887
+ def receive_inbound_email_from_source(*args); end
888
+ end
889
+
890
+ # source://actionmailbox//lib/action_mailbox/gem_version.rb#9
891
+ module ActionMailbox::VERSION; end
892
+
893
+ # source://actionmailbox//lib/action_mailbox/gem_version.rb#10
894
+ ActionMailbox::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
895
+
896
+ # source://actionmailbox//lib/action_mailbox/gem_version.rb#11
897
+ ActionMailbox::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
898
+
899
+ # source://actionmailbox//lib/action_mailbox/gem_version.rb#13
900
+ ActionMailbox::VERSION::PRE = T.let(T.unsafe(nil), T.untyped)
901
+
902
+ # source://actionmailbox//lib/action_mailbox/gem_version.rb#15
903
+ ActionMailbox::VERSION::STRING = T.let(T.unsafe(nil), String)
904
+
905
+ # source://actionmailbox//lib/action_mailbox/gem_version.rb#12
906
+ ActionMailbox::VERSION::TINY = T.let(T.unsafe(nil), Integer)
907
+
908
+ # source://actionmailbox//lib/action_mailbox/mail_ext/address_equality.rb#3
909
+ module Mail
910
+ class << self
911
+ # source://mail/2.8.1/lib/mail/mail.rb#163
912
+ def all(*args, &block); end
913
+
914
+ # source://mail/2.8.1/lib/mail/mail.rb#183
915
+ def connection(&block); end
916
+
917
+ # source://mail/2.8.1/lib/mail/mail.rb#98
918
+ def defaults(&block); end
919
+
920
+ # source://mail/2.8.1/lib/mail/mail.rb#174
921
+ def delete_all(*args, &block); end
922
+
923
+ # source://mail/2.8.1/lib/mail/mail.rb#131
924
+ def deliver(*args, &block); end
925
+
926
+ # source://mail/2.8.1/lib/mail/mail.rb#103
927
+ def delivery_method; end
928
+
929
+ # source://mail/2.8.1/lib/mail.rb#35
930
+ def eager_autoload!; end
931
+
932
+ # source://mail/2.8.1/lib/mail/mail.rb#139
933
+ def find(*args, &block); end
934
+
935
+ # source://mail/2.8.1/lib/mail/mail.rb#145
936
+ def find_and_delete(*args, &block); end
937
+
938
+ # source://mail/2.8.1/lib/mail/mail.rb#151
939
+ def first(*args, &block); end
940
+
941
+ # source://actionmailbox//lib/action_mailbox/mail_ext/from_source.rb#4
942
+ def from_source(source); end
943
+
944
+ # source://mail/2.8.1/lib/mail/mail.rb#233
945
+ def inform_interceptors(mail); end
946
+
947
+ # source://mail/2.8.1/lib/mail/mail.rb#227
948
+ def inform_observers(mail); end
949
+
950
+ # source://mail/2.8.1/lib/mail/mail.rb#157
951
+ def last(*args, &block); end
952
+
953
+ # source://mail/2.8.1/lib/mail/mail.rb#50
954
+ def new(*args, &block); end
955
+
956
+ # source://mail/2.8.1/lib/mail/mail.rb#243
957
+ def random_tag; end
958
+
959
+ # source://mail/2.8.1/lib/mail/mail.rb#168
960
+ def read(filename); end
961
+
962
+ # source://mail/2.8.1/lib/mail/mail.rb#179
963
+ def read_from_string(mail_as_string); end
964
+
965
+ # source://mail/2.8.1/lib/mail.rb#23
966
+ def register_autoload(name, path); end
967
+
968
+ # source://mail/2.8.1/lib/mail/mail.rb#215
969
+ def register_interceptor(interceptor); end
970
+
971
+ # source://mail/2.8.1/lib/mail/mail.rb#196
972
+ def register_observer(observer); end
973
+
974
+ # source://mail/2.8.1/lib/mail/mail.rb#108
975
+ def retriever_method; end
976
+
977
+ # source://mail/2.8.1/lib/mail/mail.rb#252
978
+ def something_random; end
979
+
980
+ # source://mail/2.8.1/lib/mail/mail.rb#256
981
+ def uniq; end
982
+
983
+ # source://mail/2.8.1/lib/mail/mail.rb#223
984
+ def unregister_interceptor(interceptor); end
985
+
986
+ # source://mail/2.8.1/lib/mail/mail.rb#204
987
+ def unregister_observer(observer); end
988
+ end
989
+ end
990
+
991
+ # source://actionmailbox//lib/action_mailbox/mail_ext/address_equality.rb#4
992
+ class Mail::Address
993
+ # source://mail/2.8.1/lib/mail/elements/address.rb#25
994
+ def initialize(value = T.unsafe(nil)); end
995
+
996
+ # source://actionmailbox//lib/action_mailbox/mail_ext/address_equality.rb#5
997
+ def ==(other_address); end
998
+
999
+ # source://mail/2.8.1/lib/mail/elements/address.rb#65
1000
+ def address(output_type = T.unsafe(nil)); end
1001
+
1002
+ # source://mail/2.8.1/lib/mail/elements/address.rb#79
1003
+ def address=(value); end
1004
+
1005
+ # source://mail/2.8.1/lib/mail/elements/address.rb#132
1006
+ def comments; end
1007
+
1008
+ # source://mail/2.8.1/lib/mail/elements/address.rb#173
1009
+ def decoded; end
1010
+
1011
+ # source://mail/2.8.1/lib/mail/elements/address.rb#87
1012
+ def display_name(output_type = T.unsafe(nil)); end
1013
+
1014
+ # source://mail/2.8.1/lib/mail/elements/address.rb#99
1015
+ def display_name=(str); end
1016
+
1017
+ # source://mail/2.8.1/lib/mail/elements/address.rb#118
1018
+ def domain(output_type = T.unsafe(nil)); end
1019
+
1020
+ # source://mail/2.8.1/lib/mail/elements/address.rb#169
1021
+ def encoded; end
1022
+
1023
+ # source://mail/2.8.1/lib/mail/elements/address.rb#47
1024
+ def format(output_type = T.unsafe(nil)); end
1025
+
1026
+ # source://mail/2.8.1/lib/mail/elements/address.rb#177
1027
+ def group; end
1028
+
1029
+ # source://mail/2.8.1/lib/mail/elements/address.rb#164
1030
+ def inspect; end
1031
+
1032
+ # source://mail/2.8.1/lib/mail/elements/address.rb#108
1033
+ def local(output_type = T.unsafe(nil)); end
1034
+
1035
+ # source://mail/2.8.1/lib/mail/elements/address.rb#147
1036
+ def name; end
1037
+
1038
+ # source://mail/2.8.1/lib/mail/elements/address.rb#36
1039
+ def raw; end
1040
+
1041
+ # source://mail/2.8.1/lib/mail/elements/address.rb#156
1042
+ def to_s; end
1043
+
1044
+ private
1045
+
1046
+ # source://mail/2.8.1/lib/mail/elements/address.rb#237
1047
+ def format_comments; end
1048
+
1049
+ # source://mail/2.8.1/lib/mail/elements/address.rb#254
1050
+ def get_comments; end
1051
+
1052
+ # source://mail/2.8.1/lib/mail/elements/address.rb#218
1053
+ def get_display_name; end
1054
+
1055
+ # source://mail/2.8.1/lib/mail/elements/address.rb#250
1056
+ def get_domain; end
1057
+
1058
+ # source://mail/2.8.1/lib/mail/elements/address.rb#246
1059
+ def get_local; end
1060
+
1061
+ # source://mail/2.8.1/lib/mail/elements/address.rb#227
1062
+ def get_name; end
1063
+
1064
+ # source://mail/2.8.1/lib/mail/elements/address.rb#183
1065
+ def parse(value = T.unsafe(nil)); end
1066
+
1067
+ # source://mail/2.8.1/lib/mail/elements/address.rb#198
1068
+ def strip_all_comments(string); end
1069
+
1070
+ # source://mail/2.8.1/lib/mail/elements/address.rb#207
1071
+ def strip_domain_comments(value); end
1072
+
1073
+ class << self
1074
+ # source://actionmailbox//lib/action_mailbox/mail_ext/address_wrapping.rb#5
1075
+ def wrap(address); end
1076
+ end
1077
+ end
1078
+
1079
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#4
1080
+ class Mail::Message
1081
+ # source://mail/2.8.1/lib/mail/message.rb#107
1082
+ def initialize(*args, &block); end
1083
+
1084
+ # source://mail/2.8.1/lib/mail/message.rb#334
1085
+ def <=>(other); end
1086
+
1087
+ # source://mail/2.8.1/lib/mail/message.rb#373
1088
+ def ==(other); end
1089
+
1090
+ # source://mail/2.8.1/lib/mail/message.rb#1334
1091
+ def [](name); end
1092
+
1093
+ # source://mail/2.8.1/lib/mail/message.rb#1316
1094
+ def []=(name, value); end
1095
+
1096
+ # source://mail/2.8.1/lib/mail/message.rb#1558
1097
+ def action; end
1098
+
1099
+ # source://mail/2.8.1/lib/mail/message.rb#1472
1100
+ def add_charset; end
1101
+
1102
+ # source://mail/2.8.1/lib/mail/message.rb#1487
1103
+ def add_content_transfer_encoding; end
1104
+
1105
+ # source://mail/2.8.1/lib/mail/message.rb#1465
1106
+ def add_content_type; end
1107
+
1108
+ # source://mail/2.8.1/lib/mail/message.rb#1448
1109
+ def add_date(date_val = T.unsafe(nil)); end
1110
+
1111
+ # source://mail/2.8.1/lib/mail/message.rb#1757
1112
+ def add_file(values); end
1113
+
1114
+ # source://mail/2.8.1/lib/mail/message.rb#1438
1115
+ def add_message_id(msg_id_val = T.unsafe(nil)); end
1116
+
1117
+ # source://mail/2.8.1/lib/mail/message.rb#1458
1118
+ def add_mime_version(ver_val = T.unsafe(nil)); end
1119
+
1120
+ # source://mail/2.8.1/lib/mail/message.rb#1701
1121
+ def add_part(part); end
1122
+
1123
+ # source://mail/2.8.1/lib/mail/message.rb#1927
1124
+ def all_parts; end
1125
+
1126
+ # source://mail/2.8.1/lib/mail/message.rb#1918
1127
+ def attachment; end
1128
+
1129
+ # source://mail/2.8.1/lib/mail/message.rb#1913
1130
+ def attachment?; end
1131
+
1132
+ # source://mail/2.8.1/lib/mail/message.rb#1626
1133
+ def attachments; end
1134
+
1135
+ # source://mail/2.8.1/lib/mail/message.rb#500
1136
+ def bcc(val = T.unsafe(nil)); end
1137
+
1138
+ # source://mail/2.8.1/lib/mail/message.rb#512
1139
+ def bcc=(val); end
1140
+
1141
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#21
1142
+ def bcc_addresses; end
1143
+
1144
+ # source://mail/2.8.1/lib/mail/message.rb#1306
1145
+ def bcc_addrs; end
1146
+
1147
+ # source://mail/2.8.1/lib/mail/message.rb#1251
1148
+ def body(value = T.unsafe(nil)); end
1149
+
1150
+ # source://mail/2.8.1/lib/mail/message.rb#1237
1151
+ def body=(value); end
1152
+
1153
+ # source://mail/2.8.1/lib/mail/message.rb#1260
1154
+ def body_encoding(value = T.unsafe(nil)); end
1155
+
1156
+ # source://mail/2.8.1/lib/mail/message.rb#1268
1157
+ def body_encoding=(value); end
1158
+
1159
+ # source://mail/2.8.1/lib/mail/message.rb#1554
1160
+ def bounced?; end
1161
+
1162
+ # source://mail/2.8.1/lib/mail/message.rb#1583
1163
+ def boundary; end
1164
+
1165
+ # source://mail/2.8.1/lib/mail/message.rb#541
1166
+ def cc(val = T.unsafe(nil)); end
1167
+
1168
+ # source://mail/2.8.1/lib/mail/message.rb#553
1169
+ def cc=(val); end
1170
+
1171
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#17
1172
+ def cc_addresses; end
1173
+
1174
+ # source://mail/2.8.1/lib/mail/message.rb#1300
1175
+ def cc_addrs; end
1176
+
1177
+ # source://mail/2.8.1/lib/mail/message.rb#1497
1178
+ def charset; end
1179
+
1180
+ # source://mail/2.8.1/lib/mail/message.rb#1506
1181
+ def charset=(value); end
1182
+
1183
+ # source://mail/2.8.1/lib/mail/message.rb#557
1184
+ def comments(val = T.unsafe(nil)); end
1185
+
1186
+ # source://mail/2.8.1/lib/mail/message.rb#561
1187
+ def comments=(val); end
1188
+
1189
+ # source://mail/2.8.1/lib/mail/message.rb#565
1190
+ def content_description(val = T.unsafe(nil)); end
1191
+
1192
+ # source://mail/2.8.1/lib/mail/message.rb#569
1193
+ def content_description=(val); end
1194
+
1195
+ # source://mail/2.8.1/lib/mail/message.rb#573
1196
+ def content_disposition(val = T.unsafe(nil)); end
1197
+
1198
+ # source://mail/2.8.1/lib/mail/message.rb#577
1199
+ def content_disposition=(val); end
1200
+
1201
+ # source://mail/2.8.1/lib/mail/message.rb#581
1202
+ def content_id(val = T.unsafe(nil)); end
1203
+
1204
+ # source://mail/2.8.1/lib/mail/message.rb#585
1205
+ def content_id=(val); end
1206
+
1207
+ # source://mail/2.8.1/lib/mail/message.rb#589
1208
+ def content_location(val = T.unsafe(nil)); end
1209
+
1210
+ # source://mail/2.8.1/lib/mail/message.rb#593
1211
+ def content_location=(val); end
1212
+
1213
+ # source://mail/2.8.1/lib/mail/message.rb#597
1214
+ def content_transfer_encoding(val = T.unsafe(nil)); end
1215
+
1216
+ # source://mail/2.8.1/lib/mail/message.rb#601
1217
+ def content_transfer_encoding=(val); end
1218
+
1219
+ # source://mail/2.8.1/lib/mail/message.rb#605
1220
+ def content_type(val = T.unsafe(nil)); end
1221
+
1222
+ # source://mail/2.8.1/lib/mail/message.rb#609
1223
+ def content_type=(val); end
1224
+
1225
+ # source://mail/2.8.1/lib/mail/message.rb#1523
1226
+ def content_type_parameters; end
1227
+
1228
+ # source://mail/2.8.1/lib/mail/message.rb#1773
1229
+ def convert_to_multipart; end
1230
+
1231
+ # source://mail/2.8.1/lib/mail/message.rb#613
1232
+ def date(val = T.unsafe(nil)); end
1233
+
1234
+ # source://mail/2.8.1/lib/mail/message.rb#617
1235
+ def date=(val); end
1236
+
1237
+ # source://mail/2.8.1/lib/mail/message.rb#1907
1238
+ def decode_body; end
1239
+
1240
+ # source://mail/2.8.1/lib/mail/message.rb#1886
1241
+ def decoded; end
1242
+
1243
+ # source://mail/2.8.1/lib/mail/message.rb#1204
1244
+ def default(sym, val = T.unsafe(nil)); end
1245
+
1246
+ # source://mail/2.8.1/lib/mail/message.rb#250
1247
+ def deliver; end
1248
+
1249
+ # source://mail/2.8.1/lib/mail/message.rb#267
1250
+ def deliver!; end
1251
+
1252
+ # source://mail/2.8.1/lib/mail/message.rb#199
1253
+ def delivery_handler; end
1254
+
1255
+ # source://mail/2.8.1/lib/mail/message.rb#199
1256
+ def delivery_handler=(_arg0); end
1257
+
1258
+ # source://mail/2.8.1/lib/mail/message.rb#274
1259
+ def delivery_method(method = T.unsafe(nil), settings = T.unsafe(nil)); end
1260
+
1261
+ # source://mail/2.8.1/lib/mail/message.rb#1543
1262
+ def delivery_status_part; end
1263
+
1264
+ # source://mail/2.8.1/lib/mail/message.rb#1538
1265
+ def delivery_status_report?; end
1266
+
1267
+ # source://mail/2.8.1/lib/mail/message.rb#1282
1268
+ def destinations; end
1269
+
1270
+ # source://mail/2.8.1/lib/mail/message.rb#1570
1271
+ def diagnostic_code; end
1272
+
1273
+ # source://mail/2.8.1/lib/mail/message.rb#1803
1274
+ def encoded; end
1275
+
1276
+ # source://mail/2.8.1/lib/mail/message.rb#418
1277
+ def envelope_date; end
1278
+
1279
+ # source://mail/2.8.1/lib/mail/message.rb#414
1280
+ def envelope_from; end
1281
+
1282
+ # source://mail/2.8.1/lib/mail/message.rb#1566
1283
+ def error_status; end
1284
+
1285
+ # source://mail/2.8.1/lib/mail/message.rb#471
1286
+ def errors; end
1287
+
1288
+ # source://mail/2.8.1/lib/mail/message.rb#1923
1289
+ def filename; end
1290
+
1291
+ # source://mail/2.8.1/lib/mail/message.rb#1562
1292
+ def final_recipient; end
1293
+
1294
+ # source://mail/2.8.1/lib/mail/message.rb#1931
1295
+ def find_first_mime_type(mt); end
1296
+
1297
+ # source://mail/2.8.1/lib/mail/message.rb#658
1298
+ def from(val = T.unsafe(nil)); end
1299
+
1300
+ # source://mail/2.8.1/lib/mail/message.rb#670
1301
+ def from=(val); end
1302
+
1303
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#5
1304
+ def from_address; end
1305
+
1306
+ # source://mail/2.8.1/lib/mail/message.rb#1288
1307
+ def from_addrs; end
1308
+
1309
+ # source://mail/2.8.1/lib/mail/message.rb#1630
1310
+ def has_attachments?; end
1311
+
1312
+ # source://mail/2.8.1/lib/mail/message.rb#1423
1313
+ def has_charset?; end
1314
+
1315
+ # source://mail/2.8.1/lib/mail/message.rb#1428
1316
+ def has_content_transfer_encoding?; end
1317
+
1318
+ # source://mail/2.8.1/lib/mail/message.rb#1418
1319
+ def has_content_type?; end
1320
+
1321
+ # source://mail/2.8.1/lib/mail/message.rb#1408
1322
+ def has_date?; end
1323
+
1324
+ # source://mail/2.8.1/lib/mail/message.rb#1402
1325
+ def has_message_id?; end
1326
+
1327
+ # source://mail/2.8.1/lib/mail/message.rb#1414
1328
+ def has_mime_version?; end
1329
+
1330
+ # source://mail/2.8.1/lib/mail/message.rb#443
1331
+ def header(value = T.unsafe(nil)); end
1332
+
1333
+ # source://mail/2.8.1/lib/mail/message.rb#428
1334
+ def header=(value); end
1335
+
1336
+ # source://mail/2.8.1/lib/mail/message.rb#1396
1337
+ def header_fields; end
1338
+
1339
+ # source://mail/2.8.1/lib/mail/message.rb#448
1340
+ def headers(hash = T.unsafe(nil)); end
1341
+
1342
+ # source://mail/2.8.1/lib/mail/message.rb#1635
1343
+ def html_part(&block); end
1344
+
1345
+ # source://mail/2.8.1/lib/mail/message.rb#1655
1346
+ def html_part=(msg); end
1347
+
1348
+ # source://mail/2.8.1/lib/mail/message.rb#674
1349
+ def in_reply_to(val = T.unsafe(nil)); end
1350
+
1351
+ # source://mail/2.8.1/lib/mail/message.rb#678
1352
+ def in_reply_to=(val); end
1353
+
1354
+ # source://mail/2.8.1/lib/mail/message.rb#240
1355
+ def inform_interceptors; end
1356
+
1357
+ # source://mail/2.8.1/lib/mail/message.rb#236
1358
+ def inform_observers; end
1359
+
1360
+ # source://mail/2.8.1/lib/mail/message.rb#1873
1361
+ def inspect; end
1362
+
1363
+ # source://mail/2.8.1/lib/mail/message.rb#1877
1364
+ def inspect_structure; end
1365
+
1366
+ # source://mail/2.8.1/lib/mail/message.rb#1960
1367
+ def is_marked_for_delete?; end
1368
+
1369
+ # source://mail/2.8.1/lib/mail/message.rb#682
1370
+ def keywords(val = T.unsafe(nil)); end
1371
+
1372
+ # source://mail/2.8.1/lib/mail/message.rb#686
1373
+ def keywords=(val); end
1374
+
1375
+ # source://mail/2.8.1/lib/mail/message.rb#1513
1376
+ def main_type; end
1377
+
1378
+ # source://mail/2.8.1/lib/mail/message.rb#1947
1379
+ def mark_for_delete=(value = T.unsafe(nil)); end
1380
+
1381
+ # source://mail/2.8.1/lib/mail/message.rb#703
1382
+ def message_id(val = T.unsafe(nil)); end
1383
+
1384
+ # source://mail/2.8.1/lib/mail/message.rb#712
1385
+ def message_id=(val); end
1386
+
1387
+ # source://mail/2.8.1/lib/mail/message.rb#1377
1388
+ def method_missing(name, *args, &block); end
1389
+
1390
+ # source://mail/2.8.1/lib/mail/message.rb#1492
1391
+ def mime_type; end
1392
+
1393
+ # source://mail/2.8.1/lib/mail/message.rb#729
1394
+ def mime_version(val = T.unsafe(nil)); end
1395
+
1396
+ # source://mail/2.8.1/lib/mail/message.rb#739
1397
+ def mime_version=(val); end
1398
+
1399
+ # source://mail/2.8.1/lib/mail/message.rb#1528
1400
+ def multipart?; end
1401
+
1402
+ # source://mail/2.8.1/lib/mail/message.rb#1533
1403
+ def multipart_report?; end
1404
+
1405
+ # source://mail/2.8.1/lib/mail/message.rb#1722
1406
+ def part(params = T.unsafe(nil)); end
1407
+
1408
+ # source://mail/2.8.1/lib/mail/message.rb#1588
1409
+ def parts; end
1410
+
1411
+ # source://mail/2.8.1/lib/mail/message.rb#223
1412
+ def perform_deliveries; end
1413
+
1414
+ # source://mail/2.8.1/lib/mail/message.rb#223
1415
+ def perform_deliveries=(_arg0); end
1416
+
1417
+ # source://mail/2.8.1/lib/mail/message.rb#230
1418
+ def raise_delivery_errors; end
1419
+
1420
+ # source://mail/2.8.1/lib/mail/message.rb#230
1421
+ def raise_delivery_errors=(_arg0); end
1422
+
1423
+ # source://mail/2.8.1/lib/mail/message.rb#410
1424
+ def raw_envelope; end
1425
+
1426
+ # source://mail/2.8.1/lib/mail/message.rb#397
1427
+ def raw_source; end
1428
+
1429
+ # source://mail/2.8.1/lib/mail/message.rb#1899
1430
+ def read; end
1431
+
1432
+ # source://mail/2.8.1/lib/mail/message.rb#1791
1433
+ def ready_to_send!; end
1434
+
1435
+ # source://mail/2.8.1/lib/mail/message.rb#743
1436
+ def received(val = T.unsafe(nil)); end
1437
+
1438
+ # source://mail/2.8.1/lib/mail/message.rb#751
1439
+ def received=(val); end
1440
+
1441
+ # source://actionmailbox//lib/action_mailbox/mail_ext/recipients.rb#5
1442
+ def recipients; end
1443
+
1444
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#9
1445
+ def recipients_addresses; end
1446
+
1447
+ # source://mail/2.8.1/lib/mail/message.rb#755
1448
+ def references(val = T.unsafe(nil)); end
1449
+
1450
+ # source://mail/2.8.1/lib/mail/message.rb#759
1451
+ def references=(val); end
1452
+
1453
+ # source://mail/2.8.1/lib/mail/message.rb#1574
1454
+ def remote_mta; end
1455
+
1456
+ # source://mail/2.8.1/lib/mail/message.rb#282
1457
+ def reply(*args, &block); end
1458
+
1459
+ # source://mail/2.8.1/lib/mail/message.rb#788
1460
+ def reply_to(val = T.unsafe(nil)); end
1461
+
1462
+ # source://mail/2.8.1/lib/mail/message.rb#800
1463
+ def reply_to=(val); end
1464
+
1465
+ # source://mail/2.8.1/lib/mail/message.rb#829
1466
+ def resent_bcc(val = T.unsafe(nil)); end
1467
+
1468
+ # source://mail/2.8.1/lib/mail/message.rb#841
1469
+ def resent_bcc=(val); end
1470
+
1471
+ # source://mail/2.8.1/lib/mail/message.rb#870
1472
+ def resent_cc(val = T.unsafe(nil)); end
1473
+
1474
+ # source://mail/2.8.1/lib/mail/message.rb#882
1475
+ def resent_cc=(val); end
1476
+
1477
+ # source://mail/2.8.1/lib/mail/message.rb#886
1478
+ def resent_date(val = T.unsafe(nil)); end
1479
+
1480
+ # source://mail/2.8.1/lib/mail/message.rb#890
1481
+ def resent_date=(val); end
1482
+
1483
+ # source://mail/2.8.1/lib/mail/message.rb#919
1484
+ def resent_from(val = T.unsafe(nil)); end
1485
+
1486
+ # source://mail/2.8.1/lib/mail/message.rb#931
1487
+ def resent_from=(val); end
1488
+
1489
+ # source://mail/2.8.1/lib/mail/message.rb#935
1490
+ def resent_message_id(val = T.unsafe(nil)); end
1491
+
1492
+ # source://mail/2.8.1/lib/mail/message.rb#939
1493
+ def resent_message_id=(val); end
1494
+
1495
+ # source://mail/2.8.1/lib/mail/message.rb#958
1496
+ def resent_sender(val = T.unsafe(nil)); end
1497
+
1498
+ # source://mail/2.8.1/lib/mail/message.rb#968
1499
+ def resent_sender=(val); end
1500
+
1501
+ # source://mail/2.8.1/lib/mail/message.rb#997
1502
+ def resent_to(val = T.unsafe(nil)); end
1503
+
1504
+ # source://mail/2.8.1/lib/mail/message.rb#1009
1505
+ def resent_to=(val); end
1506
+
1507
+ # source://mail/2.8.1/lib/mail/message.rb#1578
1508
+ def retryable?; end
1509
+
1510
+ # source://mail/2.8.1/lib/mail/message.rb#1014
1511
+ def return_path(val = T.unsafe(nil)); end
1512
+
1513
+ # source://mail/2.8.1/lib/mail/message.rb#1019
1514
+ def return_path=(val); end
1515
+
1516
+ # source://mail/2.8.1/lib/mail/message.rb#1037
1517
+ def sender(val = T.unsafe(nil)); end
1518
+
1519
+ # source://mail/2.8.1/lib/mail/message.rb#1047
1520
+ def sender=(val); end
1521
+
1522
+ # source://mail/2.8.1/lib/mail/message.rb#402
1523
+ def set_envelope(val); end
1524
+
1525
+ # source://mail/2.8.1/lib/mail/message.rb#1939
1526
+ def skip_deletion; end
1527
+
1528
+ # source://mail/2.8.1/lib/mail/message.rb#1067
1529
+ def smtp_envelope_from(val = T.unsafe(nil)); end
1530
+
1531
+ # source://mail/2.8.1/lib/mail/message.rb#1081
1532
+ def smtp_envelope_from=(val); end
1533
+
1534
+ # source://mail/2.8.1/lib/mail/message.rb#1100
1535
+ def smtp_envelope_to(val = T.unsafe(nil)); end
1536
+
1537
+ # source://mail/2.8.1/lib/mail/message.rb#1117
1538
+ def smtp_envelope_to=(val); end
1539
+
1540
+ # source://mail/2.8.1/lib/mail/message.rb#1518
1541
+ def sub_type; end
1542
+
1543
+ # source://mail/2.8.1/lib/mail/message.rb#1142
1544
+ def subject(val = T.unsafe(nil)); end
1545
+
1546
+ # source://mail/2.8.1/lib/mail/message.rb#1152
1547
+ def subject=(val); end
1548
+
1549
+ # source://mail/2.8.1/lib/mail/message.rb#1964
1550
+ def text?; end
1551
+
1552
+ # source://mail/2.8.1/lib/mail/message.rb#1644
1553
+ def text_part(&block); end
1554
+
1555
+ # source://mail/2.8.1/lib/mail/message.rb#1679
1556
+ def text_part=(msg); end
1557
+
1558
+ # source://mail/2.8.1/lib/mail/message.rb#1181
1559
+ def to(val = T.unsafe(nil)); end
1560
+
1561
+ # source://mail/2.8.1/lib/mail/message.rb#1193
1562
+ def to=(val); end
1563
+
1564
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#13
1565
+ def to_addresses; end
1566
+
1567
+ # source://mail/2.8.1/lib/mail/message.rb#1294
1568
+ def to_addrs; end
1569
+
1570
+ # source://mail/2.8.1/lib/mail/message.rb#1869
1571
+ def to_s; end
1572
+
1573
+ # source://mail/2.8.1/lib/mail/message.rb#1823
1574
+ def to_yaml(opts = T.unsafe(nil)); end
1575
+
1576
+ # source://mail/2.8.1/lib/mail/message.rb#621
1577
+ def transport_encoding(val = T.unsafe(nil)); end
1578
+
1579
+ # source://mail/2.8.1/lib/mail/message.rb#629
1580
+ def transport_encoding=(val); end
1581
+
1582
+ # source://mail/2.8.1/lib/mail/message.rb#1811
1583
+ def without_attachments!; end
1584
+
1585
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#29
1586
+ def x_forwarded_to_addresses; end
1587
+
1588
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#25
1589
+ def x_original_to_addresses; end
1590
+
1591
+ private
1592
+
1593
+ # source://mail/2.8.1/lib/mail/message.rb#2067
1594
+ def add_boundary; end
1595
+
1596
+ # source://mail/2.8.1/lib/mail/message.rb#2032
1597
+ def add_encoding_to_body; end
1598
+
1599
+ # source://mail/2.8.1/lib/mail/message.rb#2062
1600
+ def add_multipart_alternate_header; end
1601
+
1602
+ # source://mail/2.8.1/lib/mail/message.rb#2079
1603
+ def add_multipart_mixed_header; end
1604
+
1605
+ # source://mail/2.8.1/lib/mail/message.rb#2048
1606
+ def add_required_fields; end
1607
+
1608
+ # source://mail/2.8.1/lib/mail/message.rb#2056
1609
+ def add_required_message_fields; end
1610
+
1611
+ # source://actionmailbox//lib/action_mailbox/mail_ext/addresses.rb#34
1612
+ def address_list(obj); end
1613
+
1614
+ # source://mail/2.8.1/lib/mail/message.rb#2025
1615
+ def allowed_encodings; end
1616
+
1617
+ # source://mail/2.8.1/lib/mail/message.rb#1990
1618
+ def body_lazy(value); end
1619
+
1620
+ # source://mail/2.8.1/lib/mail/message.rb#2152
1621
+ def decode_body_as_text; end
1622
+
1623
+ # source://mail/2.8.1/lib/mail/message.rb#2142
1624
+ def do_delivery; end
1625
+
1626
+ # source://mail/2.8.1/lib/mail/message.rb#2124
1627
+ def find_attachment; end
1628
+
1629
+ # source://mail/2.8.1/lib/mail/message.rb#2038
1630
+ def identify_and_set_transfer_encoding; end
1631
+
1632
+ # source://mail/2.8.1/lib/mail/message.rb#2086
1633
+ def init_with_hash(hash); end
1634
+
1635
+ # source://mail/2.8.1/lib/mail/message.rb#2116
1636
+ def init_with_string(string); end
1637
+
1638
+ # source://mail/2.8.1/lib/mail/message.rb#384
1639
+ def initialize_copy(original); end
1640
+
1641
+ # source://mail/2.8.1/lib/mail/message.rb#1979
1642
+ def parse_message; end
1643
+
1644
+ # source://mail/2.8.1/lib/mail/message.rb#2005
1645
+ def process_body_raw; end
1646
+
1647
+ # source://mail/2.8.1/lib/mail/message.rb#1985
1648
+ def raw_source=(value); end
1649
+
1650
+ # source://mail/2.8.1/lib/mail/message.rb#2021
1651
+ def separate_parts; end
1652
+
1653
+ # source://mail/2.8.1/lib/mail/message.rb#2013
1654
+ def set_envelope_header; end
1655
+
1656
+ class << self
1657
+ # source://mail/2.8.1/lib/mail/message.rb#232
1658
+ def default_charset; end
1659
+
1660
+ # source://mail/2.8.1/lib/mail/message.rb#233
1661
+ def default_charset=(charset); end
1662
+
1663
+ # source://mail/2.8.1/lib/mail/message.rb#1865
1664
+ def from_hash(hash); end
1665
+
1666
+ # source://mail/2.8.1/lib/mail/message.rb#1843
1667
+ def from_yaml(str); end
1668
+ end
1669
+ end
1670
+
1671
+ module Rails
1672
+ class << self
1673
+ # source://railties/7.2.1/lib/rails.rb#44
1674
+ def app_class; end
1675
+
1676
+ # source://railties/7.2.1/lib/rails.rb#44
1677
+ def app_class=(_arg0); end
1678
+
1679
+ # source://railties/7.2.1/lib/rails.rb#45
1680
+ def application; end
1681
+
1682
+ # source://railties/7.2.1/lib/rails.rb#43
1683
+ def application=(_arg0); end
1684
+
1685
+ # source://railties/7.2.1/lib/rails.rb#126
1686
+ def autoloaders; end
1687
+
1688
+ # source://railties/7.2.1/lib/rails.rb#56
1689
+ def backtrace_cleaner; end
1690
+
1691
+ # source://railties/7.2.1/lib/rails.rb#44
1692
+ def cache; end
1693
+
1694
+ # source://railties/7.2.1/lib/rails.rb#44
1695
+ def cache=(_arg0); end
1696
+
1697
+ # source://railties/7.2.1/lib/rails.rb#52
1698
+ def configuration; end
1699
+
1700
+ # source://railties/7.2.1/lib/rails/deprecator.rb#4
1701
+ def deprecator; end
1702
+
1703
+ # source://railties/7.2.1/lib/rails.rb#75
1704
+ def env; end
1705
+
1706
+ # source://railties/7.2.1/lib/rails.rb#82
1707
+ def env=(environment); end
1708
+
1709
+ # source://railties/7.2.1/lib/rails.rb#93
1710
+ def error; end
1711
+
1712
+ # source://railties/7.2.1/lib/rails/gem_version.rb#5
1713
+ def gem_version; end
1714
+
1715
+ # source://railties/7.2.1/lib/rails.rb#106
1716
+ def groups(*groups); end
1717
+
1718
+ # source://railties/7.2.1/lib/rails.rb#49
1719
+ def initialize!(*_arg0, **_arg1, &_arg2); end
1720
+
1721
+ # source://railties/7.2.1/lib/rails.rb#49
1722
+ def initialized?(*_arg0, **_arg1, &_arg2); end
1723
+
1724
+ # source://railties/7.2.1/lib/rails.rb#44
1725
+ def logger; end
1726
+
1727
+ # source://railties/7.2.1/lib/rails.rb#44
1728
+ def logger=(_arg0); end
1729
+
1730
+ # source://railties/7.2.1/lib/rails.rb#122
1731
+ def public_path; end
1732
+
1733
+ # source://railties/7.2.1/lib/rails.rb#65
1734
+ def root; end
1735
+
1736
+ # source://railties/7.2.1/lib/rails/version.rb#7
1737
+ def version; end
1738
+ end
1739
+ end
1740
+
1741
+ module Rails::Conductor; end
1742
+ module Rails::Conductor::ActionMailbox; end
1743
+ module Rails::Conductor::ActionMailbox::InboundEmails; end
1744
+
1745
+ class Rails::Conductor::ActionMailbox::InboundEmails::SourcesController < ::Rails::Conductor::BaseController
1746
+ def create; end
1747
+ def new; end
1748
+
1749
+ private
1750
+
1751
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
1752
+ def _layout(lookup_context, formats); end
1753
+
1754
+ class << self
1755
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
1756
+ def middleware_stack; end
1757
+ end
1758
+ end
1759
+
1760
+ class Rails::Conductor::ActionMailbox::InboundEmailsController < ::Rails::Conductor::BaseController
1761
+ def create; end
1762
+ def index; end
1763
+ def new; end
1764
+ def show; end
1765
+
1766
+ private
1767
+
1768
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
1769
+ def _layout(lookup_context, formats); end
1770
+
1771
+ def create_inbound_email(mail); end
1772
+ def mail_params; end
1773
+ def new_mail; end
1774
+
1775
+ class << self
1776
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
1777
+ def middleware_stack; end
1778
+ end
1779
+ end
1780
+
1781
+ class Rails::Conductor::ActionMailbox::IncineratesController < ::Rails::Conductor::BaseController
1782
+ def create; end
1783
+
1784
+ private
1785
+
1786
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
1787
+ def _layout(lookup_context, formats); end
1788
+
1789
+ class << self
1790
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
1791
+ def middleware_stack; end
1792
+ end
1793
+ end
1794
+
1795
+ class Rails::Conductor::ActionMailbox::ReroutesController < ::Rails::Conductor::BaseController
1796
+ def create; end
1797
+
1798
+ private
1799
+
1800
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
1801
+ def _layout(lookup_context, formats); end
1802
+
1803
+ def reroute(inbound_email); end
1804
+
1805
+ class << self
1806
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
1807
+ def middleware_stack; end
1808
+ end
1809
+ end
1810
+
1811
+ class Rails::Conductor::BaseController < ::ActionController::Base
1812
+ private
1813
+
1814
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#328
1815
+ def _layout(lookup_context, formats); end
1816
+
1817
+ def ensure_development_env; end
1818
+
1819
+ class << self
1820
+ # source://activesupport/7.2.1/lib/active_support/callbacks.rb#70
1821
+ def __callbacks; end
1822
+
1823
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#211
1824
+ def _layout; end
1825
+
1826
+ # source://actionview/7.2.1/lib/action_view/layouts.rb#212
1827
+ def _layout_conditions; end
1828
+
1829
+ # source://actionpack/7.2.1/lib/action_controller/metal.rb#288
1830
+ def middleware_stack; end
1831
+ end
1832
+ end