Registry / networking / netty-codec-smtp

netty-codec-smtp

JSON →
library4.1.135.Finaljavamavenunverified

Netty codec for the SMTP protocol, enabling asynchronous SMTP client and server implementations.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-smtp</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC-SMTP
N
netty-codec-smtp
networkingjavav4.1.135.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SmtpRequestEncoder
✓ io.netty.handler.codec.smtp.SmtpRequestEncoder

Add SMTP codec handlers to a Netty channel pipeline.

import io.netty.handler.codec.smtp.SmtpRequestEncoder; import io.netty.handler.codec.smtp.SmtpResponseDecoder; ChannelPipeline pipeline = ...; pipeline.addLast(new SmtpResponseDecoder()); pipeline.addLast(new SmtpRequestEncoder());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
netty-codec-smtp — mvn dependency:get netty-codec-smtp · libregistry