Skip to main content
Module

x/denomailer/deps.ts>TextProtoReader#readLine

A SMTP-Client implementation for deno (to send mails!)
Go to Latest
method TextProtoReader.prototype.readLine
import { TextProtoReader } from "https://deno.land/x/denomailer@1.3.0/deps.ts";

readLine() reads a single line from the TextProtoReader, eliding the final \n or \r\n from the returned string.

Returns

Promise<string | null>