Nicolas Sebrecht
Nicolas Sebrecht
This is a line of code where we delete the uid after the mail is stored in the maildir. This statement is legal. I'd say all the current lines of...
> I don't quite understand how this is supposed to work. In https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap/folder/GmailMaildir.py#L218 `copymessageto` is called which removes the `uid`. Then in https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap/folder/GmailMaildir.py#L227 `getmessagelages` is called with the (now deleted)...
Thanks for the logs. This makes things much more clear.
https://github.com/OfflineIMAP/offlineimap/issues/613#issuecomment-487259011 updated.
> Do I understand you correctly that the problem is that the local mail has a UID (based on its filename) but there is no copy of it on the...
Yes, merging folders is not possible. There's a one-to-one mapping between local and remote with the UIDs for the emails for each mailbox.
What you're attempting to do should be possible. HOWEVER, be sure to not mix the cache data between both syncs setups. Either use different conf file files with uniq metadatadir...
First, the error message should provide the lock file path to help the user. That's the easy part. In this case I expect the (previous) process to be stuck so...
1. I think the correct doc is think one: https://support.google.com/a/answer/6180220?hl=en 2. The error says it can't find the file. Does it exists? Does the user has read access (cat /usr/local/etc/openssl/cert.pem).
I guess you're right. I think offlineimap doesn't split the file into smaller chunks. I don't know why the server has this requirement, though.