comparison src/protocols/oscar/aim_cbtypes.h @ 3694:e941bfbacf7c

[gaim-migrate @ 3824] Adds an option for unread mail notification for AIM over oscar. Yippy. This involves making a connection to the email AIM servers (parallel to chatnav, bos, auth, ads, etc.). Also added were functions n' stuff to handle getting mail status updates. AIM does this in a very silly way. They only tell you how many messages you have when you sign on, so I had to change connection_has_mail so it will just say "bleh has new mail," without saying the number of new messages. Also, I haven't really looked into having you auto-login to webmail, though it is possible. This is good for now. Oh, and since I'm sure people will ask... AIM screen names come with an email account @netscape.net. You have to sign in to netscape.net to activate it. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Oct 2002 07:47:51 +0000
parents 1e60a05c7482
children b32474e522fa
comparison
equal deleted inserted replaced
3693:2d1b14529fa2 3694:e941bfbacf7c
24 #define AIM_CB_FAM_CTN 0x000d /* ChatNav */ 24 #define AIM_CB_FAM_CTN 0x000d /* ChatNav */
25 #define AIM_CB_FAM_CHT 0x000e /* Chat */ 25 #define AIM_CB_FAM_CHT 0x000e /* Chat */
26 #define AIM_CB_FAM_SSI 0x0013 /* Server stored information */ 26 #define AIM_CB_FAM_SSI 0x0013 /* Server stored information */
27 #define AIM_CB_FAM_ICQ 0x0015 27 #define AIM_CB_FAM_ICQ 0x0015
28 #define AIM_CB_FAM_ATH 0x0017 28 #define AIM_CB_FAM_ATH 0x0017
29 #define AIM_CB_FAM_EML 0x0018
29 #define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */ 30 #define AIM_CB_FAM_OFT 0xfffe /* OFT/Rvous */
30 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */ 31 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */
31 32
32 /* 33 /*
33 * SNAC Family: Ack. 34 * SNAC Family: Ack.
213 #define AIM_CB_ATH_LOGINRESPONSE 0x0003 214 #define AIM_CB_ATH_LOGINRESPONSE 0x0003
214 #define AIM_CB_ATH_AUTHREQ 0x0006 215 #define AIM_CB_ATH_AUTHREQ 0x0006
215 #define AIM_CB_ATH_AUTHRESPONSE 0x0007 216 #define AIM_CB_ATH_AUTHRESPONSE 0x0007
216 217
217 /* 218 /*
219 * SNAC Family: Email
220 *
221 * Used for getting information on the email address
222 * associated with your screen name.
223 *
224 */
225 #define AIM_CB_EML_ERROR 0x0001
226 #define AIM_CB_EML_SENDCOOKIES 0x0006
227 #define AIM_CB_EML_MAILSTATUS 0x0007
228 #define AIM_CB_EML_INIT 0x0016
229
230 /*
218 * OFT Services 231 * OFT Services
219 * 232 *
220 * See non-SNAC note below. 233 * See non-SNAC note below.
221 */ 234 */
222 #define AIM_CB_OFT_DIRECTIMCONNECTREQ 0x0001/* connect request -- actually an OSCAR CAP*/ 235 #define AIM_CB_OFT_DIRECTIMCONNECTREQ 0x0001/* connect request -- actually an OSCAR CAP*/