Interface SmtpDetails


  • public interface SmtpDetails
    This interface provides information about an SMTP interaction detected by Burp Collaborator.
    • 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.