queries.c File Reference

#include <sys/types.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "libspopc.h"
Include dependency graph for queries.c:

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 
)

Definition at line 392 of file queries.c.

Here is the call graph for this function:

char* pop3_dele ( int  sock,
int  id 
)

Definition at line 259 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_list ( int  sock,
int  id 
)

Definition at line 162 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_noop ( int  sock  ) 

Definition at line 273 of file queries.c.

Here is the call graph for this function:

char* pop3_pass ( int  sock,
const char *  pw 
)

Definition at line 83 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_query ( int  sock,
const char *  query 
)

Definition at line 46 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_quit ( int  sock  ) 

Definition at line 91 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_retr ( int  sock,
int  id 
)

Definition at line 214 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_rset ( int  sock  ) 

Definition at line 280 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_stat ( int  sock  ) 

Definition at line 98 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_top ( int  sock,
int  id,
int  lines 
)

Definition at line 287 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_uidl ( int  sock,
int  id 
)

Definition at line 332 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* pop3_user ( int  sock,
const char *  name 
)

Definition at line 75 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* recv_rest ( int  sock,
char *  buf,
int  cs,
int  bs 
)

Definition at line 105 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int timedrread ( int  sock,
int  time 
)

Definition at line 37 of file queries.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int timedrselect ( fd_set *  rfds,
int  max,
int  time 
)

Definition at line 25 of file queries.c.

Here is the caller graph for this function:

Generated on Wed Feb 29 22:51:45 2012 for CXXUtilities by  doxygen 1.6.3