mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 00:13:47 +03:00
42793834f8
for each message part. The ContentDisposition value is the base value without header key/value parameters. the Filename field is the likely filename of the part. the different email clients encode filenames differently. there is a standard mime mechanism from rfc 2231. and there is the q/b-word-encoding from rfc 2047. instead of letting users of the webhook api deal with those differences, we provide just the parsed filename. for issue #258 by morki, thanks for reporting! |
||
---|---|---|
.. | ||
addr.go | ||
addr_test.go | ||
authresults.go | ||
authresults_test.go | ||
compose.go | ||
decode.go | ||
decode_test.go | ||
doc.go | ||
examples_test.go | ||
from.go | ||
hdrcmtdomain.go | ||
headerwriter.go | ||
messageid.go | ||
messageid_test.go | ||
parseheaderfields.go | ||
parseheaderfields_test.go | ||
part.go | ||
part_test.go | ||
qp.go | ||
readheaders.go | ||
referencedids.go | ||
referencedids_test.go | ||
threadsubject.go | ||
threadsubject_test.go | ||
time.go | ||
todo.go | ||
writer.go | ||
writer_test.go |