Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OfflineIMAP organization

Open source software to sync your email between IMAP servers and/or Maildir.
Collective - Host: opensource - https://opencollective.com/offlineimap-organization - Website: https://www.offlineimap.org/ - Code: https://github.com/OfflineIMAP

lot of refactoring

- Better code re-use for architects with components.
- Introduce tests for architects.
- Archite...

github.com/OfflineIMAP/imapfw - 9090b289e4af3a032f40633d3dfa8ef7567b009f authored about 9 years ago by Nicolas Sebrecht <[email protected]>
concurrency: remove pthread_kill craziness

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - fac640ef6c177d4a3b174b8733b5aec763cf7136 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
actions.unitTests: improve output

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 6923c596b0c403d5cc3f5562835440801075d123 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
fix unit tests

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 8b6d4c87c0574a111f05735aaf81971edb8c1b35 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
runtime: learn to cache ui messages until real ui is up

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 177b225d16b134c6a4ca4306b970caf05c57353b authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce interface module

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 671faec2f5e98a0baa9b93afbef250b015e6e9d2 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
concurrency: threading: send SIGTERM to thread while killing

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 37f5232cf7568178b3f381a67ab2e36c6fc91173 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce imapfw.annotation

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 6c6cd555e23e20b9f566a2d312f672ad3004ec2b authored about 9 years ago by Nicolas Sebrecht <[email protected]>
README: minor enhancement

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 7b536e0378c901da9e9b121c4917e975393fc758 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.018

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - c47be1ccbe120e7c09d8b1622216c2b2cb7656d8 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
README: add TODO link and side note

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - c9bc06a15c169ab3aadbfa051c526fe7e18694bf authored about 9 years ago by Nicolas Sebrecht <[email protected]>
architects.account: remove self.ui reference

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 2993a853ca39de2a8d3e5552a608a84d555b00d9 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
actions.examine: small improvements

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 4a70365118f3ba549efb8ddf24c1d68c79950b70 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
actions.examine: fix repository driver name

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - cb98587f31e850c4f51363ebe85386977a0b9dca authored about 9 years ago by Nicolas Sebrecht <[email protected]>
restore back FakeDriver as a controller instead of a driver

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - c8716f060e0921c87adabaa368fa329d2c896b05 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
README: add badge about latest release

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 2746839795abda47df557aedde9263a33a843812 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.017

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - ef19fd991a04b85f4c97f9a472b14774847e9142 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
actions.shell is now generic and must be define by the rascal

- Introduce imapfw.api.shells namespace.
- Introduce Shell base class.
- Introduce DriveDriver s...

github.com/OfflineIMAP/imapfw - dfcab1065b57d389bdfb9b6514ce3af49fc37521 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
don't fail when requesting to driver.logout() more than once

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 88f934d3576c1501e701f90458636cbf11373e7a authored about 9 years ago by Nicolas Sebrecht <[email protected]>
edmp: introduce SyncEmitter to turn an emitter into sync mode

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 07f2f8ca122a4a9b0b01565d601d36381fe01a4e authored about 9 years ago by Nicolas Sebrecht <[email protected]>
improve type hints

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 1d56a66343e29df395701f163c2e70d358eae0cc authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce actions.shell

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 2c07414e45839ce32bf7f96c1b3f2e8cf9ddc19e authored about 9 years ago by Nicolas Sebrecht <[email protected]>
edmp: don't block if event is unkown

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - df2638ee3444911a095571859853844e46ed51ef authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce testing of a rascal of a user

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 7f9b0ef82b1aab1ca9d7c01a6bf0a8a0576510f4 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
README: update requirements

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 622f57784599f2cbd8e7a1436113a8e86db9a10c authored about 9 years ago by Nicolas Sebrecht <[email protected]>
edmp: improve type hints

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - bf8ace9b97b098c32a290ce66987c6b5641b1ce0 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce "travis" branch to test travis configuration

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 5f7d98272fb7032160543e90f4eab89889f8ca27 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
start using typing for type hints

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - b23c1d64cd9ca534c8a4795d48a628813e500ff4 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
review README

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 269946426d9c359520660040993d6384e1d26e2e authored about 9 years ago by Nicolas Sebrecht <[email protected]>
lot of refactoring

- Use more absolute imports.
- Move FakeDriver to the drivers package.
- Remove account and fold...

github.com/OfflineIMAP/imapfw - 4b8f21bbf61da76493905e829e6e4aa23bb683e7 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
update for offlineimap v6.6.0-rc3

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/offlineimap.github.io - 846cc89093cb5549f121d238e66385c708b80e2e authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis improve tests

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - e597c267f79c952c338411d0391500a483f9b00f authored about 9 years ago by Nicolas Sebrecht <[email protected]>
rename conf.main to conf.conf, make actions a package

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 656a52df4ef689ab472c8b3a7522ec3a27621d7c authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis-tests.sh: embedd awk script

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 9f794e6eb7bcd02f25d8f3e56722dbaac87fe35c authored about 9 years ago by Nicolas Sebrecht <[email protected]>
always use debug logger for now

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - fef7e823c5c37bf184aa1e24930ed7b49438fb73 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.016

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 97253d340e9d826a1192a68b0f24c0db0df24390 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce travis-tests.sh to run travis tests locally

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 8075dd41d4b0b73a84e7188c9b2c4c3b41e771bb authored about 9 years ago by Nicolas Sebrecht <[email protected]>
remove obsolete file manager-demo.py

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 6b303a202bd576f4c03f85fe3c8df0a48e4be4d7 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis: add imapfw.mmp.manager

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 8cfe82fe13a43cb9f1a0bfc1fe9edbff735df156 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
up to folder processing task

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 3c99935d68b4daa5c6fdc481f2042e7cfaf19b8b authored about 9 years ago by Nicolas Sebrecht <[email protected]>
up to FolderRunner

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - d62770139490ee151c18e561c95c72bbc488e108 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
edmp: avoid eating all CPU ressources, learn to silent debug messages

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 06c307c0c772c5f62c9a6d7807fa6b4fe42eba64 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
README: remove garbage

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 1f6851375a071bdf03e7541e16c113cb4d87bc69 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.015

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 352135cf22ffb60657f3f1600489f29c37a70df2 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
improve README

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - d7fe8f5bf110f4128fa737c95f2e64d7f19106b6 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
images: add gif

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw.github.io - 2f8274932f3786e7edf794c9148843e795670fe7 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
edmp: improve messages a bit

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 2962269e0de798c025321b443c5a37000953895b authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce FakeDriver controller

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - fe9e5ddcbffcdc49212a8e8b78cf81105d5c70aa authored about 9 years ago by Nicolas Sebrecht <[email protected]>
turn controllers, drivers, imap, mmp, testing and ui into packages

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 3336efdbc9e84dcee032ea513e29ba031cd31068 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
controllers.Controller: improve documentation

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - e7014911057d6103f468b4391433972f10147c90 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
README: small improvements

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 7fd221138f9e0f98dd252c4d637c6fda694a4af6 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
README: review

Replace the "description" with a "features" section.

Signed-off-by: Nicolas Sebrecht <nicolas.s...

github.com/OfflineIMAP/imapfw - d24a33fd88299b782124a47dc33308833aae3821 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
__init__: don't restrict the usage of the framework: remove the __all__ definition

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 748da401d0a18b33ed29bb73388a57e1acf436e1 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
add more unit tests, improve tests

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 9f1dbdda7ddc27b23b5cc134c99df2277d6e37b6 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.014

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - b95b6566125e7d112cf960ea2b1d252961d38ba3 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
concurrency: add missing empty method for TQueue

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 2fb2d796129efae3f10db4fccf31927c1613f2d9 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
more absolute imports

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - e37c8ef4da28faee11a1aac606a12aa2def2b83e authored about 9 years ago by Nicolas Sebrecht <[email protected]>
fix race condition, give more hints on some internal logic errors

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - e57abea216cd670ed94f3b83901f2f5643bb2eb1 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis: fix syncAccounts tests

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - bd44a78ebdf21c5c642db28573d70bdb84e802cb authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis: copy the tests directory to the build dir

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - c57ab4d470384f336b89aedef134286cafca4644 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis: move files for the syncAccounts tests to "tests" directory

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 97e5c239f230e19e1a45b3542cfc983642ca9785 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
minor fix: remove print statements

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 3646f8f29a9639f8b84bc3e1a805da80e13bc6bb authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis: improve testing

- Action unitTests correctly return non-zero exit code when the suites fails.
- Move the syncAcc...

github.com/OfflineIMAP/imapfw - 9ca931b05894af4a425635802a3fc877aaf6163a authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis: add running of edmp module

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - aec4a8b88e4649005bd900f5d2f9aff7af777304 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.013

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - f75f719738213475df72d0803957a89abe2357b5 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce edmp

Get away from the mmp (managers) module.

edmp modeul (event-driven message passing) implementat...

github.com/OfflineIMAP/imapfw - f86ece20edaba01e6d8d382c8eb35bd8936e6c45 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
Refactoring up to accountArchitect.syncFolders()

- Move from mmp to edmp.
- Introduce new 10 exit code.
- architects, concurrency, engines, runne...

github.com/OfflineIMAP/imapfw - 7f2c71ea8fce48e4dba36e437a5705a2dbaa9b58 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
mmp: minor improvements

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 16301bbeb6356bcaa33cd8f9d1383b9082c2c3e0 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
REAMDE: fix rendering

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 7ec4220d56b5a8924a74101074bc69817c85a994 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.012

github.com/OfflineIMAP/imapfw - cef2ced4bc5dba4e8c35567aebb8d70dac3f7898 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
make Manager fully async

Rename the namespace from 'managers' to 'mmp' ("managed message passing").

Signed-off-by: Nicol...

github.com/OfflineIMAP/imapfw - 1878e2c6849ba6484bdf5fc18c9ecbdfeb104f2f authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.011

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - b181effefd01f66cbcc0998ca171e9e7141ea596 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
concurrency: small improvements

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - d5fbf39c9ac896486747579101c45aaea149989b authored about 9 years ago by Nicolas Sebrecht <[email protected]>
concurrency: fix: remove timeout on get for queues

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 0d4ed5a8b422fd63ae8d9c9e33c0503e418d49d4 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
review README

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - b8b18bb1c4de26bc557ec1c1c1d38ede0b29184f authored about 9 years ago by Nicolas Sebrecht <[email protected]>
dev.rascal: remove obsolete code

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 6d6ac88fcb7b203dbce14a66f2ce215b4c903b62 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
v0.010

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 09b38c2f4a7dbc2179bb624c465739a394e55f5a authored about 9 years ago by Nicolas Sebrecht <[email protected]>
implement up to engine folder at sync folder

- Lot of refactoring.
- Decouple managers (about communication) from the workers (about
thread...

github.com/OfflineIMAP/imapfw - 80d722453dc1ab65ee1e5bec2c010b1e586e8656 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
rename pure python3 imaplib2, remove imaplib2 directory

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - c96a50b18233dbb13ceb1e9aa99d7db0b3b42390 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
add documentation

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 6c222f84c7858aa06611e94f6467607404833fc2 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce "runtime" module

Allows to store configured modules ui, concurrency and the rascal.

Signed-off-by: Nicolas Sebre...

github.com/OfflineIMAP/imapfw - e60e9db4b1f026aee096618cce1c66eebdeddad6 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
remove unused module trigger

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 7085f472ec75d0b2175183182ca78d3d172f1de1 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
restrict to the api module when importing imapfw package

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - c62ecef55b33de7a643a18932d07dcd08d97b3ed authored about 9 years ago by Nicolas Sebrecht <[email protected]>
minor: move import up

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 5b700f3d2b8f07225585cc318785742e1ea8faac authored about 9 years ago by Nicolas Sebrecht <[email protected]>
controllers: introduce examine

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 8c7efaad119d00e338cb186f6db7335d5c9d1c87 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
code cleanups, more debugging messages

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 4e3d3fdf7b65433579fed9decbb54948ab9cfff1 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
imapfw: mark a section as partially obsolete

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/offlineimap.github.io - a27f8f99e1666a1b783ee0d9d18faac1e1b5ee58 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
controllers: fix message about chaining

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 11949cc92228afaa0d99460f75b5d2cbbf4f92b1 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
controllers: fix chaining controllers

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 7782d33ce50ce54999665de3e4becd9b338e9099 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
controllers: rename Encoder to Transcoder

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - a4cf8fe26be1d098ae1004cdb278525c9b10c441 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
unitTests syncaccounts: set log level to the maximum

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - abfc1ceae5b74f8415e94215b8bef4c6315ceb64 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
rascal: fix converting dict definitions into classes

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 7cc74f21ed0eb685d19836db814c89ffa839c8a8 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
put the licence in modules

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - cc443dd503384ba5f5980bd57527ad31c5c27804 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis: fix scripts

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - eb6a358291f46e455c846538a967e789e1cbd244 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce architects, lot of refactoring

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 0aca0bdae715f99e65df9e468c95beadf4e03586 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
travis: start more scripts

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - c2a371ffab8b220a6d7edaf23f6819f5f2aac08b authored about 9 years ago by Nicolas Sebrecht <[email protected]>
types.maildir: learn to scan the maildir path

Introduce Folder and Folders objects to handle folders.

Signed-off-by: Nicolas Sebrecht <nicola...

github.com/OfflineIMAP/imapfw - 75b61a467c4ac0194d0797aae07bf38e8242ef1d authored about 9 years ago by Nicolas Sebrecht <[email protected]>
managers: give tips to pass objects between workers

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - c7a1ccfad18cec3e3158fbcec5f542a40fb42fb4 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
introduce MAINTAINERS.md

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 259c009b58d29994433229ea07c2467e090800f2 authored about 9 years ago by Nicolas Sebrecht <[email protected]>
README: improve travis images rendering, again

Signed-off-by: Nicolas Sebrecht <[email protected]>

github.com/OfflineIMAP/imapfw - 940f978ec971bee7012037fc179cc5279535ed38 authored about 9 years ago by Nicolas Sebrecht <[email protected]>