doc/source/vmm_relocated.rst
branchv0.6.x
changeset 220 8b8d632f0ef3
parent 216 0c8c053b451c
equal deleted inserted replaced
219:0b6ce895e1dc 220:8b8d632f0ef3
    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()