mox/imapclient
Mechiel Lukkien 5d97bf198a
add support for parsing the imap "bodystructure" extensible form
not generating it yet from imapserver because we don't have content-md5
available. we could send "nil" instead of any actual content-md5 header (and
probably no contemporary messages include a content-md5 header), but it would
not be correct. if no known clients have problems in practice with absent
extensible data, it's better to just leave the bodystructure as is, with
extensible data.

for issue #217 by danieleggert
2024-10-04 22:55:43 +02:00
..
client.go imapserver: prevent unbounded memory allocations when handling a command 2024-06-10 15:00:18 +02:00
cmds.go fix the Status command on imapclient.Conn 2024-03-11 15:22:41 +01:00
parse.go add support for parsing the imap "bodystructure" extensible form 2024-10-04 22:55:43 +02:00
protocol.go add support for parsing the imap "bodystructure" extensible form 2024-10-04 22:55:43 +02:00