Changeset 1479
- Timestamp:
- 01/26/07 12:08:32
- Files:
-
- trunk/libtinymail/tny-account.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail/tny-account.c
r1478 r1479 118 118 * @mech: the authentication mechanism 119 119 * 120 * Set the account's authentication mechanism 120 * Set the account's authentication mechanism. For example in case of plain 121 * you use "PLAIN" here. For anonymous you use "ANONYMOUS". This last one 122 * will for example result in a AUTHENTICATE ANONYMOUS request, as specified 123 * in RFC 2245. 121 124 * 122 125 **/
