[Uludag-commits] r15275 - in trunk/staj-projeleri/migration: . migration migration/utility

uludag-commits at pardus.org.tr uludag-commits at pardus.org.tr
3 Eyl 2007 Pzt 22:10:23 EEST


Author: muratongan
Date: Mon Sep  3 22:10:23 2007
New Revision: 15275

Modified:
   trunk/staj-projeleri/migration/TODO
   trunk/staj-projeleri/migration/migration/applythread.py
   trunk/staj-projeleri/migration/migration/utility/account.py
Log:
KNode Accounts + Mailbox Functions + Some bugfix


Modified: trunk/staj-projeleri/migration/TODO
=================================================================
--- trunk/staj-projeleri/migration/TODO	(original)
+++ trunk/staj-projeleri/migration/TODO	Mon Sep  3 22:10:23 2007
@@ -6,10 +6,10 @@
 + Accomplished
 
 Before 2007.3:
-    - Add KNode Accounts
-    - migrate identities to kmail
-    - Find a way to migrate e-mails (copy mbox file, use python mailbox module, use kmail dcop interface)
-    - Check SMTP Authentication Type (Thunderbird, OE, KMail)
+    + Add KNode Accounts
+    ? migrate identities to kmail
+    + Find a way to migrate e-mails (copy mbox file, use python mailbox module, use kmail dcop interface) -> get messages by hand and add them with dcop
+    + Check SMTP Authentication Type (Thunderbird, OE, KMail)
     - Find a pretty application name :)
 
 General:

Modified: trunk/staj-projeleri/migration/migration/applythread.py
=================================================================
--- trunk/staj-projeleri/migration/migration/applythread.py	(original)
+++ trunk/staj-projeleri/migration/migration/applythread.py	Mon Sep  3 22:10:23 2007
@@ -100,8 +100,10 @@
                     self._wizard.progresspage.go(i18n("GTalk accounts loaded."), self._wizard.progresspage.OK, 0)
             try:
                 account.yaz()
+                print account.getSize()
                 account.setKopeteAccounts()
                 account.setKMailAccounts()
+                account.setKNodeAccounts()
             except Exception, err:
                 self._wizard.progresspage.go(err, self._wizard.progresspage.ERROR, 1000)
             else:

Modified: trunk/staj-projeleri/migration/migration/utility/account.py
=================================================================
Suppressed!
	Too long (more than 250 lines) diff output suppressed...


Uludag-commits mesaj listesiyle ilgili daha fazla bilgi