mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Ruby: Model ActionMailbox#inbound_mail
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
processMethods
|
||||
| action_mailbox.rb:2:3:5:5 | process |
|
||||
| action_mailbox.rb:13:5:15:7 | process |
|
||||
| action_mailbox.rb:2:3:7:5 | process |
|
||||
| action_mailbox.rb:15:5:17:7 | process |
|
||||
messageInstances
|
||||
| action_mailbox.rb:3:5:3:8 | call to mail |
|
||||
| action_mailbox.rb:4:5:4:8 | call to mail |
|
||||
| action_mailbox.rb:8:5:8:8 | call to mail |
|
||||
| action_mailbox.rb:14:9:14:12 | call to mail |
|
||||
| action_mailbox.rb:6:5:6:10 | call to mail |
|
||||
| action_mailbox.rb:10:5:10:8 | call to mail |
|
||||
| action_mailbox.rb:16:9:16:12 | call to mail |
|
||||
remoteContent
|
||||
| action_mailbox.rb:3:5:3:13 | call to body |
|
||||
| action_mailbox.rb:4:5:4:11 | call to to |
|
||||
| action_mailbox.rb:8:5:8:18 | call to text_part |
|
||||
| action_mailbox.rb:14:9:14:23 | call to raw_source |
|
||||
| action_mailbox.rb:6:5:6:13 | call to to |
|
||||
| action_mailbox.rb:10:5:10:18 | call to text_part |
|
||||
| action_mailbox.rb:16:9:16:23 | call to raw_source |
|
||||
|
||||
@@ -2,6 +2,8 @@ class A < ActionMailbox::Base
|
||||
def process
|
||||
mail.body
|
||||
mail.to
|
||||
m = inbound_email
|
||||
m.mail.to
|
||||
end
|
||||
|
||||
def other_method
|
||||
|
||||
Reference in New Issue
Block a user