Ruby: Model ActionMailbox#inbound_mail

This commit is contained in:
Harry Maclean
2022-11-25 17:15:50 +13:00
parent eac5aa26ee
commit 71f2d8f6d8
3 changed files with 21 additions and 9 deletions

View File

@@ -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 |

View File

@@ -2,6 +2,8 @@ class A < ActionMailbox::Base
def process
mail.body
mail.to
m = inbound_email
m.mail.to
end
def other_method