Skip to content

Releases: setec/check-email-loop

Bugfix Release: Add newline to comply with RFC5322

16 Sep 15:40
Compare
Choose a tag to compare
  • Fix "plesk-sendmail: S3207: Unable to prepare arguments for mail handlers" due to a missing newline after the Subject: violating RFC5322

Support dedicated statfile directory

30 Jul 13:00
Compare
Choose a tag to compare

Release sponsored by BowTyTroll, TheTroll@BowTyTroll.com

  • Add statfile directory parameter ('statfiledir')
  • Make default statfile directory the script directory (NOT working directory)

Bugfix release

30 Jul 12:59
Compare
Choose a tag to compare

Release sponsored by BowTyTroll, TheTroll@BowTyTroll.com

  • Add missing require directive for Mail::IMAPClient, when '-useimap' given

Update deprecated SSL implementation

30 Jul 13:01
Compare
Choose a tag to compare

Release sponsored by BowTyTroll, TheTroll@BowTyTroll.com

  • Fix SMTP auth when "-usesmtptls"/Deprecated Net::SMTP::TLS for Net::SMTP
  • Add "-smtpehlo" option, with default value hostfqdn(), for SMTP HELO/EHLO
  • Add RFC 2822 compliant From, Date and Message-ID headers to emails
  • Add default imap port variables
  • Correct IMAP SSL/TLS port default from 585 to 993
  • Correct missing require for IO::Socket::SSL if using explicit IMAP SSL
  • Make "INBOX" the default $imapfolder