Mailroom.Socket.recv

You're seeing just the function recv, go back to Mailroom.Socket module for more information.

Specs

recv(t()) :: {:ok, String.t()} | {:error, String.t()}

Receive a line from the socket

Examples

{:ok, line} = Mailroom.Socket.recv(socket)