platform/api/symfony/Component/Mime/Encoder/IdnAddressEncoder.yaml
2024-09-02 10:44:11 -07:00

39 lines
756 B
YAML

name: IdnAddressEncoder
class_comment: null
dependencies: []
properties: []
methods:
- name: encodeString
visibility: public
parameters:
- name: address
comment: '# * An IDN email address encoder.
# *
# * Encodes the domain part of an address using IDN. This is compatible will all
# * SMTP servers.
# *
# * Note: It leaves the local part as is. In case there are non-ASCII characters
# * in the local part then it depends on the SMTP Server if this is supported.
# *
# * @author Christian Schmidt
# */
# final class IdnAddressEncoder implements AddressEncoderInterface
# {
# /**
# * Encodes the domain part of an address using IDN.'
traits: []
interfaces:
- AddressEncoderInterface