NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Address Struct Reference

An email address. More...

#include "address.h"

+ Collaboration diagram for Address:

Public Member Functions

 TAILQ_ENTRY (Address) entries
 Linked list.
 

Data Fields

struct Bufferpersonal
 Real name of address.
 
struct Buffermailbox
 Mailbox and host address.
 
bool group: 1
 Group mailbox?
 
bool is_intl: 1
 International Domain Name.
 
bool intl_checked: 1
 Checked for IDN?
 

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

struct Buffer* Address::personal

Real name of address.

Definition at line 37 of file address.h.

◆ mailbox

struct Buffer* 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: