HomeSort by: relevance | last modified time | path
    Searched refs:MAIL_ATTR_ENC_8BIT (Results 1 - 8 of 8) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mail_proto.h 239 #define MAIL_ATTR_ENC_8BIT "8bit" /* 8BITMIME equivalent */
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_template.c 75 /* or MAIL_ATTR_ENC_8BIT) for the bounce template message text.
386 tp->mime_encoding = MAIL_ATTR_ENC_8BIT;
bounce_notify_util.c 257 } else if (strcmp(encoding, MAIL_ATTR_ENC_8BIT) == 0) {
  /src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c 541 || STREQ(attr_value, MAIL_ATTR_ENC_8BIT)
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_message.c 515 "8bit", MAIL_ATTR_ENC_8BIT,
516 "binary", MAIL_ATTR_ENC_8BIT, /* XXX Violation */
591 if (strcasecmp(cmp->encoding, MAIL_ATTR_ENC_8BIT) == 0)
  /src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c 1276 encoding = MAIL_ATTR_ENC_8BIT;
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c 1892 if (strcmp(request->encoding, MAIL_ATTR_ENC_8BIT) == 0)
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c 2698 state->encoding = MAIL_ATTR_ENC_8BIT;

Completed in 41 milliseconds