mail_in_uidl Table (272)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table is used to avoid spamming the system by importing the same message several times (normally a result of a crash somewhere). When a mailbox is openede, then unique id for each message is stored in this table, and then removed only when the message has been correctly imported and deleted from mailbox.
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
filter_id | The mailbox for this UIDL entry. | FK mail_in_filter | |
uidl | The actual UIDL (i.e. the unique string identifying a specific message). | String(2047) | ● |
last_checked | The last time this message was attempted to be imported. | DateTime | ● |
status | The status of this UIDL entry (enum). | status | ● |
retries | The number of attempts for importing this message. | Int | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
filter_id | FK | Index |
Relationships
Table | Description |
---|---|
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.