Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support user flags #209

Open
ojab opened this issue Jun 15, 2015 · 3 comments
Open

Support user flags #209

ojab opened this issue Jun 15, 2015 · 3 comments

Comments

@ojab
Copy link
Contributor

ojab commented Jun 15, 2015

  1. Make IMAP account

  2. Create a letter:

    C: RUBY0004 UID FETCH 2 flags
    S: * 1 FETCH (UID 2 FLAGS (\Seen \Draft $NotJunk NotJunk))
    
  3. Add flag from Apple's Mail.app

    C: RUBY0004 UID FETCH 2 flags
    S: * 1 FETCH (UID 2 FLAGS (\Flagged \Seen \Draft $NotJunk NotJunk $MailFlagBit0))
    
  4. Sync mailbox to another one using offlineimap v6.5.7 with this config (log with -d ALL)

  5. Check a letter in the new mailbox:

    C: RUBY0004 UID FETCH 1 flags
    S: * 1 FETCH (UID 1 FLAGS (\Flagged \Seen \Draft))
    

IMAP server is dovecot-2.2.10 here.

@nicolas33 nicolas33 added the bug label Jun 15, 2015
@nicolas33 nicolas33 changed the title IMAP flags are not synced OfflineIMAP erase unkown flags (Apple Mail.app) Oct 13, 2015
@nicolas33 nicolas33 changed the title OfflineIMAP erase unkown flags (Apple Mail.app) Support user flags Apr 9, 2016
@nicolas33 nicolas33 added feature and removed bug labels Apr 9, 2016
@nicolas33 nicolas33 added this to the undefined milestone Mar 11, 2017
@daniele-athome
Copy link

This could also be useful to associate with Gmail labels (I currently use IMAP keywords as labels, which is the closest thing).

@yeupou
Copy link

yeupou commented May 30, 2022

Hello.

Any known workaround?

@nodens
Copy link

nodens commented Jun 14, 2022

I do have the same need (I tag emails using imap flags in sieve, and would like to sync them with offlineimap).

I saw https://github.com/OfflineIMAP/offlineimap/wiki/Syncing-custom-tags but didn't test it yet (especially IDK if it works with current, python3 version).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants