inbox Table (352)
•
Environment: onsite, online
    
    Some tooltip text!
  
 • 1 minute  to read
     • 1 minute  to read
Info and status for safe email import
Fields
| Name | Description | Type | Null | 
|---|---|---|---|
| id | Primary key | PK | |
| mail_in_filter | A reference to the id of the mail box | FK mail_in_filter | |
| locking_id | A reference to the id of lock | FK locking | |
| uidl | The uidl of the message. Stored before the retrieval starts to prevent double import. For locking purposes | String(2047) | ● | 
| created | When the mail was created | DateTime | ● | 
| imported | When the mail was imported | DateTime | |
| status | Status enum | Int | |
| mail_size | The size of the mail in bytes | Int | |
| next_retry | When is the next time we should try again? | DateTime | ● | 
| plugin | Name of plugin that created this inbox entry | String(255) | |
| format | Format of the inbox entry | String(255) | 

Indexes
| Fields | Types | Description | 
|---|---|---|
| id | PK | Clustered, Unique | 
| mail_in_filter | FK | Index | 
| locking_id | FK | Index | 
| imported | DateTime | Index | 
| status | Int | Index | 
Relationships
| Table | Description | 
|---|---|
| ej_message | This table contains the messages listed under tickets. | 
| locking | Generic locking and error messages | 
| mail_in_filter | This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP). | 
Replication Flags
- None
Security Flags
- No access control via user's Role.