hii,
i would like to start a project of my own it includes a lot one of the features a software for managing an email ,
im leaning towards c/cpp .
1-) what graphical user interface language you suggest (qt , wxwidget) cause i like it to run on both windows and linux .
2-) i have no idea how to start and what libraries are needed .:rolleyes:
can you suggest some books / articles please .
suggestion for developing a software
Started by mIXpRo, Aug 23 2010 11:23 AM
7 replies to this topic
#1
Posted 23 August 2010 - 11:23 AM
|
|
|
#2
Posted 23 August 2010 - 01:11 PM
Hello,
Tutorial Site
Development for Beginners | C++ Beginner's Guide | MSDN has beginner tutorials
Another Site
and this link has code for sending email here.
You could try the program in java.
The book to look at would be CoreJava Vol. 2 Advanced Features or google "sun learn java" for a snippet of code to build from.
Good luck
Tutorial Site
Development for Beginners | C++ Beginner's Guide | MSDN has beginner tutorials
Another Site
and this link has code for sending email here.
You could try the program in java.
The book to look at would be CoreJava Vol. 2 Advanced Features or google "sun learn java" for a snippet of code to build from.
Good luck
#3
Posted 23 August 2010 - 03:42 PM
What email protocols do you plan to support?
#4
Posted 23 August 2010 - 04:05 PM
smtp pop3
i want to be able to work with gmail hotmail yahoo accounts
i want to be able to work with gmail hotmail yahoo accounts
#5
Posted 23 August 2010 - 04:10 PM
I'd start by making sure you can issue the basic commands in the right order to get/send emails. Then worry about managing the local copies of the files.
#6
Posted 23 August 2010 - 04:14 PM
how do i do that ?
#7
Posted 23 August 2010 - 04:18 PM
Do you know how to do socket programming? If not, I'd start there. Then learn the protocols for POP3 and SMTP. Saving emails is just a matter of saving the text files. Displaying them can involve a little creativity. You'll also need to be able to encode/decode MIME encoding.
#8
Posted 25 August 2010 - 03:51 AM
Microsoft: "You've got questions. We've got dancing paperclips


Sign In
Create Account


Back to top









