Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Features

Nicolas Sebrecht edited this page Apr 6, 2016 · 1 revision

Convert

Introduce a new action to convert a repository type into another.

  • actions.convert convert a repository into another: a one pass-sync without cache.

offlineimap

Allow to run syncs with legacy OfflineIMAP's configuration file.

  • New action offlineimap
  • Parse configuration file.
  • Support SQLite cache.

Imapc

Currently, imapfw started by using the imaplib library. This requires to map low-level objects to our high-level objects. Also, writing our own IMAP library would likely allow better code since we only target one use case (usage from a driver).

  • Write a new "home-made" imapc library.
Clone this wiki locally