summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-19make kolab-utils build on CentOS6. need to include iostream to avoid error: '...HEADmasterTimotheus Pokorra2-0/+4
2014-07-23Merge remote-tracking branch 'origin/fbdaemon'Christian Mollekopf40-172/+3017
2014-07-23Fixed build.Christian Mollekopf1-1/+1
2014-07-05Fix #3184: Invalid freebusy data returned when folder/mailbox is emptySandro Knauß3-14/+34
2014-06-25daemon returns vcalender(ifb) fileSandro Knauß6-23/+58
2014-06-24Move the version forward, not backwardJeroen van Meeuwen (Kolab Systems)1-2/+2
2014-05-30Adding README to get a show instruction, how to use cyrus log files in testsSandro Knauß1-0/+17
2014-05-29Added description for daemon modeSandro Knauß1-0/+36
2014-05-29Add written tests to ctest to be able to run make test.Sandro Knauß2-0/+6
2014-05-29Let's start the daemon via command lineSandro Knauß1-2/+9
2014-05-29A real daemon for fbdaemon.Sandro Knauß30-128/+2788
2014-05-29Added support for not storing fbobject at imap server.Sandro Knauß3-31/+76
2014-05-29fbdaemon/settings: added testmodeSandro Knauß2-1/+23
2014-05-29cleanup logic a little bitSandro Knauß1-4/+1
2014-05-29typoSandro Knauß1-2/+2
2014-01-17Fixed the replaceString extraction, support for wildcards and prefixes (prefi...Christian Mollekopf2-8/+28
2014-01-16Move the target foldername normalization to KolabAccount.Christian Mollekopf2-5/+6
2014-01-16A simple regextrans2 option to translate target names.Christian Mollekopf6-2/+52
2014-01-16Generate a new RFC4122 compliant UID for contacts.Christian Mollekopf1-1/+5
2014-01-16CleanupsChristian Mollekopf4-5/+3
2014-01-16A simple object type filter, so we can i.e. only migrate contacts.Christian Mollekopf4-17/+57
2013-11-13Allow to build tests in a non-debug build.Christian Mollekopf1-5/+0
2013-11-13Fixed CMAKE_MODULE_PATH.Christian Mollekopf1-1/+1
2013-11-12Disable unnecessary debug output.Christian Mollekopf1-7/+7
2013-11-12Display the version number using --version.Christian Mollekopf5-3/+32
2013-11-12Set the correct folder type for google task folders.Christian Mollekopf1-1/+1
2013-11-12cleanup and debug messagesChristian Mollekopf4-5/+5
2013-11-11Async logout and user retrieval.Christian Mollekopf12-74/+236
2013-11-11Don't start a migrate folder job for nothing.Christian Mollekopf1-0/+1
2013-11-11Wait for the fetchjob to be complete.Christian Mollekopf2-2/+5
2013-11-11Only authenticate once, and share the session.Christian Mollekopf3-10/+29
2013-11-11There is only single user migration for google.Christian Mollekopf1-3/+1
2013-11-11Set the working defaults for google imap.Christian Mollekopf2-4/+6
2013-11-11Ignore virtual folders by default. Otherwise we end up duplication all mails.Christian Mollekopf1-2/+2
2013-11-11Detect if the imap account disconnects.Christian Mollekopf2-0/+8
2013-11-11Waiting forever doesn't make the problems go away an 300s should be plenty.Christian Mollekopf1-1/+1
2013-11-11Bump libkolab requirement to 0.5 and libkolabxml to 1.0.Christian Mollekopf1-2/+2
2013-11-11Merge branch 'dev/googlemigration'Christian Mollekopf56-1419/+3172
2013-11-11Development is going towards 0.4Christian Mollekopf2-3/+20
2013-11-11Set private and shared annotations. Moved folder creation to separate job to ...Christian Mollekopf7-69/+201
2013-11-08Use common baseclass for google folder fetch jobs too.Christian Mollekopf2-113/+96
2013-11-08Use common parent class, for google fetch objects jobs.Christian Mollekopf2-126/+81
2013-11-07Support for tasksdev/googlemigrationChristian Mollekopf3-2/+201
2013-11-04Separated ProbeIMAPServer from ProbeKolabServer. Moved folder setup to kolab ...Christian Mollekopf13-97/+206
2013-11-04NIL just indicates that the annotation is not available when using METADATA.Christian Mollekopf1-1/+1
2013-11-04Ignore file folders silently for now.Christian Mollekopf1-1/+1
2013-11-04Use /shared prefix when fetching annotations using METADATA.Christian Mollekopf1-8/+7
2013-11-04use a contains filter.Christian Mollekopf2-3/+2
2013-11-04enabled google mail migration.Christian Mollekopf2-8/+6
2013-11-04cleanupChristian Mollekopf4-16/+12