public class org.springframework.mail.javamail.MimeMailMessage implements org.springframework.mail.MailMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.mail.javamail.MimeMailMessage
  super_class: java.lang.Object
{
  private final org.springframework.mail.javamail.MimeMessageHelper helper;
    descriptor: Lorg/springframework/mail/javamail/MimeMessageHelper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.mail.javamail.MimeMessageHelper);
    descriptor: (Lorg/springframework/mail/javamail/MimeMessageHelper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
        start local 1 // org.springframework.mail.javamail.MimeMessageHelper mimeMessageHelper
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* mimeMessageHelper */
            putfield org.springframework.mail.javamail.MimeMailMessage.helper:Lorg/springframework/mail/javamail/MimeMessageHelper;
         2: .line 51
            return
        end local 1 // org.springframework.mail.javamail.MimeMessageHelper mimeMessageHelper
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/springframework/mail/javamail/MimeMailMessage;
            0    3     1  mimeMessageHelper  Lorg/springframework/mail/javamail/MimeMessageHelper;
    MethodParameters:
                   Name  Flags
      mimeMessageHelper  

  public void <init>(MimeMessage);
    descriptor: (LMimeMessage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.mail cannot be resolved\n\tThe import javax.mail cannot be resolved\n\tMimeMessage cannot be resolved to a type\n\tMimeMessage cannot be resolved to a type\n\tThe method getMimeMessage() from the type MimeMessageHelper refers to the missing type MimeMessage\n\tThe method setFrom(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setReplyTo(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setTo(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setTo(String[]) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setCc(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setCc(String[]) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setBcc(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setBcc(String[]) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setSentDate(Date) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setSubject(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n\tThe method setText(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    MethodParameters:
             Name  Flags
      mimeMessage  

  public final org.springframework.mail.javamail.MimeMessageHelper getMimeMessageHelper();
    descriptor: ()Lorg/springframework/mail/javamail/MimeMessageHelper;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 65
            aload 0 /* this */
            getfield org.springframework.mail.javamail.MimeMailMessage.helper:Lorg/springframework/mail/javamail/MimeMessageHelper;
            areturn
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;

  public final MimeMessage getMimeMessage();
    descriptor: ()LMimeMessage;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMimeMessage cannot be resolved to a type\n\tThe method getMimeMessage() from the type MimeMessageHelper refers to the missing type MimeMessage\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;

  public void setFrom(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setFrom(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
      Name  Flags
      from  

  public void setReplyTo(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setReplyTo(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
         Name  Flags
      replyTo  

  public void setTo(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setTo(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
      Name  Flags
      to    

  public void setTo(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setTo(String[]) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
      Name  Flags
      to    

  public void setCc(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setCc(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
      Name  Flags
      cc    

  public void setCc(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setCc(String[]) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
      Name  Flags
      cc    

  public void setBcc(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 139
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setBcc(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
      Name  Flags
      bcc   

  public void setBcc(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 149
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setBcc(String[]) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
      Name  Flags
      bcc   

  public void setSentDate(java.util.Date);
    descriptor: (Ljava/util/Date;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 159
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setSentDate(Date) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
          Name  Flags
      sentDate  

  public void setSubject(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 169
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setSubject(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
         Name  Flags
      subject  

  public void setText(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.mail.javamail.MimeMailMessage this
         0: .line 179
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setText(String) from the type MimeMessageHelper refers to the missing type MessagingException\n\tMessagingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.mail.javamail.MimeMailMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/mail/javamail/MimeMailMessage;
    Exceptions:
      throws org.springframework.mail.MailParseException
    MethodParameters:
      Name  Flags
      text  
}
SourceFile: "MimeMailMessage.java"