Package burp.api.montoya.collaborator
Interface SmtpDetails
public interface SmtpDetails
SMTP interaction detected by Burp Collaborator.
-
Method Summary
-
Method Details
-
protocol
SmtpProtocol protocol()SMTP protocol.- Returns:
- The protocol used by the interaction.
-
conversation
String conversation()SMTP conversation.- Returns:
- The SMTP conversation between the client and the Collaborator server.
-