Hi guys,
I have a pet project I'm trying to get off the ground - I'd like to build an IMAP server.
Now, it's one with a bit of a twist, and the twist is that it won't be used to send and receive mail... (told you there was a twist!)
I can't explain a huge amount but there are a few basics which I know I have to be able to understand, in this kind of order:
I know this is one heck of a long shot but even sample links will help out - I'm prepared to learn everything necessary to get this project off the ground.
Many thanks,
codegecko
I have a pet project I'm trying to get off the ground - I'd like to build an IMAP server.
Now, it's one with a bit of a twist, and the twist is that it won't be used to send and receive mail... (told you there was a twist!)
I can't explain a huge amount but there are a few basics which I know I have to be able to understand, in this kind of order:
- I assume it's possible to build a Windows service which can listen on port 143 (the standard IMAP port) or port 993 (SSL IMAP). Does anyone have sample code or any good links as to how to create a port listener?
- Does anyone have a set of links as to how the most commonly-used functions in IMAP can be mapped out in a session? Like "login" -> "ask for mail" -> "get mail", and "login" -> "get subscribed folders" etc.
I know this is one heck of a long shot but even sample links will help out - I'm prepared to learn everything necessary to get this project off the ground.
Many thanks,
codegecko
Comment