Class PreviewEmailClient

java.lang.Object
com.mailosaur.models.PreviewEmailClient

public class PreviewEmailClient extends Object
Describes an email client with which email previews can be generated.
  • Constructor Details

    • PreviewEmailClient

      public PreviewEmailClient()
  • Method Details

    • id

      public String id()
      Gets the unique identifier of the email client.
      Returns:
      The unique identifier of the email client.
    • name

      public String name()
      Gets the display name of the email client.
      Returns:
      The display name of the email client.
    • platformGroup

      public String platformGroup()
      Gets whether the platform is desktop, mobile, or web-based.
      Returns:
      Whether the platform is desktop, mobile, or web-based.
    • platformType

      public String platformType()
      Gets the type of platform on which the email client is running.
      Returns:
      The type of platform on which the email client is running.
    • platformVersion

      public String platformVersion()
      Gets the platform version number.
      Returns:
      The platform version number.
    • canDisableImages

      public Boolean canDisableImages()
      If true, images can be disabled when generating previews.
      Returns:
      If true, images can be disabled when generating previews.
    • status

      public String status()
      Gets the current status of the email client.
      Returns:
      The current status of the email client.