-
Notifications
You must be signed in to change notification settings - Fork 23
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
Develop #370
Commits on Jul 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 80969e4 - Browse repository at this point
Copy the full SHA 80969e4View commit details
Commits on Aug 25, 2022
-
Bugfix/339 rados config timeout (#340)
* 339 retry 10 times with random wait. retry read for simple read e.g. rados_config. fail with assert in case we can't find rados_config
Configuration menu - View commit details
-
Copy full SHA for 690127d - Browse repository at this point
Copy the full SHA 690127dView commit details
Commits on Sep 22, 2022
-
Feature/342 object search (#343)
* Develop (#331) * #328: fix copy move (#330) * Develop (#334) * 217: fix unused code. * 217: unused code and warning * disabled man pages for rmb * Bugfix/283 virtual mailbox fetch metadata (#284) * Develop (#282) * 217: fix unused code. * 217: unused code and warning * disabled man pages for rmb * #283: fetch metadata for mails in virtual mailbox * #283: fix metadata date.saved. date.received virtual mailbox * #283: version * Feature/286 use guid from UUID string (#287) * #256: use guid_128_from_uuid_string instead of guid_128_from_string, to support older uuid formats like RECORD or MICROSOFT, always use compact for printing * version 0.0.25 preparations * #286: build issue * merge * version * #286: prefere cached mail guid. * #286: determine if uuid has - hyphon, if true preseve it. * fix non void return * Feature/289 GitHub actions (#290) * #289: build * #289: build plugin. * #289: submodules * submodules * upgrade git * clean outdated repos * Bugfix/UUID record format (#293) * bugfix initialisaction rados_mail->deprecated_uid * rados_mail creation and default value check * #295: update index after full object has been moved (metadata) (#296) * Bugfix/298 295 bugfixes (#300) * #289: fix force-resync (always use INBOX) #295: rbox_mail_set_expunge (play save) * #298: move ceph objects the standard way. * clean up log. * #298: log warning if client connection times out. * Feature/302 retry expunge connection timeout (#303) * #302: retry in case of ceph connection timeout * rpm * #302: max_retry = 10 * max 10 retry, in case object not available, fail with error * #304: use last know uid to restore email flags (#305) * #306: re-assign unreferenced mail objects to inbox (#309) * #310: read osd_max_object_size and fail if mail.size > osd_max_object_size (#311) * version: 0.0.31 * #313: fix imap append crash (#314) * version 0.0.32 * Bugfix/316 mailbox save (#317) * #316: imap append (remove index entry twice in case of error) * #316: changed storage for big attachments. (sync write) * #316: operate api * #316: fix operate call * #316: release preparations * #316: fixed some legacy unit tests * 316: review results * #316: fix * Bugfix/test output stream check (#323) * init output stream and free mailbuffer * build * extracted write chunks * mailsize -1; * fix * debug messages * init stream any case * added deprecation comment, writing chunks now default. new config param rbox_chunk_size default 10240 bytes * missing mock class * version * disabled (temporarily storage tests) * disabled storage tests( api change) * Feature/alternative save methods (#326) * #322: alternative save methods * version * Feature/319 force resync immediatelly assign bugfix/328 segmentation fault copy from virtual mailbox (#321) * #319: automatically add lost objects to inbox (if no mailbox guid exist) * #319: version 0.0.34 * catch error in case mailbox does not have obox header: e.v. Virtual Mailbox * check for virtual mailbox when moving or copying, (virtual mailbox not allowed as origin) * version * #328: fix copy move (#330) * Bugfix/332 quota and move (#333) * 291: failed save mock test * 291: fixed most of the tests * 332 fix notify messages number and type * Develop (#336) * 217: fix unused code. * 217: unused code and warning * disabled man pages for rmb * Bugfix/283 virtual mailbox fetch metadata (#284) * Develop (#282) * 217: fix unused code. * 217: unused code and warning * disabled man pages for rmb * #283: fetch metadata for mails in virtual mailbox * #283: fix metadata date.saved. date.received virtual mailbox * #283: version * Feature/286 use guid from UUID string (#287) * #256: use guid_128_from_uuid_string instead of guid_128_from_string, to support older uuid formats like RECORD or MICROSOFT, always use compact for printing * version 0.0.25 preparations * #286: build issue * merge * version * #286: prefere cached mail guid. * #286: determine if uuid has - hyphon, if true preseve it. * fix non void return * Feature/289 GitHub actions (#290) * #289: build * #289: build plugin. * #289: submodules * submodules * upgrade git * clean outdated repos * Bugfix/UUID record format (#293) * bugfix initialisaction rados_mail->deprecated_uid * rados_mail creation and default value check * #295: update index after full object has been moved (metadata) (#296) * Bugfix/298 295 bugfixes (#300) * #289: fix force-resync (always use INBOX) #295: rbox_mail_set_expunge (play save) * #298: move ceph objects the standard way. * clean up log. * #298: log warning if client connection times out. * Feature/302 retry expunge connection timeout (#303) * #302: retry in case of ceph connection timeout * rpm * #302: max_retry = 10 * max 10 retry, in case object not available, fail with error * #304: use last know uid to restore email flags (#305) * #306: re-assign unreferenced mail objects to inbox (#309) * #310: read osd_max_object_size and fail if mail.size > osd_max_object_size (#311) * version: 0.0.31 * #313: fix imap append crash (#314) * version 0.0.32 * Bugfix/316 mailbox save (#317) * #316: imap append (remove index entry twice in case of error) * #316: changed storage for big attachments. (sync write) * #316: operate api * #316: fix operate call * #316: release preparations * #316: fixed some legacy unit tests * 316: review results * #316: fix * Bugfix/test output stream check (#323) * init output stream and free mailbuffer * build * extracted write chunks * mailsize -1; * fix * debug messages * init stream any case * added deprecation comment, writing chunks now default. new config param rbox_chunk_size default 10240 bytes * missing mock class * version * disabled (temporarily storage tests) * disabled storage tests( api change) * Feature/alternative save methods (#326) * #322: alternative save methods * version * Feature/319 force resync immediatelly assign bugfix/328 segmentation fault copy from virtual mailbox (#321) * #319: automatically add lost objects to inbox (if no mailbox guid exist) * #319: version 0.0.34 * catch error in case mailbox does not have obox header: e.v. Virtual Mailbox * check for virtual mailbox when moving or copying, (virtual mailbox not allowed as origin) * version * #328: fix copy move (#330) * Bugfix/332 quota and move (#333) * 291: failed save mock test * 291: fixed most of the tests * 332 fix notify messages number and type * #332: fix append additional error mssage in case connection can't be opend (#335) * Develop (#341) * Loglevel Debug is sufficient as it gets retried (#337) * Bugfix/339 rados config timeout (#340) * 339 retry 10 times with random wait. retry read for simple read e.g. rados_config. fail with assert in case we can't find rados_config * #342: simple multithreading object search * #342: version 0.0.40 Co-authored-by: Ewald Dieterich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dde2fb3 - Browse repository at this point
Copy the full SHA dde2fb3View commit details
Commits on Sep 27, 2022
-
Bugfix/342 logging multithreading (#344)
* #342 fix threading and additional logs * version
Configuration menu - View commit details
-
Copy full SHA for 30798cd - Browse repository at this point
Copy the full SHA 30798cdView commit details
Commits on Oct 20, 2022
-
Bugfix/rbox copy context (#347)
* 346; fix rbox-copy seg fault always init rbox_mail * #346 fix segmentation fault rbox_copy
Configuration menu - View commit details
-
Copy full SHA for a58c735 - Browse repository at this point
Copy the full SHA a58c735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09311f7 - Browse repository at this point
Copy the full SHA 09311f7View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 574fa4a - Browse repository at this point
Copy the full SHA 574fa4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef3f70 - Browse repository at this point
Copy the full SHA 1ef3f70View commit details
Commits on Nov 21, 2022
-
Feature/349 ceph object index (#350)
* #349: initial storage api * #349 doveadm rmb create ceph index force resync strategy * allow refresh of ceph object index via -r param * #349 save ceph index objects to separate pool * #349 poc impl ceph index done * #349 new config setting rbox_index_pool_name * #349 force reload of all objects, config setting defines if append of oid to ceph index happens * #349 add , to every entry or entry list * #349 add , to every entry or entry list, and test * repair invalid object not debug level log * #349 changed the remove function, initial index creation: append after each mailbox * #349 fix unit tests * #349 version
Configuration menu - View commit details
-
Copy full SHA for 364e18d - Browse repository at this point
Copy the full SHA 364e18dView commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f0741a6 - Browse repository at this point
Copy the full SHA f0741a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb41db1 - Browse repository at this point
Copy the full SHA eb41db1View commit details
Commits on Nov 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4efa9f1 - Browse repository at this point
Copy the full SHA 4efa9f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eac746 - Browse repository at this point
Copy the full SHA 8eac746View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d2366a2 - Browse repository at this point
Copy the full SHA d2366a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa1297 - Browse repository at this point
Copy the full SHA 8aa1297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be0cff - Browse repository at this point
Copy the full SHA 3be0cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cbb2c0 - Browse repository at this point
Copy the full SHA 0cbb2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05d89e - Browse repository at this point
Copy the full SHA c05d89eView commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6e6685 - Browse repository at this point
Copy the full SHA e6e6685View commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 582f0a1 - Browse repository at this point
Copy the full SHA 582f0a1View commit details
Commits on Jan 29, 2023
-
* fix ceph index size calculation * delete ceph-index in case its activated * version string
Configuration menu - View commit details
-
Copy full SHA for 32aa297 - Browse repository at this point
Copy the full SHA 32aa297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788cc32 - Browse repository at this point
Copy the full SHA 788cc32View commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 012aac7 - Browse repository at this point
Copy the full SHA 012aac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac7984 - Browse repository at this point
Copy the full SHA 4ac7984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 311335e - Browse repository at this point
Copy the full SHA 311335eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.