Sympa::User - All Users Identified by Sympa
- expire
- Remove user information from user_table.
- get_id
- Get unique identifier of object.
- moveto
- Change email of user.
- save
- Save user information to user_table.
ACCESSORS
- <attribute>
- <attribute>"( VALUE )"
- Getters/Setters. Get or set user attributes. For example
"$user->gecos" returns
"gecos" parameter of the user, and
"$user->gecos("foo")" also
changes it. Basic user profile "email" have only getter, so it
is read-only.