rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
130 stars 30 forks source link

ERROR ('mboxMessage' object has no attribute 'boxes') in non-google_takeout usage #56

Closed buganini closed 2 years ago

buganini commented 2 years ago

https://github.com/rgladwell/imap-upload/blob/master/imap_upload.py#L414 reference msg.boxes but msg.boxes is assigned at https://github.com/rgladwell/imap-upload/blob/master/imap_upload.py#L394 only for google_takeout usage

rgladwell commented 2 years ago

Sorry for the delay, going to look into this today.

rgladwell commented 2 years ago

Resolved by https://github.com/rgladwell/imap-upload/pull/57.