.Net Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - More.Net Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 24th, 2012, 08:26 AM
jmenew jmenew is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2012
Posts: 5 jmenew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 43 m 51 sec
Reputation Power: 0
How to create an email application in .net

hii friends I am beginner in .net and want to create an email client for my academic project .so plz help me ......and also metion the basic requirement for this..

thanks

Reply With Quote
  #2  
Old September 24th, 2012, 09:09 AM
MrFujin's Avatar
MrFujin MrFujin is online now
Lord of the Dance
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Oct 2003
Posts: 3,161 MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Months 2 Weeks 1 Day 13 h 47 m 39 sec
Reputation Power: 1736
The first requirement is to define the specification of the e-mail client. e.g.:
- Which protocol (POP3 etc.) do you want to support
- Do you want to create it all from scratch?
- Do you want to use existing protocol library and only concentrate on user interface
- How should the user interface look like.
- Which functions should the user be able to perform.

It is not the easiest task for a beginner, but not impossible either if you really want to go for it.

Reply With Quote
  #3  
Old September 24th, 2012, 08:23 PM
jmenew jmenew is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2012
Posts: 5 jmenew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 43 m 51 sec
Reputation Power: 0
Quote:
Originally Posted by MrFujin
The first requirement is to define the specification of the e-mail client. e.g.:
- Which protocol (POP3 etc.) do you want to support
- Do you want to create it all from scratch?
- Do you want to use existing protocol library and only concentrate on user interface
- How should the user interface look like.
- Which functions should the user be able to perform.

It is not the easiest task for a beginner, but not impossible either if you really want to go for it.




yes i would like to go with existing protocol like POP3 ,SMTP . user interface should be simple the basic functionality it must have is sending and receiving mails to any other mail server and user account management

Reply With Quote
  #4  
Old September 25th, 2012, 03:12 AM
MrFujin's Avatar
MrFujin MrFujin is online now
Lord of the Dance
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Oct 2003
Posts: 3,161 MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Months 2 Weeks 1 Day 13 h 47 m 39 sec
Reputation Power: 1736
Now you just have to ask a question.

Please be specific at what you want help with.
What have you already tried?

Have you tried searching for tutorials?

Reply With Quote
  #5  
Old September 25th, 2012, 07:56 AM
jmenew jmenew is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2012
Posts: 5 jmenew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 43 m 51 sec
Reputation Power: 0
yes I searched for tutorial ...but what they told me is i need a email server and web server too and providing the setup of it but what i really want to know whether i can't make it without using these .exe coz I want to make it completely by myself

gui is not a matter of concern. so plz tell me what i have to do for sending and receiving of mails and also how to use protocols

send me some useful links


thanks

Reply With Quote
  #6  
Old September 25th, 2012, 09:14 AM
MrFujin's Avatar
MrFujin MrFujin is online now
Lord of the Dance
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Oct 2003
Posts: 3,161 MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Months 2 Weeks 1 Day 13 h 47 m 39 sec
Reputation Power: 1736
An e-mail client will need an e-mail server.
My recommendation will be that you use one of the existing mail server first, before you try to create you own.

Regarding the protocols, you can always start with wikipedia. It has a lot of information including links to the official specifications:
http://en.wikipedia.org/wiki/POP3
http://en.wikipedia.org/wiki/IMAP
http://en.wikipedia.org/wiki/SMTP

Reply With Quote
  #7  
Old September 25th, 2012, 09:27 AM
jmenew jmenew is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2012
Posts: 5 jmenew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 43 m 51 sec
Reputation Power: 0
thanks a lot
sorry i think i am confusing b/w the terms like email client and a simple email application like, what i want to do is to make an webmail application like gmail not like outlook . once again sorry for not mentioning clearly in previous.

so plz what now i really need a email server or not, if yes so which server i would have to see , plz mention a simple one

thanks

Reply With Quote
  #8  
Old September 25th, 2012, 09:32 AM
MrFujin's Avatar
MrFujin MrFujin is online now
Lord of the Dance
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Oct 2003
Posts: 3,161 MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Months 2 Weeks 1 Day 13 h 47 m 39 sec
Reputation Power: 1736
I have only experience with www.hmailserver.com.

Reply With Quote
  #9  
Old September 25th, 2012, 09:36 AM
jmenew jmenew is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2012
Posts: 5 jmenew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 43 m 51 sec
Reputation Power: 0
so it means that to make an webemail application like gmail I also need an email server.....i browse this link also and downlaoded an .rar application of emailserver but error encounters during installation.............

Reply With Quote
  #10  
Old September 26th, 2012, 07:14 AM
rosylee rosylee is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 3 rosylee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 43 sec
Reputation Power: 0
rosyle........

Quote:
Originally Posted by MrFujin
The first requirement is to define the specification of the e-mail client. e.g.:
- Which protocol (POP3 etc.) do you want to support
- Do you want to create it all from scratch?
- Do you want to use existing protocol library and only concentrate on user interface
- How should the user interface look like.
- Which functions should the user be able to perform.

It is not the easiest task for a beginner, but not impossible either if you really want to go for it.



Thank you for this information.

Reply With Quote
  #11  
Old October 4th, 2012, 06:02 AM
TheTechguys TheTechguys is offline
Permanently Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 8 TheTechguys User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 59 m 49 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
When working with e-mail, protocols must be addressed. First Protocol sends a message , and the second retrieves them from the server (POP3). There is also a third protocol retrieves addresses receiving server .

The aim of this series is to create a POP3 and SMTP e-mail to an Outlook Express look alike on the Internet e-mail application. Component classes will be created in Visual NET.

And I'm not going to cover the basics of VB.NET. I assume that you have to know the average VB. NET and ASP.NET.

Reply With Quote
  #12  
Old October 5th, 2012, 06:54 AM
rosylee rosylee is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 3 rosylee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 43 sec
Reputation Power: 0
rosylee.........

Quote:
Originally Posted by MrFujin
The first requirement is to define the specification of the e-mail client. e.g.:
- Which protocol (POP3 etc.) do you want to support
- Do you want to create it all from scratch?
- Do you want to use existing protocol library and only concentrate on user interface
- How should the user interface look like.
- Which functions should the user be able to perform.

It is not the easiest task for a beginner, but not impossible either if you really want to go for it.


Thank you for reply

rosylee

Reply With Quote
  #13  
Old October 8th, 2012, 02:18 AM
AceInfinity AceInfinity is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 14 AceInfinity User rank is Private First Class (20 - 50 Reputation Level)AceInfinity User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 h 49 m 21 sec
Reputation Power: 0
On MSDN, take a look at System.Net.Mail. This is an easy easy task.

Reply With Quote
  #14  
Old October 8th, 2012, 07:30 AM
rosylee rosylee is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 3 rosylee User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 43 sec
Reputation Power: 0
Rosylee............

Quote:
Originally Posted by AceInfinity
On MSDN, take a look at System.Net.Mail. This is an easy easy task.



Thank you for suggestion
Rosylee

Reply With Quote
  #15  
Old October 11th, 2012, 10:48 AM
pabonbd pabonbd is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 3 pabonbd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 4 m 17 sec
Reputation Power: 0
yes I hunt down excercise ...but what they told me is i require a message server and network server excessively and giving the setup of it but what i totally prefer to know if i would not be able to cause it without to be using these .exe coz I need to make it comprehensively independent from anyone else

gui is not a matter of concern. so plz advise me what i need to accomplish for sending and gaining of sends and likewise how to utilize methodologies

send me some advantageous channels

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - More.Net Development > How to create an email application in .net

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap