index
:
kolab-utils
dev/googlemigration
dev/migrate_options
fromexchange
kolab-utils-3.0
master
migration
statefile
Utilities for Kolab
kolab-devel@kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migrationutility
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-23
Fixed build.
Christian Mollekopf
1
-1/+1
2014-01-17
Fixed the replaceString extraction, support for wildcards and prefixes (prefi...
Christian Mollekopf
1
-1/+1
2014-01-16
Move the target foldername normalization to KolabAccount.
Christian Mollekopf
1
-4/+2
2014-01-16
A simple regextrans2 option to translate target names.
Christian Mollekopf
4
-2/+16
2014-01-16
Generate a new RFC4122 compliant UID for contacts.
Christian Mollekopf
1
-1/+5
2014-01-16
Cleanups
Christian Mollekopf
3
-4/+3
2014-01-16
A simple object type filter, so we can i.e. only migrate contacts.
Christian Mollekopf
4
-17/+57
2013-11-13
Allow to build tests in a non-debug build.
Christian Mollekopf
1
-5/+0
2013-11-12
Disable unnecessary debug output.
Christian Mollekopf
1
-7/+7
2013-11-12
Display the version number using --version.
Christian Mollekopf
1
-1/+2
2013-11-12
Set the correct folder type for google task folders.
Christian Mollekopf
1
-1/+1
2013-11-12
cleanup and debug messages
Christian Mollekopf
3
-5/+4
2013-11-11
Async logout and user retrieval.
Christian Mollekopf
10
-64/+216
2013-11-11
Don't start a migrate folder job for nothing.
Christian Mollekopf
1
-0/+1
2013-11-11
Wait for the fetchjob to be complete.
Christian Mollekopf
2
-2/+5
2013-11-11
Only authenticate once, and share the session.
Christian Mollekopf
3
-10/+29
2013-11-11
There is only single user migration for google.
Christian Mollekopf
1
-3/+1
2013-11-11
Set the working defaults for google imap.
Christian Mollekopf
2
-4/+6
2013-11-11
Ignore virtual folders by default. Otherwise we end up duplication all mails.
Christian Mollekopf
1
-2/+2
2013-11-11
Detect if the imap account disconnects.
Christian Mollekopf
2
-0/+8
2013-11-08
Use common baseclass for google folder fetch jobs too.
Christian Mollekopf
2
-113/+96
2013-11-08
Use common parent class, for google fetch objects jobs.
Christian Mollekopf
2
-126/+81
2013-11-07
Support for tasks
dev/googlemigration
Christian Mollekopf
3
-2/+201
2013-11-04
Separated ProbeIMAPServer from ProbeKolabServer. Moved folder setup to kolab ...
Christian Mollekopf
1
-2/+2
2013-11-04
use a contains filter.
Christian Mollekopf
2
-3/+2
2013-11-04
enabled google mail migration.
Christian Mollekopf
2
-8/+6
2013-11-04
cleanup
Christian Mollekopf
4
-16/+12
2013-11-04
Make it possible to skip source folders.
Christian Mollekopf
7
-12/+80
2013-11-02
Ensure the eventloop quits in case of an immediate error.
Christian Mollekopf
2
-0/+6
2013-10-26
Get all tests to build by default.
Christian Mollekopf
8
-563/+676
2013-10-24
Allow the session to return to the eventloop first instead of deleting it imm...
Christian Mollekopf
2
-2/+2
2013-10-24
Conditionally compile google support to avoid hard dependency on libkgoogle.
Christian Mollekopf
3
-14/+41
2013-10-24
Replaced synchonous getObjects by a wrapper areound fetchObjects.
Christian Mollekopf
4
-60/+26
2013-10-23
create login job on login.
Christian Mollekopf
2
-15/+26
2013-10-23
Standalone IMAP sourceserver (mainly for testing).
Christian Mollekopf
3
-18/+56
2013-10-23
Fixed IMAPSourceAccount and use async logout.
Christian Mollekopf
7
-40/+65
2013-10-23
Google calendar migration.
Christian Mollekopf
3
-12/+210
2013-10-23
Made migrateuserjob largely async (if the sourceaccount supports it).
Christian Mollekopf
4
-12/+89
2013-10-23
Go to eventloop before doing any work in migratefolderjob.
Christian Mollekopf
2
-1/+7
2013-10-21
Move all contacts related code to it's own class.
Christian Mollekopf
4
-15/+29
2013-10-21
Working migration of contacts.
Christian Mollekopf
6
-11/+374
2013-10-21
The default implementation of convertObject returns the source object.
Christian Mollekopf
1
-1/+1
2013-10-21
cleanup
Christian Mollekopf
8
-12/+11
2013-10-21
Use a FetchObjectsJob interface, so we can convert inline from various source...
Christian Mollekopf
5
-17/+68
2013-10-21
Fixed Exchange migration.
Christian Mollekopf
3
-43/+48
2013-10-21
Avoid unnecessary copies.
Christian Mollekopf
2
-15/+7
2013-10-21
The test needs to login as well & make it easier to spot what fails on the test.
Christian Mollekopf
1
-0/+3
2013-10-21
Call init() before fetching anything so we know namespaces and kolab folders.
Christian Mollekopf
1
-1/+3
2013-10-21
Support multiple source accounts.
Christian Mollekopf
13
-46/+95
2013-10-20
Made the login job-based, but still synchronously executed.
Christian Mollekopf
10
-51/+66
[next]