imap_socket       120 imap-send.c    	struct imap_socket sock;
imap_socket       195 imap-send.c    static void socket_perror(const char *func, struct imap_socket *sock, int ret)
imap_socket       221 imap-send.c    static int ssl_socket_connect(struct imap_socket *sock, int use_tls_only, int verify)
imap_socket       276 imap-send.c    static int ssl_socket_connect(struct imap_socket *sock, int use_tls_only, int verify)
imap_socket       353 imap-send.c    static int socket_read(struct imap_socket *sock, char *buf, int len)
imap_socket       371 imap-send.c    static int socket_write(struct imap_socket *sock, const char *buf, int len)
imap_socket       389 imap-send.c    static void socket_shutdown(struct imap_socket *sock)