comparison src/protocols/oscar/Makefile.am @ 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 5df423e0bca8
children 07283934dedd
comparison
equal deleted inserted replaced
3693:2d1b14529fa2 3694:e941bfbacf7c
18 bos.c \ 18 bos.c \
19 buddylist.c \ 19 buddylist.c \
20 chat.c \ 20 chat.c \
21 chatnav.c \ 21 chatnav.c \
22 conn.c \ 22 conn.c \
23 email.c \
23 ft.c \ 24 ft.c \
24 icq.c \ 25 icq.c \
25 im.c \ 26 im.c \
26 info.c \ 27 info.c \
27 invite.c \ 28 invite.c \
56 bos.c \ 57 bos.c \
57 buddylist.c \ 58 buddylist.c \
58 chat.c \ 59 chat.c \
59 chatnav.c \ 60 chatnav.c \
60 conn.c \ 61 conn.c \
62 email.c \
61 ft.c \ 63 ft.c \
62 icq.c \ 64 icq.c \
63 im.c \ 65 im.c \
64 info.c \ 66 info.c \
65 invite.c \ 67 invite.c \