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

Java application to access MAILBOX using MAPI

I am trying to establish a connection between my mail server and a java program to parse the mail using protocol MAPI.. now the connection is working fine with a mock mailbox using IMAPS..but my mail server does not support MAPI..So is thr any…
Praneel PIDIKITI
  • 18,677
  • 13
  • 41
  • 60
0
votes
1 answer

SMTP connection disconnecting after giving message Authorizing to server, working with james server and outlook

I am working with Apache James 2.3 and while Outlook tries to send emails to the server. I get the below smtp conversation and then the connection closes. I have configured the Outlook with the required authentication credentials. But I still seems…
Dhananjay Gupta
  • 316
  • 2
  • 11
0
votes
0 answers

James mail server Exception while delivering a message

I am using the James mail server. The version is James-2.3.2. It can send to some servers, and to others it can't, which makes me very upset. Can send mail to accounts on localhost. The server is in Shanghai, China. Send to outlook.com to throw the…
0
votes
1 answer

Gmail not using TLS to deliver email to apache james server even with Starttls enabled

I am using Apache james 2.3.2 server as an email proxy. Even though I have Starttls enabled on my server and all the ports. Gmail is not delivering the emails through TLS rather sending it non secure.
Dhananjay Gupta
  • 316
  • 2
  • 11
0
votes
1 answer

apache james : mail server

The following is my code. This executed successfully. But I didn't see any mail in my inbox Anybody please help. import java.util.*; import javax.mail.*; import javax.mail.internet.*; public class SendMail { public static void main(String…
Parvathy
  • 2,275
  • 3
  • 24
  • 39
0
votes
1 answer

Can't run Apache james on mac Sierra

I'm using Apache James as email server for development purpose on mac Sierra - v 10.12.3 When I try to start/run it as super user sudo ./run.sh it I get the following error: ERROR: JAVA_HOME not found in your environment. Please, set the JAVA_HOME…
k.vincent
  • 3,743
  • 8
  • 37
  • 74
0
votes
1 answer

apache james config error on windows

I'm trying to run apache james 2.3.2.1 mail server on my windows but when runnig the server it give me an error on the config file C:\WINDOWS\system32>cd…
Wassim Makni
  • 471
  • 2
  • 9
  • 21
0
votes
1 answer

Flag Update in james james-2.3.2.1

I am new to Apache james, using james-2.3.2.1, I am able to send and retrieve the mail but unaware about how to update the flag of the the retrived message . I tried with pop3 but is not allowing me for the same. Having error :…
0
votes
1 answer

Apache James Custom Mailet with Async Processing

We are trying to created a Pre-Processing logic for all outgoing messages. Is it possible to create an mailet to store the messages in QueueA/Repository as soon as the message is received which would be picked up by the pre-processing logic and move…
user3277966
  • 1
  • 1
  • 2
0
votes
0 answers

Setting Up New Machine With James Mail Server

I am moving a Java development environment from an old Windows XP machine to an Apple iMac 27" machine. The old machine has James 2.3.1 on it and it works fine. The new machine has James 2.3.2.1 on it and I am having trouble getting it to…
Lyndon
  • 573
  • 6
  • 24
0
votes
2 answers

Unable to use HashMap when compiling apache james server 2.3.1

I am unable to use a synchronized HashMap because it seems like james apache server 2.3.1 doesn't allow so. This is the error message I am getting: error: generics are not supported in -source 1.4 Map list = new HashMap
Nicky
  • 63
  • 1
  • 2
  • 11
0
votes
1 answer

Integration JAMES Apache and Thunderbird

I have been figuring out and successfully configured JAMES Apache server. I am currently using this version: james-server-app-3.0.0-beta5-SNAPSHOT So now I added two users using james-cli -h localhost -p 9999 user1 password and user2 password All…
Nicky
  • 63
  • 1
  • 2
  • 11
0
votes
1 answer

How can you add an attachment to Apache James email?

Excuse my ignorant but I have never had to set up a mail server in Java before and I just managed to send a simple plaintext email. I'm using Apache James as my custom local server. A third party email server is not an option. I have searched around…
Snorlux
  • 53
  • 1
  • 5
0
votes
1 answer

Apache James server: how to recognise whether a email in the inbox table is a reply of a previous sent email or a new message sent by the user?

I am using james server to send and receive emails. Consider the case when I sent out an email to a user, the user then replies with a email. This email will be saved into the inbox table of the mail database by james server. However all emails…
0
votes
1 answer

James not sending emails to foreign server

community I already installed James in my machine. I configured it. I did a telnet on 4555 port and I added several users. Then I did a telnet on 25 port, and I sent a mail to an outside email address like this ehlo leo@localhost ... mail from:…