s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
qmail.h File Reference
#include "buffer.h"
Include dependency graph for qmail.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  qmail

Macros

#define BUFSIZE_QMAIL   8192
#define BUFSIZE_MESS   4096
#define BUFSIZE_LINE   1024
#define BUFSIZE_AUTH   512
#define BUFSIZE_OUT   512
#define BUFSIZE_LOG   256
#define BUFSIZE_SMALL   128

Functions

int qmail_open (struct qmail *)
void qmail_put (struct qmail *, char *, int)
void qmail_puts (struct qmail *, char *)
void qmail_from (struct qmail *, char *)
void qmail_to (struct qmail *, char *)
void qmail_fail (struct qmail *)
char * qmail_close (struct qmail *)
unsigned long qmail_qp (struct qmail *)

Macro Definition Documentation

◆ BUFSIZE_AUTH

#define BUFSIZE_AUTH   512

Definition at line 9 of file qmail.h.

◆ BUFSIZE_LINE

#define BUFSIZE_LINE   1024

Definition at line 8 of file qmail.h.

◆ BUFSIZE_LOG

#define BUFSIZE_LOG   256

Definition at line 11 of file qmail.h.

◆ BUFSIZE_MESS

#define BUFSIZE_MESS   4096

Definition at line 7 of file qmail.h.

◆ BUFSIZE_OUT

#define BUFSIZE_OUT   512

Definition at line 10 of file qmail.h.

◆ BUFSIZE_QMAIL

#define BUFSIZE_QMAIL   8192

Definition at line 6 of file qmail.h.

◆ BUFSIZE_SMALL

#define BUFSIZE_SMALL   128

Definition at line 12 of file qmail.h.

Function Documentation

◆ qmail_close()

char * qmail_close ( struct qmail * qq)
extern

Definition at line 90 of file qmail.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qmail_fail()

void qmail_fail ( struct qmail * qq)
extern

Definition at line 58 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_from()

void qmail_from ( struct qmail * qq,
char * s )
extern

Definition at line 73 of file qmail.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qmail_open()

int qmail_open ( struct qmail * qq)
extern

Definition at line 21 of file qmail.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qmail_put()

void qmail_put ( struct qmail * qq,
char * s,
int len )
extern

Definition at line 63 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_puts()

void qmail_puts ( struct qmail * qq,
char * s )
extern

Definition at line 68 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_qp()

unsigned long qmail_qp ( struct qmail * qq)
extern

Definition at line 53 of file qmail.c.

Here is the caller graph for this function:

◆ qmail_to()

void qmail_to ( struct qmail * qq,
char * s )
extern

Definition at line 83 of file qmail.c.

Here is the call graph for this function:
Here is the caller graph for this function: