Skip to main content
Module

x/smtp/deps.ts

SMTP implements for deno
Latest
import * as smtp from "https://deno.land/x/smtp@v0.7.0/deps.ts";

Classes

BufReader implements buffering for a Reader object.

BufWriter implements buffering for an deno.Writer object. If an error occurs writing to a Writer, no more data will be accepted and all subsequent writes, and flush(), will return the error. After all data has been written, the client should call the flush() method to guarantee all data has been forwarded to the underlying deno.Writer.