NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
Address Struct Reference

An email address. More...

#include "address.h"

Public Member Functions

 TAILQ_ENTRY (Address) entries
 Linked list. More...
 

Data Fields

char * personal
 Real name of address. More...
 
char * mailbox
 Mailbox and host address. More...
 
bool group: 1
 Group mailbox? More...
 
bool is_intl: 1
 International Domain Name. More...
 
bool intl_checked: 1
 Checked for IDN? More...
 

Detailed Description

An email address.

Definition at line 35 of file address.h.

Member Function Documentation

◆ TAILQ_ENTRY()

Address::TAILQ_ENTRY ( Address  )

Linked list.

Field Documentation

◆ personal

char* Address::personal

Real name of address.

Definition at line 37 of file address.h.

◆ mailbox

char* Address::mailbox

Mailbox and host address.

Definition at line 38 of file address.h.

◆ group

bool Address::group

Group mailbox?

Definition at line 39 of file address.h.

◆ is_intl

bool Address::is_intl

International Domain Name.

Definition at line 40 of file address.h.

◆ intl_checked

bool Address::intl_checked

Checked for IDN?

Definition at line 41 of file address.h.


The documentation for this struct was generated from the following file: