]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: smtp-address - Add SMTP_ADDRESS_PARSE_FLAG_PRESERVE_RAW parse flag.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 13 Sep 2019 00:04:59 +0000 (02:04 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 4 Oct 2019 11:59:35 +0000 (13:59 +0200)
commitf8995ce3fcf83ca28c86c9037d5903791f2f224f
tree69e55106d1c84b3ff1f0b9337a187b04cbdf1b83
parent899a5bf79740d94210520e9c7fc1084be088e4d1
lib-smtp: smtp-address - Add SMTP_ADDRESS_PARSE_FLAG_PRESERVE_RAW parse flag.

It stores the unparsed representation of the address in the new raw field of
struct smtp_address. This is only relevant to smtp_address_parse_path().
src/lib-smtp/smtp-address.c
src/lib-smtp/smtp-address.h
src/lib-smtp/test-smtp-address.c