473,624 Members | 2,103 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web based POP3 client

Jay
I'm not asking for any code (although it would be nice if
someone got a sample).

But how would i design a web based POP3 client? I want the
users to be able to access the emails from Outlook, and
the web based email client. What i'm not sure how to
design is where to store the emails for the web based
client. Should i operate on the mailroot folder directly,
or create another folder on the server (or another
server), where the emails are copied to when they arrive
(or when the user use the web based client). If i store
them in another place, i can let the users store the
emails in different folders and sort them, but on the
other side, i end up by using twice as much disk space.
This is what concerns me, is this really the way you do
this?

How is Exchange solving this? But I suppose that is
something completely different, and this is only a POP3
server (and SMTP server). Anyone that has created
something like this and can give me some advices where i
should store the emails?

Thanks!!
Nov 15 '05 #1
3 2535
Jay,

The outlook web access application only allows views on the emails that
are currently stored on Exchange. If the user has the option to deliver the
emails to their personal folders, then the email is pulled off the exchange
server and onto their local drives.

I think that this is the best you can do if you are going to provide
web-based access to your email (then again, you might want to consider the
aforementioned Outlook Web Access client). If people keep their email on
the server, then they will have the same access as when they access it
through the web.

I don't think that your web based client should act any different. To
be honest, I don't think that POP3 is the protocol that is suited for
web-based access, because it entails the download of the email messages, and
you would have to store them somewhere, possibly fragmenting the user's
email (some emails here, some emails there, etc, etc).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot)paldin o=at=exisconsul ting<dot>com

"Jay" <nosp@mthanks > wrote in message
news:0a******** *************** *****@phx.gbl.. .
I'm not asking for any code (although it would be nice if
someone got a sample).

But how would i design a web based POP3 client? I want the
users to be able to access the emails from Outlook, and
the web based email client. What i'm not sure how to
design is where to store the emails for the web based
client. Should i operate on the mailroot folder directly,
or create another folder on the server (or another
server), where the emails are copied to when they arrive
(or when the user use the web based client). If i store
them in another place, i can let the users store the
emails in different folders and sort them, but on the
other side, i end up by using twice as much disk space.
This is what concerns me, is this really the way you do
this?

How is Exchange solving this? But I suppose that is
something completely different, and this is only a POP3
server (and SMTP server). Anyone that has created
something like this and can give me some advices where i
should store the emails?

Thanks!!

Nov 15 '05 #2

Hi,

I can offer only IMAP based webmail example, it's much better than pop3
based.
(Most servers support IMAP)

See www.lumisoft.ee (MailServer project - all source code is included)

"Jay" <nosp@mthanks > wrote in message
news:0a******** *************** *****@phx.gbl.. .
I'm not asking for any code (although it would be nice if
someone got a sample).

But how would i design a web based POP3 client? I want the
users to be able to access the emails from Outlook, and
the web based email client. What i'm not sure how to
design is where to store the emails for the web based
client. Should i operate on the mailroot folder directly,
or create another folder on the server (or another
server), where the emails are copied to when they arrive
(or when the user use the web based client). If i store
them in another place, i can let the users store the
emails in different folders and sort them, but on the
other side, i end up by using twice as much disk space.
This is what concerns me, is this really the way you do
this?

How is Exchange solving this? But I suppose that is
something completely different, and this is only a POP3
server (and SMTP server). Anyone that has created
something like this and can give me some advices where i
should store the emails?

Thanks!!

Nov 15 '05 #3
Jay
Hi,

Thanks!

I wonder if it will be much easier to write a complete
server instead of trying to deal with this. As you say,
POP3 is not suited for this.

-----Original Message-----
Jay,

The outlook web access application only allows views on the emails thatare currently stored on Exchange. If the user has the option to deliver theemails to their personal folders, then the email is pulled off the exchangeserver and onto their local drives.

I think that this is the best you can do if you are going to provideweb-based access to your email (then again, you might want to consider theaforemention ed Outlook Web Access client). If people keep their email onthe server, then they will have the same access as when they access itthrough the web.

I don't think that your web based client should act any different. Tobe honest, I don't think that POP3 is the protocol that is suited forweb-based access, because it entails the download of the email messages, andyou would have to store them somewhere, possibly fragmenting the user'semail (some emails here, some emails there, etc, etc).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot) paldino=at=exis consulting<dot> com
"Jay" <nosp@mthanks > wrote in message
news:0a******* *************** ******@phx.gbl. ..
I'm not asking for any code (although it would be nice if someone got a sample).

But how would i design a web based POP3 client? I want the users to be able to access the emails from Outlook, and
the web based email client. What i'm not sure how to
design is where to store the emails for the web based
client. Should i operate on the mailroot folder directly, or create another folder on the server (or another
server), where the emails are copied to when they arrive
(or when the user use the web based client). If i store
them in another place, i can let the users store the
emails in different folders and sort them, but on the
other side, i end up by using twice as much disk space.
This is what concerns me, is this really the way you do
this?

How is Exchange solving this? But I suppose that is
something completely different, and this is only a POP3
server (and SMTP server). Anyone that has created
something like this and can give me some advices where i
should store the emails?

Thanks!!

.

Nov 15 '05 #4

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

Similar topics

7
2201
by: BenignVanilla | last post by:
My ISP provides a web based email client, but it is not brandable and the features are not that extensive. I'd like to build my own. Has anyone done this, or is anyone aware of any tools out there to do this? BV. www.iheartmypond.com
3
10190
by: veganeater | last post by:
Hi, I'm wondering if there's a way that I can select which <div> to show based on the user's selection from a dropdown/listbox form. <form name="form1" method="post" action=""> <select name="internet"> <optgroup label="Network"> <option label="option1">Internet</option> </optgroup>
3
2873
by: Chad Myers | last post by:
I'm looking for an app that would allow me to download mails from various POP3 accounts and put them into my Exchange inbox on the server side (rather than having to have outlook open to do it all the time). There are many products that do this, but they're very expensive considering it's just for me and just for tinkering.
4
8993
by: Praveen Naregal | last post by:
Hello all, Does .NET includes any support for POP3 protocol? Or else any c# implementation of POP3 client is available? Regards, -- Praveen Naregal
2
2313
by: Rui | last post by:
I need to write a proxy between pop3 client and pop3+ssl server. This proxy will receive pop3 commands from the client and will translate those commands for a pop3+ssl server, then it will receive returns from pop3+ssl server and it will send them to the primary client. How can I write this service in C#?
5
2950
by: A.M | last post by:
Hi, Is there any open source POP3 client to help me check my emails? I am also loking for a SMTP client to replace CDO. Thanks, Alan
2
2001
by: Shimon Sim | last post by:
Is there a way to get e-mails with attachments using .NET 2.0? If not does anybody knows a component that can do this? Thank you, Shimon.
4
6289
by: =?Utf-8?B?QWxwYW5h?= | last post by:
I am making a thin email client and want to get emails from a pop3 server...Is there any built in support in C# to get emails from a pop3 server and parse the email to show up on the UI ?
5
2664
by: Craig Buchanan | last post by:
I would like to monitor a POP3 mailbox with multiple clients. However, I want to ensure that each message is processed by only one client. In essence, I would like to treat a POP3 mailbox like a queue. From what I've read thus far, atomic message access (if this is the right term) isn't a native feature of the POP3 protocol. Am I mistaken? My approach thus far, is to have one thread connect to the mailbox periodically, look for new...
0
8236
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8173
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8621
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8335
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7159
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4079
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2606
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 we have to send another system
1
1785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1482
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.