+ 1
How can we make a email client using java and swing , which could be able to just send and receive email .
Moreover which design pattern can we use for the application ?
1 Resposta
+ 1
Sending an email is no problem. Just search java library for it.
Receiving one is another thing,
Search http://www.postfix.org/.
Get familiar with MUA, MTA and MDA