otupy.types.targets.email_addr.EmailAddr

class EmailAddr(email)

Bases: object

OpenC2 Email Address

Implements the email_addr target (Section 3.4.1.4). Email address, [RFC5322], Section 3.4.1.

Methods

get

set

Doesn't allow IDN email (RFC6531): there is a dedicated class for this (IDNEmailAddr).

__init__(email)
set(email)

Doesn’t allow IDN email (RFC6531): there is a dedicated class for this (IDNEmailAddr).