buda-base / drs-deposit

Harvard DRS Deposit base
1 stars 0 forks source link

Use curl to get DRS mail #118

Open jimk-bdrc opened 10 months ago

jimk-bdrc commented 10 months ago

As an AO operator, I need to retrieve notifications that DRS has deposited an item. These notifivcations only come through email.

curl is reputed to be able to transfer from mail:

curl imap://mail.example.com/DRSDeposits with other options to download.

Need to filter by unread messages, or find a way to delete, or move.Could be curl, could be manual.

jimk-bdrc commented 10 months ago

Need to set up authorization in headers. See using cURL for Google Data Services