davidmoten / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it planned to support ESMTP BDAT

valenpo opened this issue · comments

No plans. Can you tell us about your use case? What size data payloads are you thinking of? I assume that to support arbitrary size payloads we would need to persist bdat chunks to disk and then provide an InputStream in the message handler.

Probably not hard to implement. I'll put it on the backlog.

I imagine that we'd want configuration in subethsmtp to set an optional maximum bdat size to avoid ridiculously large messages (filling disk or otherwise excessively consuming resources).

This was deployed to Maven Central a while ago, closing.