Home
last modified time | relevance | path

Searched refs:decode_header (Results 51 – 75 of 687) sorted by relevance

12345678910>>...28

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/pack/
H A Dhuffdecode.c54 static void decode_header(Huff_t *);
77 decode_header(hp); in huffdecode()
167 static void decode_header(register Huff_t *hp) in decode_header() function
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_message_header.php239 $val = rcube_mime::decode_header($val, $this->charset);
244 $value = rcube_mime::decode_header($value, $this->charset);
/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Dreformime.c987 char *decode_header=""; in main2() local
1073 decode_header=optarg; in main2()
1082 decode_header=optarg; in main2()
1091 decode_header=optarg; in main2()
1100 decode_header=optarg; in main2()
1124 decode_header, in main2()
1140 decode_header, in main2()
1156 char *s=rfc2047_encode_str(decode_header, mimecharset, in main2()
1168 struct rfc822t *t=rfc822t_alloc_new(decode_header, NULL, NULL); in main2()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Dreformime.c987 char *decode_header=""; in main2() local
1073 decode_header=optarg; in main2()
1082 decode_header=optarg; in main2()
1091 decode_header=optarg; in main2()
1100 decode_header=optarg; in main2()
1124 decode_header, in main2()
1140 decode_header, in main2()
1156 char *s=rfc2047_encode_str(decode_header, mimecharset, in main2()
1168 struct rfc822t *t=rfc822t_alloc_new(decode_header, NULL, NULL); in main2()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc2045/
H A Dreformime.c987 char *decode_header=""; in main2() local
1073 decode_header=optarg; in main2()
1082 decode_header=optarg; in main2()
1091 decode_header=optarg; in main2()
1100 decode_header=optarg; in main2()
1124 decode_header, in main2()
1140 decode_header, in main2()
1156 char *s=rfc2047_encode_str(decode_header, mimecharset, in main2()
1168 struct rfc822t *t=rfc822t_alloc_new(decode_header, NULL, NULL); in main2()
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Dreformime.c987 char *decode_header=""; in main2() local
1073 decode_header=optarg; in main2()
1082 decode_header=optarg; in main2()
1091 decode_header=optarg; in main2()
1100 decode_header=optarg; in main2()
1124 decode_header, in main2()
1140 decode_header, in main2()
1156 char *s=rfc2047_encode_str(decode_header, mimecharset, in main2()
1168 struct rfc822t *t=rfc822t_alloc_new(decode_header, NULL, NULL); in main2()
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/dcerpc/
H A DDcerpcMessage.java59 void decode_header(NdrBuffer buf) throws NdrException { in decode_header() method in DcerpcMessage
98 decode_header(buf); in decode()
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Commands/
H A Dcmd_subscribe.py31 from email.Header import decode_header, make_header
96 h = make_header(decode_header(realname))
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Commands/
H A Dcmd_subscribe.py31 from email.Header import decode_header, make_header
96 h = make_header(decode_header(realname))
/dports/mail/mailman/mailman-2.1.39/Mailman/Commands/
H A Dcmd_subscribe.py31 from email.Header import decode_header, make_header
96 h = make_header(decode_header(realname))
/dports/mail/py-alot/alot-0.9/alot/db/
H A Dmessage.py14 from .utils import decode_header
57 sender = decode_header(msg.get_header('From'))
59 sender = decode_header(msg.get_header('Sender'))
/dports/www/phpgroupware/phpgroupware-0.9.16.017/felamimail/inc/
H A Dclass.uidisplay.inc.php89 $organization = $this->bofelamimail->decode_header(chop($matches[1]));
95 $organization .= $this->bofelamimail->decode_header(chop($matches[1]));
328 …$this->t->set_var("subject_data",htmlentities($this->bofelamimail->decode_header($headers->subject…
536 $this->t->set_var('filename',htmlentities($this->bofelamimail->decode_header($value['name'])));
582 ($this->bofelamimail->decode_header($_emailAddress),'');
/dports/security/p5-Crypt-JWT/Crypt-JWT-0.034/t/
H A Dflattened.t20 my ($header, $data) = decode_jwt(token=>$jws, key=>$key1, verify_exp=>0, decode_header=>1);
61 …my ($header, $data) = decode_jwt(token=>$jwe_flattened, key=>$key, verify_exp=>0, decode_header=>1…
/dports/devel/erlang-gen_smtp/gen_smtp-0.13/src/
H A Dmimemail.erl140 decode_headers(Headers, [{Key, decode_header(Value, Charset)} | Acc], Charset).
142 decode_header(Value, Charset) -> function
1801 …?assertEqual(<<"Keith Moore <moore@cs.utk.edu>"/utf8>>, decode_header(<<"=?US-ASCII?Q?Keith_Moore?…
1810 ?assertEqual(<<"ab">>, decode_header(<<"=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=">>, "utf-8")),
1811 ?assertEqual(<<"ab">>, decode_header(<<"=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=">>, "utf-8")),
1812 ?assertEqual(<<"ab">>, decode_header(<<"=?ISO-8859-1?Q?a?=
1818 ?assertEqual(<<"a b">>, decode_header(<<"=?ISO-8859-1?Q?a_b?=">>, "utf-8")),
1819 ?assertEqual(<<"a b">>, decode_header(<<"=?ISO-8859-1?Q?a?= =?ISO-8859-2?Q?_b?=">>, "utf-8"))
1824 …?assertEqual(<<"this is some text">>, decode_header(<<"=?iso-8859-1?q?this=20is=20some=20text?=">>…
1825 …?assertEqual(<<"=?iso-8859-1?q?this is some text?=">>, decode_header(<<"=?iso-8859-1?q?this is som…
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/test_email/
H A Dtest_email.py2277 dh = decode_header(s)
2293 dh = decode_header(s)
2302 dh = decode_header(s)
2310 dh = decode_header(s)
2317 dh = decode_header(s)
2329 dh = decode_header(s % q)
2335 self.assertEqual(decode_header(s),
4702 decoded = decode_header(enc)
4886 x = decode_header(s)
4961 h = make_header(decode_header(s))
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/utilities/
H A Dstring.py23 from email.header import decode_header, make_header
90 h = str(make_header(decode_header(s)))
/dports/mail/py-alot/alot-0.9/alot/widgets/
H A Dthread.py16 from ..db.utils import decode_header, X_SIGNATURE_MESSAGE_HEADER
284 dvalue = decode_header(value, normalize=normalize)
293 values = [decode_header(
298 dvalue = decode_header(value, normalize=normalize)
/dports/www/trac-devel/Trac-1.5.3/trac/tests/
H A Dnotification.py30 from email.header import decode_header as _email_decode_header
306 def decode_header(header): function
386 v = tuple(map(decode_header, v))
388 v = decode_header(v)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/diameter/src/base/
H A Ddiameter_codec.erl26 decode_header/1,
310 decode(Id, Mod, AppMod, Opts, #diameter_packet{header = decode_header(Bin),
348 -spec decode_header(binary())
352 decode_header(<<Version:8, function
387 decode_header(_) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/diameter/src/base/
H A Ddiameter_codec.erl26 decode_header/1,
310 decode(Id, Mod, AppMod, Opts, #diameter_packet{header = decode_header(Bin),
348 -spec decode_header(binary())
352 decode_header(<<Version:8, function
387 decode_header(_) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/diameter/src/base/
H A Ddiameter_codec.erl26 decode_header/1,
310 decode(Id, Mod, AppMod, Opts, #diameter_packet{header = decode_header(Bin),
348 -spec decode_header(binary())
352 decode_header(<<Version:8, function
387 decode_header(_) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/diameter/src/base/
H A Ddiameter_codec.erl26 decode_header/1,
310 decode(Id, Mod, AppMod, Opts, #diameter_packet{header = decode_header(Bin),
348 -spec decode_header(binary())
352 decode_header(<<Version:8, function
387 decode_header(_) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/diameter/src/base/
H A Ddiameter_codec.erl26 decode_header/1,
310 decode(Id, Mod, AppMod, Opts, #diameter_packet{header = decode_header(Bin),
348 -spec decode_header(binary())
352 decode_header(<<Version:8, function
387 decode_header(_) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/diameter/src/base/
H A Ddiameter_codec.erl26 decode_header/1,
310 decode(Id, Mod, AppMod, Opts, #diameter_packet{header = decode_header(Bin),
348 -spec decode_header(binary())
352 decode_header(<<Version:8, function
387 decode_header(_) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/diameter/src/base/
H A Ddiameter_codec.erl26 decode_header/1,
310 decode(Id, Mod, AppMod, Opts, #diameter_packet{header = decode_header(Bin),
348 -spec decode_header(binary())
352 decode_header(<<Version:8, function
387 decode_header(_) -> function

12345678910>>...28