|
Change Variable Type mailAddress : MailAddress to sender : MaybeSender in method public onLine(session SMTPSession, lineByteBuffer ByteBuffer, next LineHandler<SMTPSession>) : Response in class org.apache.james.smtpserver.DataLineJamesMessageHookHandler |
From |
To |
|
Change Variable Type senderAddress : MailAddress to senderAddress : MaybeSender in method public doRcpt(session SMTPSession, sender MaybeSender, rcpt MailAddress) : HookResult in class org.apache.james.protocols.smtp.core.AbstractSenderAuthIdentifyVerificationRcptHook |
From |
To |
|
Change Variable Type sender : MailAddress to sender : MaybeSender in method protected callHook(rawHook MailHook, session SMTPSession, parameters String) : HookResult in class org.apache.james.protocols.smtp.core.MailCmdHandler |
From |
To |
|
Change Variable Type sender : MailAddress to sender : MaybeSender in method public testInvalidSenderDomainReject() : void in class org.apache.james.protocols.smtp.core.fastfail.ValidSenderDomainHandlerTest |
From |
To |
|
Change Variable Type sender : MailAddress to sender : MaybeSender in method protected callHook(rawHook RcptHook, session SMTPSession, parameters String) : HookResult in class org.apache.james.protocols.smtp.core.RcptCmdHandler |
From |
To |
|
Change Variable Type sender : MailAddress to sender : MaybeSender in method protected doDATA(session SMTPSession, argument String) : Response in class org.apache.james.protocols.smtp.core.DataCmdHandler |
From |
To |
|
Change Variable Type mailAddress : MailAddress to sender : MaybeSender in method private getContext(session SMTPSession, recipientAddress MailAddress, recipient String) : String in class org.apache.james.protocols.smtp.core.RcptCmdHandler |
From |
To |
|
Change Variable Type sender : MailAddress to sender : MaybeSender in method private doMAIL(session SMTPSession, argument String) : Response in class org.apache.james.protocols.smtp.core.MailCmdHandler |
From |
To |