VirtualMailManager/account.py
branchv0.6.x
changeset 389 5f7e9f778b29
parent 374 ecdba68c7a2c
child 390 660b42391c8e
--- a/VirtualMailManager/account.py	Tue Feb 08 18:04:07 2011 +0000
+++ b/VirtualMailManager/account.py	Wed Feb 09 22:09:35 2011 +0000
@@ -211,19 +211,6 @@
                        ACCOUNT_MISSING_PASSWORD)
         self._passwd = password
 
-    def set_transport(self, transport):
-        """Set the transport for the new Account.
-
-        If you want to update the transport of an existing Account use
-        Account.modify().
-
-        Argument:
-
-        `transport` : basestring
-          The string representation of the transport, e.g.: 'dovecot:'
-        """
-        self._transport = Transport(self._dbh, transport=transport)
-
     def enable(self, *services):
         """Enable all or the given service/s for the Account.