473,503 Members | 1,639 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Open-source POP3 server in C#?

Hello list,

In order to do some mail processing before it ever gets to the mail client,
we plan to implement a POP3 proxy solution. Ie, POP3 mail client would
connect to the proxy instead of the actual POP3 mail server, and the proxy
would do the actual connection to the mail server, process the incoming
messages a little bit, and stream them to the mail client.

Could someone please point me to a decent solution, be it open source or
plugin-based, free or commercial, we just need to find a solution how to
intercept the incoming messages and do some wizardy with them. And C#, of
course, is the preferred platform. In future, we'll perhaps need a C# SMTP
proxy server, too, so if the provider has both of them, that would be great
news.

Thank you for any suggestions.

Regards,

Pavils Jurjans
Feb 16 '07 #1
4 9077
I would guess you would be looking to code these yourself. What 'magic' do
you need to perform and do you need the solution to be a full server of just
a proxy? (i.e does it need to perofrm activity only when a user logs on and
tells it to or should it be able to cache things and work on itsown)
--
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com
"Pavils Jurjans" wrote:
Hello list,

In order to do some mail processing before it ever gets to the mail client,
we plan to implement a POP3 proxy solution. Ie, POP3 mail client would
connect to the proxy instead of the actual POP3 mail server, and the proxy
would do the actual connection to the mail server, process the incoming
messages a little bit, and stream them to the mail client.

Could someone please point me to a decent solution, be it open source or
plugin-based, free or commercial, we just need to find a solution how to
intercept the incoming messages and do some wizardy with them. And C#, of
course, is the preferred platform. In future, we'll perhaps need a C# SMTP
proxy server, too, so if the provider has both of them, that would be great
news.

Thank you for any suggestions.

Regards,

Pavils Jurjans
Feb 16 '07 #2

Hi,

What about:
http://www.lumisoft.ee/lsWWW/ENG/Pro...?type=download
http://www.lumisoft.ee/lsWWW/download/downloads/Net/
http://www.lumisoft.ee/forum/

There is more than you need ... , so give a shot.
"Pavils Jurjans" <pa****@mailbox.riga.lvwrote in message
news:%2***************@TK2MSFTNGP05.phx.gbl...
Hello list,

In order to do some mail processing before it ever gets to the mail
client, we plan to implement a POP3 proxy solution. Ie, POP3 mail client
would connect to the proxy instead of the actual POP3 mail server, and the
proxy would do the actual connection to the mail server, process the
incoming messages a little bit, and stream them to the mail client.

Could someone please point me to a decent solution, be it open source or
plugin-based, free or commercial, we just need to find a solution how to
intercept the incoming messages and do some wizardy with them. And C#, of
course, is the preferred platform. In future, we'll perhaps need a C# SMTP
proxy server, too, so if the provider has both of them, that would be
great news.

Thank you for any suggestions.

Regards,

Pavils Jurjans

Feb 16 '07 #3
Hello Ciaran,

1) The "magic" would be intercept the incoming message and process it's
plaintext body and html body parts, in order to make them in transfer
encoding and content encoding that causes the least problems to the
corporate email client, used by all employees. Changing the email client, of
couse, is not an option here. The problem is that this email client is quite
limited in understanding and decoding lot of world-standard encodings.

2) As you see from my first aswer, the proxy needs to act only when it is
requested. However, it could also act on it's own, do some caching, etc,
that would only help me to create a better solution. And also, I do not want
to limit the use of C# POP3 server to only this particular project, there
could be several other interesting applications in other projects.

Regards,

Pavils

"Ciaran O''Donnell" <Ci************@discussions.microsoft.comwrote in
message news:62**********************************@microsof t.com...
>I would guess you would be looking to code these yourself. What 'magic' do
you need to perform and do you need the solution to be a full server of
just
a proxy? (i.e does it need to perofrm activity only when a user logs on
and
tells it to or should it be able to cache things and work on itsown)
--
Ciaran O''Donnell
http://wannabedeveloper.spaces.live.com
"Pavils Jurjans" wrote:
>Hello list,

In order to do some mail processing before it ever gets to the mail
client,
we plan to implement a POP3 proxy solution. Ie, POP3 mail client would
connect to the proxy instead of the actual POP3 mail server, and the
proxy
would do the actual connection to the mail server, process the incoming
messages a little bit, and stream them to the mail client.

Could someone please point me to a decent solution, be it open source or
plugin-based, free or commercial, we just need to find a solution how to
intercept the incoming messages and do some wizardy with them. And C#, of
course, is the preferred platform. In future, we'll perhaps need a C#
SMTP
proxy server, too, so if the provider has both of them, that would be
great
news.

Thank you for any suggestions.

Regards,

Pavils Jurjans

Feb 17 '07 #4
Thanks, Ivar,

I will definately look through your code, it looks promising from the first
glance. I will let to know my feedback in this forum, to the benefit of all.

Pavils

"Ivar Lumi" <iv**@lumisoft.eewrote in message
news:uy**************@TK2MSFTNGP05.phx.gbl...
>
Hi,

What about:
http://www.lumisoft.ee/lsWWW/ENG/Pro...?type=download
http://www.lumisoft.ee/lsWWW/download/downloads/Net/
http://www.lumisoft.ee/forum/

There is more than you need ... , so give a shot.
"Pavils Jurjans" <pa****@mailbox.riga.lvwrote in message
news:%2***************@TK2MSFTNGP05.phx.gbl...
>Hello list,

In order to do some mail processing before it ever gets to the mail
client, we plan to implement a POP3 proxy solution. Ie, POP3 mail client
would connect to the proxy instead of the actual POP3 mail server, and
the proxy would do the actual connection to the mail server, process the
incoming messages a little bit, and stream them to the mail client.

Could someone please point me to a decent solution, be it open source or
plugin-based, free or commercial, we just need to find a solution how to
intercept the incoming messages and do some wizardy with them. And C#, of
course, is the preferred platform. In future, we'll perhaps need a C#
SMTP proxy server, too, so if the provider has both of them, that would
be great news.

Thank you for any suggestions.

Regards,

Pavils Jurjans



Feb 17 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
11193
by: Marshall Dudley | last post by:
When I do the following line in Netscape, the popup loads as it should, but the parent window usually, but not always, reloads as well. <a href="#"...
10
6707
by: David McCulloch | last post by:
The following code opens a new window, but the "resizeTo" doesn't resize it. Why not? (Don't ask why I simply did not open the window with the new size....my original problem was how to open a...
3
24664
by: NeverLift | last post by:
But, if it's not open, I don't want to open it . . . using window.open will open it if it doesn't exist, even if the url in that open is null (the window is then empty -- but it's open). The...
5
10579
by: Ryan Hubbard | last post by:
Is it possible to get the recordset from an open query window? So you run the query. The window is open. Can vba retrieve this data?
7
3648
by: anthony.turcotte | last post by:
Hi, I've looked for a solution to this problem on google, read posts in this newsgroup and I still haven't found anything that could help me. Here's the scenario. 1. User accesses...
6
3087
by: Moumen VB.NET 2003/2005 Developer | last post by:
How can I detect if a file sitting on a network drive is still open by another application? This application resides on another machine on the network? I am using VB.NET 2003 Your help is...
6
4416
by: aomighty | last post by:
I wanted to write the following code: import shelve try: db = shelve.open(file, "r") except SomeError: print "Oh no, db not found" Only, I'm not sure what SomeError should be. I tried...
13
3290
by: Geoff Fox | last post by:
I am in the final moments of designing a new website. One of the pages (http://www.auditionfactory.com/samples.php) has four links to show sample work. I would like these links to open new...
19
19024
by: =?Utf-8?B?R3JlZw==?= | last post by:
How can I tell via code if a Form is already open. Each time my forms load I have some initialization code that runs, but if the form is already open and hidden I don't want that initialization...
0
4950
by: Salad | last post by:
A97. Split database. Frontend DB1.MDB. Backend DB1BE.MDB. Tables are linked between DB1 and DB2. From my testing, if I open DB1 exclusively using /excl the backend DB1BE is not opened...
0
7202
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7084
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7278
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
380
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.