40 lines
756 B
YAML
40 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
|