equal
deleted
inserted
replaced
24 destination address of the relocated user. To set or update the destination |
24 destination address of the relocated user. To set or update the destination |
25 of the relocated user use :meth:`set_destination`. Use :meth:`delete` in |
25 of the relocated user use :meth:`set_destination`. Use :meth:`delete` in |
26 order to delete the relocated user from the database. |
26 order to delete the relocated user from the database. |
27 |
27 |
28 :param dbh: a database connection |
28 :param dbh: a database connection |
29 :type dbh: :class:`PgSQL.Connection` |
29 :type dbh: :class:`pyPgSQL.PgSQL.Connection` |
30 :param address: the e-mail address of the relocated user. |
30 :param address: the e-mail address of the relocated user. |
31 :type address: :class:`VirtualMailManager.EmailAddress.EmailAddress` |
31 :type address: :class:`VirtualMailManager.EmailAddress.EmailAddress` |
32 |
32 |
33 |
33 |
34 .. method:: delete() |
34 .. method:: delete() |