queries.c File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "libspopc.h"
Go to the source code of this file.
Functions |
char * | pop3_apop (int sock, const char *name, const char *digest) |
char * | pop3_dele (int sock, int id) |
char * | pop3_list (int sock, int id) |
char * | pop3_noop (int sock) |
char * | pop3_pass (int sock, const char *pw) |
char * | pop3_query (int sock, const char *query) |
char * | pop3_quit (int sock) |
char * | pop3_retr (int sock, int id) |
char * | pop3_rset (int sock) |
char * | pop3_stat (int sock) |
char * | pop3_top (int sock, int id, int lines) |
char * | pop3_uidl (int sock, int id) |
char * | pop3_user (int sock, const char *name) |
char * | recv_rest (int sock, char *buf, int cs, int bs) |
int | timedrread (int sock, int time) |
int | timedrselect (fd_set *rfds, int max, int time) |
Function Documentation
char* pop3_apop |
( |
int |
sock, |
|
|
const char * |
name, |
|
|
const char * |
digest | |
|
) |
| | |
char* pop3_dele |
( |
int |
sock, |
|
|
int |
id | |
|
) |
| | |
char* pop3_list |
( |
int |
sock, |
|
|
int |
id | |
|
) |
| | |
char* pop3_noop |
( |
int |
sock |
) |
|
char* pop3_pass |
( |
int |
sock, |
|
|
const char * |
pw | |
|
) |
| | |
char* pop3_query |
( |
int |
sock, |
|
|
const char * |
query | |
|
) |
| | |
char* pop3_quit |
( |
int |
sock |
) |
|
char* pop3_retr |
( |
int |
sock, |
|
|
int |
id | |
|
) |
| | |
char* pop3_rset |
( |
int |
sock |
) |
|
char* pop3_stat |
( |
int |
sock |
) |
|
char* pop3_top |
( |
int |
sock, |
|
|
int |
id, |
|
|
int |
lines | |
|
) |
| | |
char* pop3_uidl |
( |
int |
sock, |
|
|
int |
id | |
|
) |
| | |
char* pop3_user |
( |
int |
sock, |
|
|
const char * |
name | |
|
) |
| | |
char* recv_rest |
( |
int |
sock, |
|
|
char * |
buf, |
|
|
int |
cs, |
|
|
int |
bs | |
|
) |
| | |
int timedrread |
( |
int |
sock, |
|
|
int |
time | |
|
) |
| | |
int timedrselect |
( |
fd_set * |
rfds, |
|
|
int |
max, |
|
|
int |
time | |
|
) |
| | |