rdesantis / hauldata

Database Process Automation made easy.
Apache License 2.0
1 stars 0 forks source link

EMAIL source fails when when checking attachments is combined with moving #146

Closed rdesantis closed 4 years ago

rdesantis commented 4 years ago

The following fails with "Error retrieving field #1 of type received: javax.mail.MessageRemovedException":

    FOR sender, received, subject, attachment_name FROM email_source
        SELECT SENDER, RECEIVED, SUBJECT, ATTACHMENT NAME
        WHERE
            FOLDER 'INBOX'
            SENDER 'xxxx'
            SUBJECT 'yyyy'
            ATTACHMENT NAME 'zzzz'
        MARK READ
        MOVE TO 'www'
        ...
    END FOR
rdesantis commented 4 years ago

Recolved per https://github.com/rdesantis/hauldata/commit/0b13abd4e813148bcb147e1a883631055b52d8b6