GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

Message grabber added #82

Closed PennyHow closed 1 year ago

PennyHow commented 1 year ago

bin/getMsg function added for grabbing and saving transmission messages. It is intended for this to work alongside the current operational processing to back-up transmission messages in a local file space (rather than relying on remote Gmail storage).

I also replaced a line in tx.getMail to only print a statement of the newest message uid rather than printing them all - it can get pretty lengthy otherwise.