===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-197-    $title =~ s/"/'/gs ;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm:198:    $mail{MIME}{From} = qq`"$title" <$mail{from}>` if $title ne '' ;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-199-  }
##############################################
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-246-      my $boudary = &_new_boundary() ;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm:247:      $msg_part .= qq`Content-Type: multipart/alternative; boundary="$boudary"\n\n`;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-248-      
##############################################
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-254-      $msg_part .= &_new_part($boudary , @{$mail{MIME}{part}}[1]) ;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm:255:      $msg_part .= qq`--$boudary--\n` ;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-256-      delete $mail{MIME}{part} ;
##############################################
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-264-      my $boudary = &_new_boundary() ;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm:265:      $mail{MIME}{content} .= qq`Content-Type: multipart/mixed; boundary="$boudary"\n\n`;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-266-      $mail{MIME}{content} .= &_new_part($boudary , $msg_part) ;
##############################################
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-270-      }
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm:271:      $mail{MIME}{content} .= qq`--$boudary--\n` ;
libmail-sendeasy-perl-1.2/lib/Mail/SendEasy.pm-272-      
##############################################
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-196-    $title =~ s/"/'/gs ;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm:197:    $mail{MIME}{From} = qq`"$title" <$mail{from}>` if $title ne '' ;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-198-  }
##############################################
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-244-      my $boudary = &_new_boundary() ;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm:245:      $msg_part .= qq`Content-Type: multipart/alternative; boundary="$boudary"\n\n`;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-246-      
##############################################
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-252-      $msg_part .= &_new_part($boudary , @{$mail{MIME}{part}}[1]) ;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm:253:      $msg_part .= qq`--$boudary--\n` ;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-254-      delete $mail{MIME}{part} ;
##############################################
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-262-      my $boudary = &_new_boundary() ;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm:263:      $mail{MIME}{content} .= qq`Content-Type: multipart/mixed; boundary="$boudary"\n\n`;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-264-      $mail{MIME}{content} .= &_new_part($boudary , $msg_part) ;
##############################################
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-268-      }
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm:269:      $mail{MIME}{content} .= qq`--$boudary--\n` ;
libmail-sendeasy-perl-1.2/.pc/001_plus-in-emailaddress.patch/lib/Mail/SendEasy.pm-270-      
##############################################
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-197-    $title =~ s/"/'/gs ;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm:198:    $mail{MIME}{From} = qq`"$title" <$mail{from}>` if $title ne '' ;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-199-  }
##############################################
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-245-      my $boudary = &_new_boundary() ;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm:246:      $msg_part .= qq`Content-Type: multipart/alternative; boundary="$boudary"\n\n`;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-247-      
##############################################
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-253-      $msg_part .= &_new_part($boudary , @{$mail{MIME}{part}}[1]) ;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm:254:      $msg_part .= qq`--$boudary--\n` ;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-255-      delete $mail{MIME}{part} ;
##############################################
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-263-      my $boudary = &_new_boundary() ;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm:264:      $mail{MIME}{content} .= qq`Content-Type: multipart/mixed; boundary="$boudary"\n\n`;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-265-      $mail{MIME}{content} .= &_new_part($boudary , $msg_part) ;
##############################################
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-269-      }
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm:270:      $mail{MIME}{content} .= qq`--$boudary--\n` ;
libmail-sendeasy-perl-1.2/.pc/002_pure-html-message.patch/lib/Mail/SendEasy.pm-271-