Interface ReversePath

  • All Known Implementing Classes:
    NullReversePath, RealReversePath

    public interface ReversePath
    ReversePath represents the address to which bounce messages should be sent, it is supplied in the SMTP MAIL command.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSmtpText()
      Returns the raw reverse path text, as it was supplied in the SMTP transaction, without the angle brackets.
      boolean isNull()  
      String toString()
      Returns the displayable form of the reverse path.
    • Method Detail

      • isNull

        boolean isNull()
      • getSmtpText

        String getSmtpText()
        Returns the raw reverse path text, as it was supplied in the SMTP transaction, without the angle brackets.
      • toString

        String toString()
        Returns the displayable form of the reverse path.
        Overrides:
        toString in class Object