Re: Improved MailboxPath and how to handle the resulting change set

2012-06-28 Thread Eric Charles
2012 at 1:51 PM, Ioan Eugen Stan wrote: HI Gazda, Git is great. Cheers, 2012/6/13 Eric Charles: Hi Gazda, I'm fine with the push to your personal github. It offers nice ui to show diffs. Thx, Eric On 06/13/2012 10:32 AM, Jochen Gazda wrote: Gentlemen, I could invest about 6 w

Re: Improved MailboxPath and how to handle the resulting change set

2012-06-28 Thread Eric Charles
54581 directly on GitHub. Sorry for the delay, I am new to git and I have a new job. Please comment. Best, gazda On Wed, Jun 13, 2012 at 1:51 PM, Ioan Eugen Stan wrote: HI Gazda, Git is great. Cheers, 2012/6/13 Eric Charles: Hi Gazda, I'm fine with the push to your personal github. It

Re: Improved MailboxPath and how to handle the resulting change set

2012-06-28 Thread Eric Charles
X-175 can also be diffed against svn revision 1354581 directly on GitHub. Sorry for the delay, I am new to git and I have a new job. Please comment. Best, gazda On Wed, Jun 13, 2012 at 1:51 PM, Ioan Eugen Stan wrote: HI Gazda, Git is great. Cheers, 2012/6/13 Eric Charles: Hi Gazda, I

Re: Improved MailboxPath and how to handle the resulting change set

2012-06-28 Thread Eric Charles
comments inline, Eric On 06/28/2012 11:02 PM, Jochen Gazda wrote: Hi Eric, see inline. Best, gazda On Thu, Jun 28, 2012 at 4:57 PM, Eric Charles wrote: On 06/28/2012 04:00 PM, Jochen Gazda wrote: 1.- profile noTest on mailbox-integration-tester: ok 2

Re: Hbase Lucene Index(HBaluin) for James Mailbox Feedback

2012-07-16 Thread Eric Charles
Hi Mihai, Thx for the update. I have cloned your repo and run some tests (ubuntu, jdk7). I have stopped the tests because it was taking long (recurring issue with hadoop/hbase clusters - maybe an area to improve not too late, otherwise test will become unusable). See other comments inline,

Re: Succeed change the FetchFolders to RequestFactory MODE

2012-07-16 Thread Eric Charles
+1 on Manolo comments and echo's job :) Eric On 07/09/2012 09:23 AM, Manuel Carrasco Moñino wrote: Hi echo, I've been reviewing the code, and it demonstrates you are getting a good knowledge of RF. A couple of things: - I would extend ValueProxy instead of EntityProxy in certain classes like Use

Re: LDAP Configuration

2012-07-17 Thread Eric Charles
Sorry for this late and evasive response: I remember users working with ldap on james3, but I didn't test it my self and documentation may be outdated... If you can progress on this, don't hesitate to send feeback here (docs, configs,...). Thx, Eric On 07/16/2012 11:49 PM, Zsombor wrote:

Re: MS SQL Server 2012 works great with James

2012-07-17 Thread Eric Charles
Thx Sai! Glad it's working. Eric On 07/16/2012 10:43 PM, Saibabu Vallurupalli wrote: I tried configuring Apache James 3.0 Beta 3 version to use MS SQL Server 2012 database. Everything worked great :-) Just thought of sharing with you all. When you are modifying database.properties keep in min

Re: Hbase Lucene Index(HBaluin) for James Mailbox Feedback

2012-07-17 Thread Eric Charles
responses inline. This past week I've been working on improving my knowledge of Hadoop, HBase and Lucene, on github project HadoopTDG. On Mon, Jul 16, 2012 at 6:03 PM, Eric Charles wrote: Hi Mihai, Thx for the update. I have cloned your repo and run some tests (ubuntu, jdk7). I have st

Re: LDAP Login

2012-07-17 Thread Eric Charles
Hi, If any user/developer has already run james with ldap, I'm also interested to know how to configure it. [1] and [2] is not helpful enough to use it directly. Thx, Eric [1] http://james.apache.org/server/archive/usingLDAP_v1_2.html [2] http://james.apache.org/server/3/config-users.html#LDA

Re: Hbase Lucene Index(HBaluin) for James Mailbox Feedback

2012-07-18 Thread Eric Charles
On 07/17/2012 11:43 PM, Mihai Soloi wrote: On 17.07.2012 13:45, Eric Charles wrote: Hi Mihai, Not sure, but I think the test infinitely loop because zookeeper can't be reached.. (not sure, will check it). I will check it too. Looking at your code, I just realize the tests assu

Re: LDAP Login

2012-07-18 Thread Eric Charles
erver successfully. The configuration clues in https://issues.apache.org/jira/browse/JAMES-747 make me be patient and try more thing. I am going to tell what i exactly do in my blog. Thanks for helps. 2012/7/17 Eric Charles Hi, If any user/developer has already run james with ldap, I'm also int

Re: LDAP Login

2012-07-19 Thread Eric Charles
ou=users,ou=system", with a "uid" and a "userPassword" attributes. Also while adding new user, the DN should contain "uid". While querying James using e.g. POP3, USER yourusers...@example.com PASS yourUsersPassword should be used. =

Re: Clam Daemon

2012-07-19 Thread Eric Charles
Hi, you will need a separate daemon clamd to detect virus (james does not ship with the daemon). Thx, Eric On 07/19/2012 05:35 PM, Merve Temizer wrote: I need to detect incoming mails with a mailet. I found out there is a pre-implemented mailet but, Should i install a daemon on my machine or d

Re: ClamAVScan mailet

2012-07-20 Thread Eric Charles
James 2.3 should contain the needed jar with the ClamAVScan mailet. So nothing special to do, except defining the mailet in config.xml. Thx, Eric On 07/20/2012 01:14 PM, Merve Temizer wrote: ClamAVScan is mentioned as default mailets in James on http://james.apache.org/server/2.3.0/provided_mai

Re: ClamAVScan mailet

2012-07-20 Thread Eric Charles
folder in 3 beta 1. Is there a way to do it in 3 b 1? Thanks for patience. 2012/7/20 Eric Charles James 2.3 should contain the needed jar with the ClamAVScan mailet. So nothing special to do, except defining the mailet in config.xml. Thx, Eric On 07/20/2012 01:14 PM, Merve Temizer wrote

Re: ClamAVScan mailet

2012-07-20 Thread Eric Charles
in 3 beta 1? 2012/7/20 Eric Charles Hi, SAR-INF is for James 2.3. For James 3.0, you have to put your jar in conf/lib folder. Thx, Eric On 07/20/2012 02:20 PM, Merve Temizer wrote: I am using 3 beta 1. I searched net for writing my own mailet but a SAR-INF folder and a sar file generating pr

Re: ClassNotFoundException on Custom Mailet

2012-07-24 Thread Eric Charles
Hi, We had a bug on jar loading and on documentation. You don't have to specify mailetpackage and you have to use the full class name. The jar in conf/lib will only work with latest snapshots. Thx, Eric On 07/24/2012 12:47 PM, Merve Temizer wrote: Lines from my mailetcontainer.xml

Re: ClassNotFoundException on Custom Mailet

2012-07-24 Thread Eric Charles
a lot of configurations in it, can i "synchronize with repository" and get updates? Can it be enough? Thanks in advance for fast responses. 2012/7/24 Eric Charles Hi, We had a bug on jar loading and on documentation. You don't have to specify mailetpackage and you have to use

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
mes/server/tags/james-server-3.0-beta1/> does not exist. 2012/7/24 Eric Charles Hi, Not sure on how it was behaving on beta1 (we changed the jar/mailet loading since then). I you only have your mailet as custom code, the simplest is to download a nightly snapshot and use it.

Re: Mail Storage on Disk

2012-07-25 Thread Eric Charles
Hi Merve, You can set the maildir top folder path via mailbox-maildir.properties, but in no way, how the mails are stored under that top folder. Maildir is a de-facto standard, so we simply respect it. IMHO, it should perform better than JPA, and yes, we have a kind-of b-tree index with luce

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
ttp://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4> . I used container-spring\src\main\config\james when using beta1 because of tutorial http://james.apache.org/server/3/dev-build.html 2012/7/25 Eric Charles beta5 is not yet released (this is why there is no tag for it). the

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
s/server/tags/james-server-3.0-beta4> and check out and import https://svn.apache.org/repos/**asf/james/app/trunk/<https://svn.apache.org/repos/asf/james/app/trunk/> into same workspace in Eclipse? Should i do something extra to make them know each other? Thanks in advance. 2012/7/

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
and .class format. What should i do if i want to edit the code (i think apache license allow me). 2012/7/25 Eric Charles You can run from eclipse launching the main class. The conf files are now shipped in the jars. You can override the default properties by copying the *-template.conf files to

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
/7/25 Merve Temizer I could "mvn packageo" and could run the project but codes are in jars and .class format. What should i do if i want to edit the code (i think apache license allow me). 2012/7/25 Eric Charles You can run from eclipse launching the main class. The conf files are now

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Eric Charles
p project) from apache.orgrepositories , m2eclipse tells the apache-james(app project) to use my modified code of other projects in my Eclipse workspace? 2012/7/25 Eric Charles Import the project you want to change in your eclipse workspace. m2eclipse will update the projects classpath so your

Re: Building from eclipse?

2012-07-26 Thread Eric Charles
Hi Conrad, Seems like our doc needs a wrap-up to get aligned with trunk. A recent thread should help you (read latest posts): http://markmail.org/message/ewpe3sas3o6hfi7v If this doesn't work out, just come back here :) Thx, Eric On 07/26/2012 01:10 AM, Conrad Irwin wrote: Hi All, Apologies

Re: ClassNotFoundException on Custom Mailet

2012-07-27 Thread Eric Charles
/lib did not work. 2012/7/25 Eric Charles Yes, exactly, that's called 'workspace resolution' http://james.apache.org/**server/3/dev-build.html#** Enable_Workspace_Resolution<http://james.apache.org/server/3/dev-build.html#Enable_Workspace_Resolution> Thx, Eric On 07/25

Re: Using with modified components..

2012-07-28 Thread Eric Charles
First, mvn install from your server tree. After, mvn install from your app tree (it will pull then the jar from your local repo based on the file timestamp which will be more recent than the apache repo timestamps). Thx, Eric On 07/27/2012 10:43 PM, William Suetholz wrote: Hello, I read

Re: Replicated/Mirrored Database Configuration

2012-07-28 Thread Eric Charles
Hi Bill, I haven't, but if you replicate on database level, it should be transparent to James. Maybe someone else? Thx, Eric On 07/27/2012 10:49 PM, William Suetholz wrote: Hello, Has anybody configured JAMES to work with the mailstore database being replicated? The replication is for a

Re: Building source

2012-07-31 Thread Eric Charles
remove-m2eclipse-exclusions.sh ? https://github.com/aos-io/aos-sdk/blob/master/sh/remove-m2eclipse-exclusions.sh Thx, Eric On 07/31/2012 12:17 PM, Merve Temizer wrote: I am using eclipse checked out everything, did all the configuration in here http://james.apache.org/server/3/dev-build.html

Re: Building source

2012-07-31 Thread Eric Charles
-exclusions.sh got no error, no output. Try to run Main.java (in container-spring) same error mvn clean compile install Try to run Main.java same error. Thanks in advance. 2012/7/31 Eric Charles remove-m2eclipse-exclusions.sh ? https://github.com/aos-io/aos-**sdk/blob/master/sh/remove-** m2eclipse

Re: Building source

2012-07-31 Thread Eric Charles
RightClick -> Properties -> Build Path -> Source every node has statement : "Excluded: None" I am on 3beta1. 2012/7/31 Eric Charles Click F5 and check if the exclusions of your eclipse project build path are removed. CTRL-B if the automatic build is not activated to rebuil

Re: Multiple Users Repository

2012-08-02 Thread Eric Charles
Hi Merve, You can't have multiple repositories in userrepository.conf. LDAP only manages the users. You still have to have a separate persistence (non LDAP) for the domains http://james.apache.org/server/3/config-domainlist.html Thx, Eric On 08/01/2012 12:23 PM, Merve Temizer wrote: Hello,

Re: Adding Custom Project

2012-08-02 Thread Eric Charles
Hi, That's standard maven working. You need to define a pom in your custom mailet project (groupId, artifactId, version,...), and add back that information in the app pom.xml under the dependencies tag. Thx, Eric On 08/01/2012 12:24 PM, Merve Temizer wrote: No idea? 2012/7/31 Merve Temize

Re: Multiple Users Repository

2012-08-02 Thread Eric Charles
If i cant why James allow me to have multiple domains? 2012/8/2 Eric Charles Hi Merve, You can't have multiple repositories in userrepository.conf. LDAP only manages the users. You still have to have a separate persistence (non LDAP) for the domains http://james.apache.org/**server

Re: some update

2012-08-02 Thread Eric Charles
Hi Mihai, Thx for the update. I didn't try to update my locally cloned project as your last commit is from 30th June. Just ping us when you think your have something buildable / testable (think to the embedded hbase cluster I talked in a previous mail), even if not complete. Eric On 07/31

Re: Where is usersrepository.conf parsed?

2012-08-09 Thread Eric Charles
Hi Merve, The parsing occurs in the configure method of the ReadOnlyUsersLDAPRepository class. Spring container (and its James postprocessors) are responsible to call that method. Thx, Eric On 08/09/2012 02:03 PM, Merve Temizer wrote: I searched "repository" keyword also "usersdomain" key

Re: Replicated/Mirrored Database Configuration

2012-08-10 Thread Eric Charles
y possible that both the Prod and the DR machines could be running simultaneously, and we could get some overlap in UID's. We cannot configure this with only one database backend like I've seen your cluster configurations. Bill On Sat, 2012-07-28 at 09:40 +0200, Eric Charles wrote:

Re: Processing customized properties files.. (app ... spring-server.xml)

2012-08-10 Thread Eric Charles
About multiple PropertyPlaceholderConfigurer in one spring context, I had issues with that in other prseojects. The solution was indeed to list the properties in a single PropertyPlaceholderConfigurer. But here in James multiple PropertyPlaceholderConfigurer seem to work fine... For you custom

Re: HBase Test Failure On Build (3.0beta4)

2012-08-10 Thread Eric Charles
I also have the exception. I will try to look at this this weekend. Thx, Eric On 08/10/2012 11:24 AM, Merve Temizer wrote: When i run m2eclipse in Eclipse with goal "package" i see in the console: javax.management.InstanceAlreadyExistsException: MXBean already registered with name Hadoop:servic

Re: HBase Test Failure On Build (3.0beta4)

2012-08-13 Thread Eric Charles
think is that the file permission issue does not arise any more on james-server-data-hbase... at least here... Maybe you can get some insipiration from MAILBOX-185 and see if it help on your env. If such, please submit a patch. Thx, Eric On 08/10/2012 06:40 PM, Eric Charles wrote: I also hav

Re: HBase Test Failure On Build (3.0beta4)

2012-08-14 Thread Eric Charles
beta4. If i can get beta5 will it be ok? Then how can i get it, you said some time ago that it is not a release, then, what should i do? 2012/8/13 Eric Charles Hi, There's nothing much we can do for released beta4. In trunk,; james-server-data-hbase was failing last time, but now it

Re: [VOTE] Release Hupa 0.0.3

2012-08-16 Thread Eric Charles
[X] +1 Please release Eric On 08/16/2012 11:55 AM, Manuel Carrasco Moñino wrote: Hi all, Please cast your VOTE for Apache Hupa 0.0.3 release: [ ] +1 Please release [ ] +0 No time to review [ ] -1 Something is wrong SVN tag: https://svn.apache.org/repos/asf/james/hupa/tags/hupa-parent-0.0.3/

Re: Project status and integration into James Mailbox

2012-08-16 Thread Eric Charles
Thx Mihai, Can you give us the github url? Do tests need an external hbase or does it run with HBaseMiniCluster? Btw, I tried to understand how to run the HBase lucene index in the Lucene tests following your README, but still don't get the idea... Any further comment? Thx, Eric On 08/16/2

Re: Project status and integration into James Mailbox

2012-08-16 Thread Eric Charles
the README, I think I've got now the idea of the test with lucene. I will try it. Thx, Eric On 08/16/2012 02:17 PM, Eric Charles wrote: Thx Mihai, Can you give us the github url? Do tests need an external hbase or does it run with HBaseMiniCluster? Btw, I tried to understand how to ru

Re: Accessing via POP3 and Javamail with an encrypted password

2012-09-14 Thread Eric Charles
Are you referring to APOP protocols, which btw I don't think James supports? Thx, Eric On 13/09/2012 14:25, Merve Temizer wrote: I need to connect with Javamail to James using a SHA encrypted password string. But I think James need plain text. I have the code below // Get a

Re: A6EE6908 missing from KEYS

2012-09-18 Thread Eric Charles
Hi Robert, Yes, please add it. KEYS should be maintained. If it is not accurate, we will need to fix it. Thx, Eric On 16/09/2012 16:02, Robert Burrell Donkin wrote: A6EE6908[1] signed james-2.3.2 but is missing from the KEYS document[2] Unless there are any objections, I'll just dive in and

Re: Adding additional persistence units

2012-09-18 Thread Eric Charles
I guess you want to access an external database from you mailet via JPA. If I remember well, you should rather look defining multiple persistence.xml file, each with its own persistence-unit, rather than putting them all in one single file. google it :) Thx, Eric On 17/09/2012 11:55, Merve

Re: [PATCH] [JAMES-1436] APPEND IMAP command can result in JAMES IMAP waiting indefinitely for data

2012-09-20 Thread Eric Charles
Hi Samant, Thx for this. The mailing list has removed the attached file. Could you please open a JIRA on [1] and attached there the patch (grant ASF for it). Thx, Eric [1] https://issues.apache.org/jira/browse/IMAP On 20/09/2012 00:39, Samant Maharaj wrote: This patch provides an example f

Re: James to Git?

2012-09-27 Thread Eric Charles
Sounds like a reasonable plan. In the meantime, if there are any barrier to contribute with the current SVN, just tell us so we can help. Thx, Eric On 27/09/2012 03:12, Saibabu Vallurupalli wrote: Add me as well +1 On Wed, Sep 26, 2012 at 4:22 PM, Ioan Eugen Stan wrote: Hello, I've not

Re: Missing james-cli.sh

2012-10-11 Thread Eric Charles
No problem, you are very welcome. You need to check out https://svn.apache.org/repos/asf/james/app/trunk/ (app, not server) Thx, Eric On 11/10/2012 13:48, Merve Temizer wrote: Sorry writing in dev list but i do not use binary i am building from source I checked out https://svn.apache.org/re

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-11 Thread Eric Charles
Is the content null if you send via regular mail client? Which telnet commands do you issue? Thx, Eric On 10/10/2012 16:58, Merve Temizer wrote: Hello, I have a custom mailet, i see it runs on debug environment. in service(org.apache.mailet.Mail mail) mail.getMessage().getContent is null.

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Eric Charles
s not the pr 2012/10/11 Eric Charles Is the content null if you send via regular mail client? Which telnet commands do you issue? Thx, Eric On 10/10/2012 16:58, Merve Temizer wrote: Hello, I have a custom mailet, i see it runs on debug environment. in service(org.apache.mailet.Mail

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-16 Thread Eric Charles
ile://var/mail/infected/ ToRepository is in a project: james-server-mailet. Its init() is called on startup of debugging but its service() method is not called. Am i wrong on expecting ToRepository.service() to run? 2012/10/12 Eric Charles Not sure what's going on. Is mail.getRe

Re: James as a JavaEE Connector

2012-10-17 Thread Eric Charles
On 16/10/2012 20:52, David Blevins wrote: On Oct 16, 2012, at 1:55 AM, Eric Charles wrote: Hi, see response inline. (also, better to use server-dev@james.apache.org and not gene...@james.apache.org) Switched. On 15/10/2012 20:01, David Blevins wrote: Hi All, I have the goal to be

IMAP-351 and PROTOCOLS-98

2012-10-24 Thread Eric Charles
Hi, I should soon commit IMAP-351 (ACL Support) and PROTOCOLS-98 (Decouple POP3 UID forming logic from protocol implementation) which mean some API change. Any blocker on this? Thx, Eric - To unsubscribe, e-mail: server-de

Re: creating group folders per number of users

2012-11-05 Thread Eric Charles
No yet. We are working on ACL (Access Control List) support in James. That should give you a kind-of group functionality. Thx, Eric On 05/11/2012 18:00, Rajender Vallapureddy wrote: Hi, We want to provide a folder for 10 users as a group. What we want to achieve is routing of messages for a u

Re: Building trunk

2012-11-09 Thread Eric Charles
Hi Merve, Can you send env details: os and jdk version? Thx, Eric On 09/11/2012 13:59, Merve Temizer wrote: Hello, I had problems on hbase by building tag 3.0 beta, then i checked out trunk from http://svn.apache.org/repos/asf/james/server/trunk I am using maven 3 to "mvn clean compile inst

Re: creating group folders per number of users

2012-11-09 Thread Eric Charles
ve their emails in different networked machines file systems like below: org1machine org2machine etc.., Is there a way we can save these emails into different file systems? I appreciate your response on this. Thank you, Sai On Mon, Nov 5, 2012 at 4:41 PM, Eric Charles wrote: No yet. We are wo

Re: Building trunk

2012-11-09 Thread Eric Charles
en_US, platform encoding: UTF-8 OS name: "linux", version: "3.0.0-16-generic", arch: "i386", family: "unix" thanks very much for time. 2012/11/9 Eric Charles Hi Merve, Can you send env details: os and jdk version? Thx, Eric On 09/11/2012 13:59, Me

Re: Building trunk

2012-11-11 Thread Eric Charles
to build without the test, add -DskipTests Thx, Eric On 11/11/2012 17:41, Merve Temizer wrote: How can i be sure previous failures are shut down, there is no more effects? With what other application might hbase started? 2012/11/9 Eric Charles It builds/tests fine on the Apache CI [1] and

Re: Using James as SMTP Relay

2012-11-19 Thread Eric Charles
Yes, Just create the needed user/password and give them to your users (I guess you don't want to act as an openrelay). SMTP relay will is working by default for authenticated users. Thx, Eric On 19/11/2012 10:15, Dhrubo wrote: Hello, Is it possible to use James as an SMTP relay ju

Re: Using James as SMTP Relay

2012-11-19 Thread Eric Charles
. Yes you are right it will be authenticated use for sure. Is it possible to test it from 127.0.0.1 (i.e locally) or I need to put/install James on my Softlayer servers ? On Mon, Nov 19, 2012 at 3:55 PM, Eric Charles wrote: Yes, Just create the needed user/password and give them to your users

Re: new mailets directory structure

2012-11-29 Thread Eric Charles
+1 on the idea to put mailets together, but yes, we need to take care to not loose the tags/branches. I guess using a few carefull "svn mv fromUrl toUrl" can do the job (no need for new commit/recommmit). About the naming, I would love to have consisten naming. For now, we have some mailet-a

Re: new mailets directory structure

2012-11-30 Thread Eric Charles
(see inline) On 30/11/2012 10:27, Ioan Eugen Stan wrote: On Fri, Nov 30, 2012 at 8:29 AM, Eric Charles wrote: +1 on the idea to put mailets together, but yes, we need to take care to not loose the tags/branches. Great! I can move them in place under james/mailets/trunk. There are no

Re: needed help on DSN NOTIFY command issue

2012-11-30 Thread Eric Charles
Rajender, I think JAMES-232 covers what you need [1] (please Stefano confirm). Although we have a backlog atm and JAMES-232 is open since loong, please vote on (top right of the page) for JAMES-232 if you want to see this implemented. Thx, Eric [1] https://issues.apache.org/jira/browse/JAME

Re: new mailets directory structure

2012-11-30 Thread Eric Charles
all review them and identify the impact. Thx again, Eric On 01/12/2012 01:41, Ioan Eugen Stan wrote: Hello Eric, Please read inline, On Fri, Nov 30, 2012 at 12:44 PM, Eric Charles wrote: (see inline) On 30/11/2012 10:27, Ioan Eugen Stan wrote: On Fri, Nov 30, 2012 at 8:29 AM, Eric

Re: needed help on DSN NOTIFY command issue

2012-12-01 Thread Eric Charles
On 01/12/2012 11:43, Stefano Bagnara wrote: 2012/12/1 Eric Charles : I think JAMES-232 covers what you need [1] (please Stefano confirm). Yes, that issue was my first attempt to bring DSN to JAMES. In my local 2.3 branch I have the made progresses, but it requires a lot of changes and it does

Re: new mailets directory structure

2012-12-01 Thread Eric Charles
On 01/12/2012 01:41, Ioan Eugen Stan wrote: 'svn mv ... ...' should do the work, although I have never moved tags/branches. Double check with another src :) It worked like a charm, thanks. Btw, although I'm git's fan, I don't know how one could easily achieve that kind of operation in git?

Re: new mailets directory structure

2012-12-02 Thread Eric Charles
rt a vote (ACK with lazy consensus) open for 3 days before committing. Thx, Eric On 02/12/2012 10:57, Ioan Eugen Stan wrote: Hi Eric, Please see inline. On Sat, Dec 1, 2012 at 8:49 AM, Eric Charles wrote: Hi Ioan, I have updated the current externals and the hudson build. Can you check

Re: new mailets directory structure

2012-12-03 Thread Eric Charles
will slow things down. I guess I can work on code until the vote ends. On Sun, Dec 2, 2012 at 2:45 PM, Eric Charles wrote: Big +1 on all your proposals - I would simply use 'all' instead of 'aggregator', I like 3 letters I'll keep aggregator, hope you don

Re: [VOTE] apache james mailet - code improvements - lazy consensus

2012-12-03 Thread Eric Charles
+1 for current and further actions. Eric On 02/12/2012 21:33, Ioan Eugen Stan wrote: Hello James Devs, Please vote on the following issues. This is a lazy consensus vote starting now, ending in 72h. I propose the following new changes to James mailets: New project names: Apache James :: Mail

Re: Access James mails using Web Services

2012-12-03 Thread Eric Charles
Hi Sai, James doesn't have Web Service interfaces (nor WSDL, nor REST), so one has to build it (it has been asked a few times, so it would be used for sure). The first think to do is to define the API (WSDL or REST), a home for that module (e.g. james-server-protocols-wsdl or james-server-p

Re: How to Use James API

2012-12-06 Thread Eric Charles
Hi, What are you looking for: spool a mail, use mailbox, develop a new mailbox, hook imap...? Just name... Thx, Eric On 06/12/2012 13:47, Pratap Kale wrote: Dear All, Please give me direction how to use James API in my project.

Re: How to Use James API

2012-12-07 Thread Eric Charles
to get a massage status, if it deleted or not. Thanks&Regards Pratap Kumar Kale On Thu, Dec 6, 2012 at 10:33 PM, Eric Charles wrote: Hi, What are you looking for: spool a mail, use mailbox, develop a new mailbox, hook imap...? Just name... Thx, Eric On 06/12/2012 13:47, Pratap Kale w

Re: work on mailets

2012-12-08 Thread Eric Charles
On 08/12/2012 17:48, Ioan Eugen Stan wrote: Hello devs, I've done some work on mailets, and more is coming under MAILET-41 [1] but there are some things I would like to discuss. 1. I've noticed that the packages are named org.apache.james.mailet and I propose to change from "mailets" back to "m

Re: work on mailets

2012-12-09 Thread Eric Charles
On 09/12/2012 14:30, Ioan Eugen Stan wrote: I've analyzed the situation a bit. Here's a summary. Total number of issues per project - total issues (including open) / open issues. James Basic Mailet Toolkit - MAILETBASE 7 Issues / 0 open James Crytography Mailets - MAILETCRYPTO 9 Issues / 0 op

Re: Send and Delete Mails Using Message Manager

2012-12-11 Thread Eric Charles
Hi, Message Manager allows you to store and retrieve mails, but not sending them. For MessageManager code, just look the AbstractMailboxManagerTest and AbstractStressTest (+ AbstractSubscriptionManagerTest for subscriptions) [1]. To send mail, javamail client is an option, but that's not J

Re: supportedCipherSuites not working for startTLS

2012-12-12 Thread Eric Charles
Great. The procedure to sumit a code change is to open a JIRA (in your case on https://issues.apache.org/jira/browse/PROTOCOLS) and upload the patch granting Apache for the license. I know this is a tiny change, but it allows to track down the history... Would you mind opening that JIRA? Th

Merge Mailet JIRA projects (was: Re: work on mailets)

2012-12-14 Thread Eric Charles
On 13/12/2012 10:56, Ioan Eugen Stan wrote: Hello, After the response on INFRA it looks like move + delete is an option. I am going move issues this week-end + ticket on infra to delete obsolete projects. Eric, is that ok with you? OK for me. Just ensure that all tickets (close/open/...) are

Merge Mailet JIRA projects (was: Re: work on mailets)

2012-12-14 Thread Eric Charles
On 13/12/2012 10:56, Ioan Eugen Stan wrote: Hello, After the response on INFRA it looks like move + delete is an option. I am going move issues this week-end + ticket on infra to delete obsolete projects. Eric, is that ok with you? Ok for me. Just ensure that all (closed/open/...) tickets are

Re: supportedCipherSuites not working for startTLS

2012-12-14 Thread Eric Charles
patch, you should have be prompted for that. No? On a side note is the detail regarding providing patches on http://james.apache.org/contribute.html still up to date? This page needs to be updated indeed (we don't use bugzilla anymore). Thanks Phillip On 12/12/12 7:04 AM, Eric Charles wro

Re: From email address Validation

2012-12-14 Thread Eric Charles
Hi Pratap, In smtpserver.conf, set the verifyIdentity tag to true. Thx, Eric On 14/12/2012 14:03, Pratap Kale wrote: Dear All, In apache james we are able to send the emails within same domain (ex. from us...@example.com to us...@example.com) wherein user1@example doesn't exist. Is there any

Re: work on mailets

2012-12-15 Thread Eric Charles
d + ticket on infra to delete >> obsolete projects. Eric, is that ok with you? >> >> I personally enjoy a clean working place. >> >> Regards, >> >> On Sun, Dec 9, 2012 at 6:02 PM, Ioan Eugen Stan >> wrote: >>> Hello Eric, >>> >

Re: work on mailets

2012-12-18 Thread Eric Charles
spread across the project. This should make things easy to track > and consistent. > > [0] https://github.com/ieugen/james-mailet/tree/single-site > [1] https://issues.apache.org/jira/browse/MAILET-43 > > On Sat, Dec 15, 2012 at 2:41 PM, Ioan Eugen Stan > wrote: >> INFRA mo

Re: redirecting mails to priority inbox

2012-12-18 Thread Eric Charles
Hi, You can implement your own custom mailet. See the ToRecipientFolder mailet to get inspiration [1]. Hope this helps, Eric [1] https://svn.apache.org/repos/asf/james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets/ToRecipientFolder.java On 18/12/2012 11:23, Rajender

Re: work on mailets

2012-12-23 Thread Eric Charles
Hi Ioan, On 22/12/2012 15:49, Ioan Eugen Stan wrote: Hello, On Wed, Dec 19, 2012 at 9:39 AM, Eric Charles wrote: Hi, I try to build trunk and get now Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project apache-mailet-ai: Too many unapproved licenses: 4

Re: work on mailets

2012-12-23 Thread Eric Charles
On 23/12/2012 13:20, Ioan Eugen Stan wrote: Hello, On Sun, Dec 23, 2012 at 12:50 PM, Eric Charles wrote: Hi Ioan, On 22/12/2012 15:49, Ioan Eugen Stan wrote: Hello, On Wed, Dec 19, 2012 at 9:39 AM, Eric Charles wrote: Hi, I try to build trunk and get now Failed to execute goal

Re: [VOTE] Release Apache Mailet 2.5.0 and company

2012-12-24 Thread Eric Charles
Hi Ioan, Have we got a binary in the repo so we can link to it from http://james.apache.org/download.cgi#Apache_Mailet_Base (assuming we change the download page to reflect the merge)? I searched for it but didn't find any ([1] has src, but no jar). (maybe I'm too busy preparing Christmas, a

Re: [VOTE] Release Apache Mailet 2.5.0 and company

2012-12-25 Thread Eric Charles
On 24/12/2012 00:31, Ioan Eugen Stan wrote: +1, please release (I don't know if it counts) Yes, it does count. Eric On Mon, Dec 24, 2012 at 1:29 AM, Ioan Eugen Stan wrote: Hi all, Please cast your VOTE for Apache Mailet 2.5.0 release: [ ] +1 Please release [ ] +0 No time to review [ ]

Re: [VOTE] Release Apache Mailet 2.5.0 and company

2012-12-25 Thread Eric Charles
james-076/org/apache/james/apache-mailet-base/2.5.0/ ? [2] https://repository.apache.org/content/repositories/orgapachejames-076/org/apache/james/ On Mon, Dec 24, 2012 at 12:54 PM, Eric Charles wrote: Hi Ioan, Have we got a binary in the repo so we can link to it from http://james.apa

Re: read list of available/registered domains

2012-12-26 Thread Eric Charles
Merry Christmas to you also Rajender. The eaisest is to inject the DomainList domainList in you mailet Just declare as field @Resource(name = "dnsservice") private DomainList domainList; and the mailet container will inject it for you (see also [1] for an example using a setter method

Re: differentiate between sent and receive

2012-12-26 Thread Eric Charles
Hi Rajender, There is no specific header for this. You could rely on the From header begin the same as the connected user, but there is no strict obligation that this header will the same... (you can customize your email client with another sender). If you use the ToSenderFolder mailet to pu

Re: [VOTE] Release Apache Mailet 2.5.0 and company

2012-12-27 Thread Eric Charles
On 27/12/2012 12:58, Ioan Eugen Stan wrote: Hello, Vote passed. I released the artifacts. I will send out mail on anounce at apache dot org tonight/tomorrow and update the downloads page before that. Great! Thx for all the work. Not sure how to update the website right now (no svn pub-sub ?

Re: James server proposals

2012-12-27 Thread Eric Charles
On 28/12/2012 03:24, Ioan Eugen Stan wrote: Hello, Hi Ioan, I have a few proposals that I wish to run by you: - I wish to integrate James App into James server and remove the project. Thei are very tied together and should be released as one so it makes sense. Plus, we get to kill a project

Re: project artifact needs a release?

2012-12-29 Thread Eric Charles
Hi Ioan, We need to follow the normal release processs (with min 3 days vote). Thx, Eric On 29/12/2012 03:50, Ioan Eugen Stan wrote: Hello, I've updated the plugin versions to latest, some info and bumped the parent apache:apache to version 12. I wish to cut release 1.8.2 for project. Should t

Re: [discussion] the state of James Project svn module

2014-09-01 Thread Eric Charles
We have some web pages in james-project. http://svn.apache.org/repos/asf/james/project/trunk/src/site Can you check for option 2 that the site can still be generated and deployed? On 09/01/2014 12:15 PM, Ioan Eugen Stan wrote: > Hello, > > I've been looking at the James code base lately and I

Re: build james beta 4 from source

2014-10-07 Thread Eric Charles
For 3.0-beta4, there was a separate app project which seems to be removed now (even the tag)... On 09/29/2014 11:43 AM, Emma Sesmero wrote: > Hi all, > > I am following these steps to build the James beta 4 from the source code: > > svn checkout > http://svn.apache.org/repos/asf/james/server/tag

Re: build james beta 4 from source

2014-10-08 Thread Eric Charles
om the source > of 3.0-beta4? > > And for 3.0-beta3, was there a separate app project as well? Does it exist > yet or has it also been removed? > > Thank you very much for answering, Eric > > 2014-10-08 6:56 GMT+02:00 Eric Charles : > >> For 3.0-beta4, there was

<    2   3   4   5   6   7   8   9   10   11   >