HomeSort by: relevance | last modified time | path
    Searched defs:post_mail_fprintf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
post_mail.c 41 /* int post_mail_fprintf(stream, format, ...)
87 /* post_mail_fprintf() formats message content (header or body)
140 /* post_mail_fprintf(), post_mail_fputs() post_mail_fclose(),
283 post_mail_fprintf(stream, "Received: by %s (%s)",
285 post_mail_fprintf(stream, "\tid %s; %s", vstring_str(id), date);
286 post_mail_fprintf(stream, "Date: %s", date);
430 /* post_mail_fprintf - format and send message content */
432 int post_mail_fprintf(VSTREAM *cleanup, const char *format,...) function

Completed in 26 milliseconds