tags:

views:

27

answers:

0

I don't know how many developers are using the C#Mail library right now, but this is giving me a huge headache so I figured it couldn't hurt to ask. Maybe somebody else out there has run into a similar problem, with or without C#Mail.

When I create a Pop3Client and connect to "pop.gmail.com" with my username and password (and Ssl = true and Port = 995), for some reason ExecuteList seems to return the index for only one message -- and calling ExecuteTop on that index gives me the one item in my outbox, rather than anything from my Gmail inbox.

Does anyone have any clue why this might be? I have no idea if it's an issue with C#Mail, a Gmail thing, or what... maybe there's some setting I don't know about.