Package burp.api.montoya.collaborator
Interface SmtpDetails
-
public interface SmtpDetailsThis interface provides information about an SMTP interaction detected by Burp Collaborator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringconversation()Returns the SMTP conversation.SmtpProtocolprotocol()Returns the SMTP protocol.
-
-
-
Method Detail
-
protocol
SmtpProtocol protocol()
Returns the SMTP protocol.- Returns:
- The protocol used by the interaction.
-
conversation
java.lang.String conversation()
Returns the SMTP conversation.- Returns:
- The SMTP conversation between the client and the Collaborator server.
-
-