Home
last modified time | relevance | path

Searched refs:mime_state (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_nest.ref1 mime_state: header_token: multipart / mixed
2 mime_state: header_token: boundary = foobar
3 mime_state: PUSH boundary foobar
8 mime_state: header_token: multipart / mixed
9 mime_state: header_token: boundary = foobar
10 mime_state: PUSH boundary foobar
14 mime_state: header_token: multipart / mixed
15 mime_state: header_token: boundary = foobar
16 mime_state: PUSH boundary foobar
20 mime_state: header_token: multipart / mixed
[all …]
H A Dmime_garb4.ref5 mime_state: header_token: Multipart / Mixed
6 mime_state: header_token: boundary = top-level-boundary
7 mime_state: PUSH boundary top-level-boundary
13 mime_state: header_token: message / rfc822
16 mime_state: header_token: quoted-printable
19 mime_state: warning: invalid message/* or multipart/* encoding domain: quoted-printable
24 mime_state: header_token: Multipart / Mixed
25 mime_state: header_token: boundary = 3D
26 mime_state: PUSH boundary 3D
38 mime_state: POP boundary 3D
[all …]
H A Dmime_garb3.ref5 mime_state: header_token: Multipart / Mixed
6 mime_state: header_token: boundary = Boundary-00=_mvhpFky0yqNhsa4
7 mime_state: PUSH boundary Boundary-00=_mvhpFky0yqNhsa4
11 mime_state: garbage in primary header
16 mime_state: header_token: text / plain
19 mime_state: header_token: quoted-printable
22 mime_state: garbage in multipart header
27 mime_state: header_token: message / rfc822
30 mime_state: header_token: quoted-printable
33 mime_state: warning: invalid message/* or multipart/* encoding domain: quoted-printable
[all …]
H A Dmime_test.ref2 mime_state: header_token: multipart / mumble
3 mime_state: header_token: boundary = abcd ef
4 mime_state: PUSH boundary abcd ef
12 mime_state: header_token: message / rfc822
16 mime_state: header_token: multipart / mumble
17 mime_state: header_token: boundary = pqrs
18 mime_state: PUSH boundary pqrs
20 mime_state: header_token: base64
22 mime_state: warning: invalid message/* or multipart/* encoding domain: base64
41 mime_state: POP boundary pqrs
[all …]
H A Dmime_garb1.ref5 mime_state: header_token: Multipart / Mixed
6 mime_state: header_token: boundary = Boundary-00=_mvhpFky0yqNhsa4
7 mime_state: PUSH boundary Boundary-00=_mvhpFky0yqNhsa4
13 mime_state: header_token: text / plain
16 mime_state: header_token: quoted-printable
22 mime_state: header_token: message / rfc822
25 mime_state: header_token: quoted-printable
28 mime_state: warning: invalid message/* or multipart/* encoding domain: quoted-printable
30 mime_state: garbage in nested header
39 mime_state: warning: improper message/* or multipart/* encoding domain
[all …]
H A Dmime_garb2.ref5 mime_state: header_token: Multipart / Mixed
6 mime_state: header_token: boundary = Boundary-00=_mvhpFky0yqNhsa4
7 mime_state: PUSH boundary Boundary-00=_mvhpFky0yqNhsa4
13 mime_state: header_token: text / plain
16 mime_state: header_token: quoted-printable
22 mime_state: header_token: message / rfc822
25 mime_state: header_token: 7bit
29 mime_state: garbage in nested header
38 mime_state: POP boundary Boundary-00=_mvhpFky0yqNhsa4
H A Dmime_dom.ref1 mime_state: header_token: message / rfc822
3 mime_state: header_token: base64
6 mime_state: warning: invalid message/* or multipart/* encoding domain: base64
8 mime_state: warning: improper message/* or multipart/* encoding domain
H A Dmime_8bit.ref1 mime_state: warning: improper use of 8-bit data in message header: Header: f??bar
5 mime_state: warning: improper use of 8-bit data in message body: b?dy
8 mime_state: warning: improper use of 8-bit data in message header
9 mime_state: warning: improper use of 8-bit data in message body
H A Dheader_body_checks.c578 MIME_STATE *mime_state; in main() local
603 mime_state = mime_state_alloc(MIME_OPTIONS, in main()
626 err = mime_state_update(mime_state, rec_type, STR(buf), LEN(buf)); in main()
652 mime_state_free(mime_state); in main()
H A Dmime_trunc.ref1 mime_state: warning: message header length exceeds safety limit: Header: ??garbage garbage garbage …
32 mime_state: warning: message header length exceeds safety limit
H A DMakefile.in19 mime_state.c msg_stats_print.c msg_stats_scan.c mynetworks.c \
58 mime_state.o msg_stats_print.o msg_stats_scan.o mynetworks.o \
99 mime_state.h msg_stats.h mynetworks.h mypwd.h namadr_list.h \
126 quote_821_local mail_conf_time mime_state strip_addr \
302 mime_state: $(LIB) $(LIBS)
427 mime_test: mime_state mime_test.in mime_test.ref
428 $(SHLIB_ENV) $(VALGRIND) ./mime_state <mime_test.in >mime_test.tmp
432 mime_nest: mime_state mime_nest.in mime_nest.ref
433 $(SHLIB_ENV) $(VALGRIND) ./mime_state <mime_nest.in >mime_nest.tmp
437 mime_8bit: mime_state mime_8bit.in mime_8bit.ref
[all …]
H A Dmime_cvt.ref32 mime_state: header_token: text / plain
4 mime_state: header_token: 8bit
H A Dmime_cvt.ref22 mime_state: header_token: text / plain
4 mime_state: header_token: 8bit
H A Dmime_cvt.ref2 mime_state: header_token: text / plain
4 mime_state: header_token: 8bit
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c702 MIME_STATE *mime_state = 0; in enqueue() local
879 mime_state = mime_state_alloc(MIME_OPT_DISABLE_MIME in enqueue()
920 if (mime_state) { in enqueue()
921 mime_errs = mime_state_update(mime_state, type, STR(buf), in enqueue()
942 if (mime_state) { in enqueue()
943 mime_errs = mime_state_update(mime_state, REC_TYPE_EOF, "", 0); in enqueue()
949 mime_state = mime_state_free(mime_state); in enqueue()
H A DMakefile.in87 sendmail.o: ../../include/mime_state.h
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_state.c117 state->mime_state = 0; in cleanup_state_alloc()
178 if (state->mime_state) in cleanup_state_free()
179 mime_state_free(state->mime_state); in cleanup_state_free()
H A Dcleanup_message.c976 state->mime_errs = mime_state_update(state->mime_state, type, buf, len); in cleanup_message_headerbody()
984 state->mime_errs = mime_state_update(state->mime_state, type, buf, len); in cleanup_message_headerbody()
995 state->mime_state = mime_state_free(state->mime_state); in cleanup_message_headerbody()
1074 state->mime_state = mime_state_alloc(mime_options, in cleanup_message()
H A DMakefile.in704 cleanup.o: ../../include/mime_state.h
743 cleanup_addr.o: ../../include/mime_state.h
785 cleanup_api.o: ../../include/mime_state.h
818 cleanup_body_edit.o: ../../include/mime_state.h
858 cleanup_bounce.o: ../../include/mime_state.h
898 cleanup_envelope.o: ../../include/mime_state.h
939 cleanup_extracted.o: ../../include/mime_state.h
973 cleanup_final.o: ../../include/mime_state.h
1010 cleanup_init.o: ../../include/mime_state.h
1044 cleanup_map11.o: ../../include/mime_state.h
[all …]
H A Dcleanup.h94 MIME_STATE *mime_state; /* MIME state engine */ member
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A DMakefile.in116 smtp.o: ../../include/mime_state.h
160 smtp_addr.o: ../../include/mime_state.h
209 smtp_chat.o: ../../include/mime_state.h
259 smtp_connect.o: ../../include/mime_state.h
304 smtp_key.o: ../../include/mime_state.h
342 smtp_map11.o: ../../include/mime_state.h
382 smtp_misc.o: ../../include/mime_state.h
435 smtp_proto.o: ../../include/mime_state.h
489 smtp_rcpt.o: ../../include/mime_state.h
528 smtp_reuse.o: ../../include/mime_state.h
[all …]
H A Dsmtp_session.c166 session->mime_state = 0; in smtp_session_alloc()
228 if (session->mime_state) in smtp_session_free()
229 mime_state_free(session->mime_state); in smtp_session_free()
H A Dsmtp_proto.c1411 if (session->mime_state == 0) { in smtp_out_raw_or_mime()
1416 mime_state_update(session->mime_state, rec_type, in smtp_out_raw_or_mime()
1499 if (session->mime_state) \ in smtp_loop()
1500 session->mime_state = mime_state_free(session->mime_state); \ in smtp_loop()
2299 session->mime_state = mime_state_alloc(downgrading ? in smtp_loop()
2331 if (session->mime_state) { in smtp_loop()
2344 mime_state_update(session->mime_state, rec_type, "", 0); in smtp_loop()
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c721 MIME_STATE *mime_state; in postmap_queries() local
733 mime_state = in postmap_queries()
751 mime_errs = mime_state_update(mime_state, REC_TYPE_NORM, in postmap_queries()
758 mime_errs = mime_state_update(mime_state, REC_TYPE_END, "", 0); in postmap_queries()
762 mime_state_free(mime_state); in postmap_queries()
/netbsd-src/external/ibm-public/postfix/lib/global/
H A DMakefile114 mime_state.c \

12