Low-level socket handling.
Function | Description | Links |
---|---|---|
mutt_socket_buffer_readln_d() | Read a line from a socket into a Buffer | |
mutt_socket_close() | Close a socket | |
mutt_socket_empty() | Clear out any queued data | |
mutt_socket_new() | Allocate and initialise a new connection | |
mutt_socket_open() | Simple wrapper | |
mutt_socket_poll() | Checks whether reads would block | |
mutt_socket_read() | Read from a Connection | |
mutt_socket_readchar() | Simple read buffering to speed things up | |
mutt_socket_readln_d() | Read a line from a socket | |
mutt_socket_write_d() | Write data to a socket | |
socket_preconnect() | Execute a command before opening a socket |