Problem/Motivation

Inmail has a concpet of analyzer plugins. Its main purpose is to analyse the mail message and they are executed before handlers.

Proposed resolution

Add MailhandlerAnalyzer that should provide 2 methods: findSender() and findUser(). As a part of this issue we should create MailhandlerAnalyzerResult and add sender/user to the result. Later on, in MailhandlerNode we will use the MailhandlerAnalyzerResult to find out if user is authenticated.

CommentFileSizeAuthor
#3 create_mailhandler-2743921-3.patch2.77 KBmbovan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mbovan created an issue. See original summary.

  • mbovan committed 7d0c45b on 8.x-1.x
    Issue #2743921 by mbovan: Create Mailhandler analyzer
    
mbovan’s picture

Status: Active » Fixed
FileSize
2.77 KB

Committed the attached patch.

  • mbovan committed da00445 on 8.x-1.x
    Issue #2743921 by mbovan: Added Mailhandler analyzer result (followup).
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.