filter mails by property contact alias
This commit is contained in:
@@ -49,6 +49,9 @@ class InboundEmail(
|
||||
@Column(name = "raw_pdf_path")
|
||||
var rawPdfPath: String? = null,
|
||||
|
||||
@Column(name = "raw_eml_path")
|
||||
var rawEmlPath: String? = null,
|
||||
|
||||
@Column(name = "extracted_data", columnDefinition = "jsonb")
|
||||
var extractedData: String? = null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user