Top | ![]() |
![]() |
![]() |
![]() |
const char * | internet_address_get_name () |
void | internet_address_set_name () |
const char * | internet_address_get_charset () |
void | internet_address_set_charset () |
char * | internet_address_to_string () |
An InternetAddress is the base class for InternetAddressGroup and InternetAddressMailbox.
const char *
internet_address_get_name (InternetAddress *ia
);
Gets the display name of the InternetAddress.
void internet_address_set_name (InternetAddress *ia
,const char *name
);
Set the display name of the InternetAddress.
Note: The name
string should be in UTF-8.
const char *
internet_address_get_charset (InternetAddress *ia
);
Gets the charset to be used when encoding the name of the mailbox or group.
void internet_address_set_charset (InternetAddress *ia
,const char *charset
);
Set the charset to use for encoding the name of the mailbox or group.
char * internet_address_to_string (InternetAddress *ia
,GMimeFormatOptions *options
,gboolean encode
);
Allocates a string containing the contents of the InternetAddress object.
ia |
Internet Address object |
|
options |
a GMimeFormatOptions or |
[nullable] |
encode |
|