Interface Envelope.Builder

    • Method Detail

      • from

        Envelope.Builder from​(String from)

        The RCPT FROM given by the host from which the email was received.

        Parameters:
        from - The RCPT FROM given by the host from which the email was received.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • helo

        Envelope.Builder helo​(String helo)

        The HELO used by the host from which the email was received.

        Parameters:
        helo - The HELO used by the host from which the email was received.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • to

        Envelope.Builder to​(Collection<String> to)

        All SMTP TO entries given by the host from which the email was received.

        Parameters:
        to - All SMTP TO entries given by the host from which the email was received.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • to

        Envelope.Builder to​(String... to)

        All SMTP TO entries given by the host from which the email was received.

        Parameters:
        to - All SMTP TO entries given by the host from which the email was received.
        Returns:
        Returns a reference to this object so that method calls can be chained together.