Libraries for writing imap mail _server_ in Java [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I've read this: http://java.sun.com/products/javamail/javadocs/com/sun/mail/imap/package-summary.html
I want to write an imap server rather than imap client in Java. What libraries should I be looking into?
Thanks!

I know you are asking for the libraries rather than the entire solutions, however I found these to be Java based servers:
JAMES
Dwarf
As far as the libraries go you'll need libraries that can:
Parse IMAP requests
SSL handling
Authentication libraries [to verify the requesting user from your directory]
Caching frameworks to handle multiple requests to the same object
I would really not recommend writing a IMAP server from scratch unless that was your main business.

Related

Cloud IDE for java? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I’m currently developing code meant to interact with the API of the Bitcoin exchange with an algorithm deciding whether to buy or sell and all. However, I can’t have my laptop running 24/7, so I was wondering, if there exist another option, like some sort of online/cloud IDE for java, which had a workspace to handle files, and could run my program for me - possibly for a small fee? Thank you :)
What you are looking for is How to Deploy a Java Applet. Here is a nice tutorial.
http://docs.oracle.com/javase/tutorial/deployment/applet/index.html
If you want your applet to be available from anywhere, you will have to embed it on a page that is hosted on the Internet. Getting a page hosted costs money, especially if you don't host it yourself, but there are thousands of well-known companies that provide this service. I can't provide any advice on which one is best, for fear of being swallowed alive by StackOverflow.
Once you have a page hosted, you can embed your Java Applet by following this tutorial.
http://www.echoecho.com/applets01.htm

How can I implement XMPP protocol for my own chat client? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to write a chat client. I could use RMI for that but I don't want to. Moreover I plan to have a web-interface.
I was reading about XMPP protocol and also the fact that google talk uses it. How can I implement it to write my own chat client, not a client for any other IM service? Is there any library available that could help me implement my own chat service (IM) ?
Check out Smack. Its widely used and mature library for writing xmpp application. Here is an example of writing xmpp client. Here is one more example.
There are many libraries available on the xmpp site iteself. You can choose anyone based on your requirement XMPP Libraries
Go for SMACK if you are writing your IM in JAVA.

Open source mailing list software with web services [duplicate]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone recommend a based open source mailing list software ?
The following would all be desired if possible:
Java as the underlying language, as we have people who are experienced with Java
Something which is packaged as a war and can be dropped into a Tomcat server
A sleek interface
Underlying data should be reasonably transparent
Good support for groups - sometimes we want to send mail to everyone, sometimes only people working in a certain area etc.
This is for a non-profit tax-payer funded research organization, so open-source (free) is a high priority. Thanks.
http://subetha.tigris.org/
Apache James http://james.apache.org/server/2.3.2/mailing_lists.html

Google App Engine Java Backend [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've been googling for Google App Engine Backends code samples but I found nothing. Does anyone know where can I find a tutorial or something?
Thanks.
What in particular are you confused about? The backends documentation in Python and in Java are fairly complete, and there's nothing particularly special about writing code for backends (except as documented there): You simply define request handlers as per usual. It's just like writing a standard webapp, except without a time limit on requests (and the warmup request is guaranteed).

Looking for an open-source, Java-based Personalization engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Maybe my google-fu is broken this morning, but I can't find anything that meets the general requirements of:
rules based (like jbpm/drools)
content/targeting centric (like the old ATG Personalization Server)
open source
java
Anyone have any pointers? Leads?
Thanks!
May be not exact what you are looking for but you can find a personalization engine in the two open source java cms systems
Hippo CMS
http://www.onehippo.com
It´s called personas, have a look at http://vimeo.com/64808537
Jahia CMS
But I think the personalization is only available in a lab version of Jahia.

Categories