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
2
votes
1 answer

Using James Server in Eclipse With JavaMail

Would anyone be able to tell me how I can go about using James server as my server with Java in Eclipse? I'm trying to test the two classes posted below but i get the following error: Exception in thread "main"…
2
votes
2 answers

JAMES Mailet development process

I'm starting a project that involves writing mailets for Apache James. As far as I can tell, the only way to test a change in my code (on Windows) is through the following steps: Compile the mailet code Build a jar file containing the mailet Copy…
itsadok
  • 28,822
  • 30
  • 126
  • 171
2
votes
2 answers

Advantage and use of Apache James Mail Server?

As i am implementing a web application for User management i need to send 1k email daily,one way to use some paid email service but i want to implement my own ,will Apache James Mail server will help me can i send mail through it or i have to buy…
JavaBeigner
  • 608
  • 9
  • 28
2
votes
1 answer

Java mail | MessagingException

There is no problem when I send TEXT email using our portal which is using java mail however, when I chose to put HTML content and send the email, the following alert is raised. spend hours searching but no useful answer! Can anyone please help…
ComeRun
  • 921
  • 1
  • 20
  • 38
2
votes
3 answers

Apache James 3.0-beta4 start issue

I thought of using Apache James 3.0-beta4 for mail server purpose. I downloaded it from apache website. Followed the instructions to run it. i ran "run.bat" but got the error. Exception in thread "main"…
promil pandey
  • 95
  • 1
  • 4
  • 13
2
votes
0 answers

How to deploy Sieve scripts on Apache James

I have spent two days trying to find a clear instructions on how Sieve scripts are deployed on Apache James. I found some hints that scripts go into "../apps/james/var/" with name such as "username@host.sieve", but doing just that did not work for…
Daniil Shevelev
  • 11,739
  • 12
  • 50
  • 73
2
votes
2 answers

How to use Authenticator subclass in a Java EE application with JavaMail

In Java SE its easy to support the authentication part with such code : Session session = session.getInstance(props,new MyAuthenticator()); But in Java EE the session instance is not created by the application, but its supplied by JNDI injection …
primeFaceUser
  • 295
  • 2
  • 15
2
votes
1 answer

How to retrieve the contact list of an email mailbox?

I'm working on 'Reputation Management in Email Systems' as my MSc research project. The objective is to evaluate the reputation score of each contact/email address (in the contact list) of an email user and share the reputation information with…
Dileepa Jayakody
  • 535
  • 1
  • 6
  • 19
2
votes
1 answer

Error sending mail via local Apache James server

I have some problems sending email using james 3.0-beta4 with Scala. When I do... Transport.send(message, externalRcpts.toArray(new Address[externalRcpts.size()])); ...I get the following error: james.domainlist - No domain…
Bob
  • 1,351
  • 11
  • 28
2
votes
1 answer

Apache James - reduce message time in spool

I'm using a local Apache James 2.3.2 install for development and automated testing. It's configured to forward all incoming messages to a single address and to not relay emails outside:
Spiff
  • 2,266
  • 23
  • 36
2
votes
0 answers

How to change max size attachments in apache james?

How can I know how much is the default maximum size of attachments in apache james and how i can change its value? Example: I open inbox folder via imap, and i want append mimeMessage to this folder, but when i add 340 kb attachment to mimeMessage…
SBotirov
  • 13,872
  • 7
  • 59
  • 81
2
votes
1 answer

Apache james mailet endless loop

I tried to deploy my first sample mailet to apache james v2.3.2 but it gets into an endless loop, sending me emails again and again even after restarting the server. The only way to stop it was to clean the spool folder. In the config.xml I…
2
votes
1 answer

Configuring Apache James with Spring

I use Apache James to send email in my project , For it I run apache james server on my machine . I was looking if I can configure james with spring as I am using spring framework and everything is configured in it . Also Is it capable of sending…
Ruby
  • 873
  • 5
  • 20
  • 47
2
votes
0 answers

Apache James Server set message id

I configured Apache James Server 3.0-beta4 and I am able to send/receive e-mails. The problem that rises is that I need to be able to change the id of a message on the server. I can see the ids of all the messages, but I cannot set them manually. I…
Mihai
  • 91
  • 1
  • 5
2
votes
1 answer

thunderbird cannot login to apache james

So far as I can tell, Apache James is running correctly: root@dur:~/apache-james-3.0-beta4.derby# root@dur:~/apache-james-3.0-beta4.derby# bin/james-cli.sh -h localhost listdomainslocalhost 127.0.1.1 127.0.0.1 127.0.1.1 listdomains command…
Thufir
  • 8,216
  • 28
  • 125
  • 273
1 2
3
11 12