Questions tagged [james]

The Apache James is a pure Java SMTP, POP3 Mail server, IMAP and NNTP News server designed to be a complete and portable mail/messaging engine solution based on open messaging protocols.

The Apache James Project delivers a rich set of open source modules and libraries, written in Java, related to Internet mail communication which build into an advanced enterprise mail server. Thanks to extensible design James may serve as embedded mail server or as a base for custom mail processing software.

Some of James's modules are exposed as a separate artifacts, like SPF implementation, Sieve language implemntation or DKIM implementation.

Useful links:

Apache-hosted project wiki

James mailet API, robust Java API for custom mail processing rules

178 questions
0
votes
2 answers

java.lang.NoSuchMethodError when sending mail using Apache James 3

I just downloaded and setup the Apache James 3 latest beta release on Windows and so far i haven't been able to send a simple message. It looks like there is an issue with the build. The error is - ERROR 22:45:01,666 | james.mailspooler | Exception…
Jay
  • 1,392
  • 7
  • 17
  • 44
0
votes
0 answers

Java Eclipse James Import Maven Projects maven-bundle-plugin No marketplace entries found

I attempted to import all of the Apache James email server projects. The result is no 'next' button is enabled. No market place for maven-bundle-plugin is found, etc. Thanks for help.
tomk
  • 31
  • 5
0
votes
3 answers

Sending emails with Java

We have a web application developed with JSP, Servlet and Hibernate. We have to send some automated emails from the application (We only have to send. we can hard code the send account name etc). I came across Apache James. But I am not sure…
PeakGen
  • 21,894
  • 86
  • 261
  • 463
0
votes
1 answer

Monitor apache james mail server with javaSimon

I would like to montior a running james server with java simon. Following the documentation I would need a war application already running so I can just register the JavaSimon Console Servlet. That is great and works wonderful with war…
Blanca Hdez
  • 3,513
  • 19
  • 71
  • 93
0
votes
1 answer

Apache James 2.3.2 won't write to MySQL

I had a working Apache James mail server up and running, but just converted it to use a MySQL database instead of the filesystem. It created (some) the tables, but it won't write to them. This makes it not deliver any mail. Since it will interact…
0
votes
1 answer

Pagination and Sorting with javamail

I have implement pagination in javamail using getMessages(start ,end) method .But this method doesn't take sort term as parameters as getSortedMessages(SortTerm term) method take , also getSortedMessages method doesn't take range numbers as…
HADEV
  • 437
  • 8
  • 19
0
votes
0 answers

Cannot get the list of available folders in a apache james mail server using JavaMail

I am using javamail to access the available folders in james mail server but my code is throwing an exception try { Store store = mailSession.getStore(); store.connect("localhost", username , password ); Folder…
HADEV
  • 437
  • 8
  • 19
0
votes
1 answer

how to add or register mail accounts in james mail server using java mail api

How to add mail accounts to mail server through java code using mail api? Is it possible to add mail accounts using Runtime class?
user3898783
  • 207
  • 1
  • 4
  • 16
0
votes
2 answers

Apache james 3.0 Verify and test startTLS

I have recently configured the Apache james 3.0 beta5 to support startTLS. I have generated the keystore file and set it in the smtpserver.xml and run the james server with no problem or error. I need to verify and confirm it actually works and I…
ComeRun
  • 921
  • 1
  • 20
  • 38
0
votes
4 answers

create user accounts in apache james with java api

I need add new users in Apache James mail server using Java API, but in the whole internet there is not any example of how to use it. Only this http://james.apache.org/server/2.3.1/adding_users.html with Java mail API you can send mail to Apache…
Armen Arzumanyan
  • 1,939
  • 3
  • 30
  • 56
0
votes
1 answer

Port and host overwritten by apache commons

I've created an eclipse maven project that is suppose to start a serviceTask in Activti bpm that sends an email to a given user. I'm using apache James server and have configured it for gmail, I'm able to send emails through telnet but not by using…
agiledevpro
  • 133
  • 1
  • 5
  • 17
0
votes
0 answers

Apache James SMTPS not responding

I am having an Issue using Apache James SMTPS (I am using it for a project using secure mail). I have setup the server according to the official docs. Receiving of mails seem to work fine via SSL. Sending of mails do not work. I have attempted to…
MysteryMan
  • 97
  • 7
0
votes
1 answer

James mail server : Limitations on the count for sending mails

My question is similar to this one here JavaMail : Limitations on the count for sending mails We are using Apache James and I am trying to find out if there is any restriction/configuration on the number of users that I can add to a BCC list of a…
Thirumal
  • 31
  • 6
0
votes
1 answer

Apache james beta5 in maven repository

I started to work in the apache james upgrade from beta3 to beta5. In maven repository the version is not still online, do you know when will it be available? And what about the M1 and M2?
Blanca Hdez
  • 3,513
  • 19
  • 71
  • 93
0
votes
1 answer

Cannot connect to Imap server using Apache james from java code

Can someone please provide a solution to the problem in How to connect to MailServer using JavaMail I am stuck at the same point.
Vihar
  • 3,626
  • 2
  • 24
  • 47