From ff0351efdaa4f8f1225111299758b46f4e980652 Mon Sep 17 00:00:00 2001 From: Headgent Development Date: Fri, 14 Aug 2026 15:09:07 +0200 Subject: [PATCH] =?UTF-8?q?docs(skill):=20AK5=20=E2=80=94=20WIE-Interna=20?= =?UTF-8?q?entfernt,=20WAS-Zusicherungen=20unveraendert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/skills/adapter-mailer/SKILL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.claude/skills/adapter-mailer/SKILL.md b/.claude/skills/adapter-mailer/SKILL.md index 7c665a5..97bc1a1 100644 --- a/.claude/skills/adapter-mailer/SKILL.md +++ b/.claude/skills/adapter-mailer/SKILL.md @@ -18,11 +18,10 @@ Mailer (implements MailerInterface) DefaultFrom if SmtpConfig->fromAddress != null MessageValidator always (validates From, To, Body) Encoder (MailMessage → Envelope): - MimeEncoder MIME assembly, Base64, QP, RFC 2047 + MimeEncoder builds the raw MIME message Transport (Envelope → void): - SmtpTransport Socket SMTP — EHLO, STARTTLS / implicit SSL, - AUTH LOGIN + AUTH PLAIN, NOOP health-check, - silent reconnect, keepalive for batch + SmtpTransport SMTP over raw sockets — STARTTLS / implicit SSL, AUTH, + health-check + silent reconnect, keepalive for batch Retry (internal to Mailer): Exponential backoff on SmtpConnectionException + temporary 4xx Permanent 5xx throws immediately