offlineimap3 icon indicating copy to clipboard operation
offlineimap3 copied to clipboard

Read/sync your IMAP mailboxes (python3)

Results 78 offlineimap3 issues
Sort by recently updated
recently updated
newest added

#### General informations - system/distribution (with version): ``` $> apt-cache policy offlineimap offlineimap: Installed: 7.3.3+dfsg1-1+0.0~git20211018.e64c254+dfsg-1 Candidate: 7.3.3+dfsg1-1+0.0~git20211018.e64c254+dfsg-1 Version table: *** 7.3.3+dfsg1-1+0.0~git20211018.e64c254+dfsg-1 900 900 http://deb.debian.org/debian bookworm/main amd64 Packages 900 http://deb.debian.org/debian bookworm/main...

Dear @OfflineIMAP team, In first, I wish you a Happy New Year! Can you add supports of: - SCRAM-SHA-1 - SCRAM-SHA-1-PLUS - SCRAM-SHA-256 - SCRAM-SHA-256-PLUS - SCRAM-SHA-512 - SCRAM-SHA-512-PLUS -...

#### General information I have tried syncing accounts using xauth2 on both Ubuntu and Fedora. Fedora doesn't work, Ubuntu does: | Platform | Python | OpenSSl | imaplib2 | Offlineimap...

Using offlineimap 8.0.0 on Fedora 36, I've just encountered the issue where offlineimap fails creating a new (nested) folder. This is with office365, where the error message from the server...

offlineimap was not supporting custom flags https://github.com/OfflineIMAP/offlineimap/issues/209 - it is listed in issue #18 I'd like to raise the issue, it would be very convenient to see this implemented.

Created the empty label on the destination account and it ran fine > OfflineIMAP 8.0.0 > Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)...

Have the changes suggested in this article been incorporated? Namely: - Message dates - Using `type = Gmail` as a Local for direct sync - The imaplib2 error [https://www.pyrites.org.uk/post/migrate-gmail/](https://www.pyrites.org.uk/post/migrate-gmail/)

v8.0.0 needs the `distro` and `imaplib2` packages distro seems to be required by `platform` #### General informations - system/distribution (with version): Debian 11 - offlineimap version (`offlineimap -V`): 8.0.0 -...

#### General informations - system/distribution (with version): Debian sid - offlineimap version (`offlineimap -V`): `offlineimap v8.0.0, imaplib2 v3.05, Python v3.10.4, OpenSSL 3.0.3 3 May 2022` - Python version: 3.10.4 -...

## Rationality A CLI password manager like [gopass](https://github.com/gopasspw/gopass) can safely store a password and output it to stdout when invoked. Example of usage: ```shell > gopass show imap_account my_password ```...