The Connection API. More...
Collaboration diagram for Connection API:Topics | |
| open() | |
| Open a socket Connection. | |
| read() | |
| Read from a socket Connection. | |
| write() | |
| Write to a socket Connection. | |
| poll() | |
| Check whether a socket read would block. | |
| close() | |
| Close a socket Connection. | |
The Connection API.
An open network connection (socket)
Note about ssf: in actuality, NeoMutt uses this as a boolean to determine if the connection is "secure" using TLS or $tunnel if $tunnel_is_secure is set.
The value is passed to SASL, but since no min_ssf is also passed to SASL I don't believe it makes any difference.
The GnuTLS code currently even puts bytes in here, so I doubt the exact value has significance for NeoMutt purposes.