Re: A New Mail Client (Mail User Agent) Implementation

2013-02-05 Thread Merve Temizer
I need to develop one by myself. But i do not know how to do a complete analyse. I wonder if there is a specification standard etc. 2013/2/5 Ioan Eugen Stan stan.ieu...@gmail.com Hello Merve, Not sure I understand correctly your question, but if you are looking for an email client, isn't

Re: Building trunk

2012-11-12 Thread Merve Temizer
is such a remaining process, but did you paste the complete log? If you want 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

Re: Building trunk

2012-11-11 Thread Merve Temizer
/** mailbox/1109/org.apache.james$**apache-james-mailbox-hbase/https://builds.apache.org/view/G-L/view/James/job/mailbox/1109/org.apache.james$apache-james-mailbox-hbase/ On 09/11/2012 16:10, Merve Temizer wrote: os: Ubuntu 12.04 lts i use a jdk by specifying on command sudo JAVA_HOME /home

Re: Building trunk

2012-11-09 Thread Merve Temizer
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/trunkhttp://svn.apache.org/repos/asf/james/server/trunk I am using maven 3 to mvn clean compile install Below

Re: HBase Test Failure On Build (3.0beta4)

2012-10-12 Thread Merve Temizer
freshstart 192.168.2.15 freshstart 127.0.0.1 localhost 192.168.2.15 is my internal IP address, and freshstart is my hostname. http://akbarahmed.com/2012/08/11/debugging-hbase-unable-to-find-a-viable-location-to-assign-region-root/#comment-191 2012/10/9 Merve Temizer mervet2...@gmail.com I

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Merve Temizer
I sent mail through Thunderbird, i saw in debug environment my mailet has run, look at the variable at breakpoint in Eclipse, org.apache.mailet.Mail.getmessage().getcontent is still null. Thanks for advice. 2012/10/11 Merve Temizer mervet2...@gmail.com i am going to try with mail client

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Merve Temizer
Also every field in message is null, all the headers are empty. 2012/10/12 Merve Temizer mervet2...@gmail.com I sent mail through Thunderbird i saw in debug environment my mailet has run, look at the variable at breakpoint in Eclipse, org.apache.mailet.Mail.getmessage().getcontent is still

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Merve Temizer
in the normal container flow)? Thx, Eric On 12/10/2012 10:13, Merve Temizer wrote: Also every field in message is null, all the headers are empty. 2012/10/12 Merve Temizer mervet2...@gmail.com I sent mail through Thunderbird i saw in debug environment my mailet has run, look at the variable

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Merve Temizer
bounceProcessorbounces/bounceProcessor /mailet /processor 2012/10/12 Merve Temizer mervet2...@gmail.com Thanks. Yes getrecipients() is also null. This is beginning of mailetcontainer.conf mailetcontainer enableJmx=true mailet class=ToRepository repositoryPathfile://var/mail

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Merve Temizer
I found out LocalDelivery does this. But my mail address can not pass RecipientIsLocal matcher. 2012/10/12 Merve Temizer mervet2...@gmail.com Here is a part of mailet conf. When i put my mailet in place [1] Mail.MimeMessage headers comes as set. But content is still null. Should i add

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Merve Temizer
Sorry, writing array of mails. James is authenticated through LDAP in my configuration. How my mail pass RecipientIsLocal matcher? 2012/10/12 Merve Temizer mervet2...@gmail.com I found out LocalDelivery does this. But my mail address can not pass RecipientIsLocal matcher. 2012/10/12

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-12 Thread Merve Temizer
sendpartialtrue/sendpartial bounceProcessorbounces/bounceProcessor /mailet /processor Sorry for asking too much. Thanks in advance. 2012/10/12 Merve Temizer mervet2...@gmail.com Sorry, writing array of mails. James is authenticated through LDAP in my configuration

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-11 Thread Merve Temizer
Charles eric.char...@u-mangate.com 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

Re: Missing james-cli.sh

2012-10-11 Thread Merve Temizer
thanks 2012/10/11 Eric Charles eric.char...@u-mangate.com No problem, you are very welcome. You need to check out https://svn.apache.org/repos/**asf/james/app/trunk/https://svn.apache.org/repos/asf/james/app/trunk/ (app, not server) Thx, Eric On 11/10/2012 13:48, Merve Temizer wrote

Re: Custom Mailet: Getting MimeMessage of Mail

2012-10-11 Thread Merve Temizer
i am going to try with mail client and send you feed back. thanks for attention 2012/10/11 Merve Temizer mervet2...@gmail.com I am sending mail with $telnet localhost 1025(1025 is port that i set to james) mail from:user2@localhost rcpt to:user2@localhost data mycontent . i can see

Re: HBase Test Failure On Build (3.0beta4)

2012-10-09 Thread Merve Temizer
] https://repository.apache.org/**content/repositories/** snapshots/org/apache/james/**apache-james/3.0-beta5-**SNAPSHOT/https://repository.apache.org/content/repositories/snapshots/org/apache/james/apache-james/3.0-beta5-SNAPSHOT/ On 08/14/2012 09:08 AM, Merve Temizer wrote: There's nothing

Re: HBase Test Failure On Build (3.0beta4)

2012-10-09 Thread Merve Temizer
/ On 08/14/2012 09:08 AM, Merve Temizer wrote: There's nothing much we can do for released 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 e...@apache.org Hi

Custom entities, external database, openjpa enhancer

2012-09-28 Thread Merve Temizer
I need to add some new entities into James root app because i must access an external database. But i am getting error: This configuration disallows runtime optimization, but the following listed types were not enhanced at build time or at class load time with a javaagent: {myclass names} I

Re: Duplicated spring-contexts in dependencies conflicting each other in app(root project) and james sub projects

2012-09-21 Thread Merve Temizer
/external/org/springframework/org.springframework.context/2.5.6.SEC01/org.springframework.context-2.5.6.SEC01.jar is this normal? 2012/9/20 Merve Temizer mervet2...@gmail.com Any suggestion or idea about what to delete in pom.xml s would be appreciated. . 2012/9/18 Merve Temizer mervet2

Re: Duplicated spring-contexts in dependencies conflicting each other in app(root project) and james sub projects

2012-09-20 Thread Merve Temizer
Any suggestion or idea about what to delete in pom.xml s would be appreciated. . 2012/9/18 Merve Temizer mervet2...@gmail.com I am getting root app from svn co https://svn.apache.org/repos/asf/james/app/tags/apache-james-3.0-beta4 detailed project from svn co http://svn.apache.org/repos

Duplicated spring-contexts in dependencies conflicting each other in app(root project) and james sub projects

2012-09-18 Thread Merve Temizer
I am getting root app from svn co https://svn.apache.org/repos/asf/james/app/tags/apache-james-3.0-beta4 detailed project from svn co http://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4 When i got first and imported into eclipse, in my repository only i have

Adding additional persistence units

2012-09-17 Thread Merve Temizer
i am trying to add addititonal `persistence unit`. I do not think it is specific to James, I searched net and ran into a post (independent from James, only related to Spring and java) that says the error is about creating two instances of a `Singleton` during multiple `EntityManager` injection. I

Accessing via POP3 and Javamail with an encrypted password

2012-09-13 Thread Merve Temizer
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 Store object that implements the specified protocol. Store store = session.getStore(pop3); //Connect to the current host

Re: HBase Test Failure On Build (3.0beta4)

2012-08-14 Thread Merve Temizer
/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:service=NameNode,name=**MetricsSystem,sub=Control at com.sun.jmx.mbeanserver

Re: Multiple Users Repository

2012-08-02 Thread Merve Temizer
have to have a separate persistence (non LDAP) for the domains http://james.apache.org/**server/3/config-domainlist.**htmlhttp://james.apache.org/server/3/config-domainlist.html Thx, Eric On 08/01/2012 12:23 PM, Merve Temizer wrote: Hello, I can do authentication with LDAP. Two

Multiple Users Repository

2012-08-01 Thread Merve Temizer
Hello, I can do authentication with LDAP. Two configurations below run excellent when they are on their own. But i want both at the same time i tried below lines in usersrepository.conf repository name=LocalUsers class=org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository

Re: Adding Custom Project

2012-08-01 Thread Merve Temizer
No idea? 2012/7/31 Merve Temizer mervet2...@gmail.com In 3.0beta4 there is no module list in pom.xml of root server application(app). I want to add some mailets and want it them to take place in a separate project for nice management. But should i put my workspace project

Re: Maildir Folder Is Absent

2012-08-01 Thread Merve Temizer
Solved by changing mailbox-maildir.properties 2012/8/1 Merve Temizer mervet2...@gmail.com Hello, My mailbox.conf folder is like: mailbox !-- supported providers are: -- !-- jpa, jcr, maildir, hbase, memory -- !-- -- !-- Be aware that maildir will only work on unix like

Re: Building source

2012-07-31 Thread Merve Temizer
...@apache.org remove-m2eclipse-exclusions.sh ? https://github.com/aos-io/aos-**sdk/blob/master/sh/remove-** m2eclipse-exclusions.shhttps://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

Re: Building source

2012-07-31 Thread Merve Temizer
-B if the automatic build is not activated to rebuild. Eric On 07/31/2012 01:54 PM, Merve Temizer wrote: How should i use it, In root directory contains root pom.xml i ran: ./remove-m2eclipse-exclusions.**sh got no error, no output. Try to run Main.java (in container-spring) same

Adding Custom Project

2012-07-31 Thread Merve Temizer
In 3.0beta4 there is no module list in pom.xml of root server application(app). I want to add some mailets and want it them to take place in a separate project for nice management. But should i put my workspace project into dependencies list in pom.xml ? If i do so, eclipse show me build

Re: Building source

2012-07-31 Thread Merve Temizer
, Eric On 07/31/2012 03:06 PM, Merve Temizer wrote: Where can i see exclusions? On container-spring: Project RightClick - Properties - Build Path - Source every node has statement : Excluded: None I am on 3beta1. 2012/7/31 Eric Charles e...@apache.org Click F5 and check

Re: ClassNotFoundException on Custom Mailet

2012-07-27 Thread Merve Temizer
I am on 3.0-beta4. Mailet probkem still goes on. 2012/7/26 Merve Temizer mervet2...@gmail.com Importing custom mailet jar into {james_root}/conf/lib did not work. 2012/7/25 Eric Charles e...@apache.org Yes, exactly, that's called 'workspace resolution' http://james.apache.org/**server/3

Re: ClassNotFoundException on Custom Mailet

2012-07-27 Thread Merve Temizer
I added to classpath in Eclipse (RunConf-Classpath-Add External Jar) and it worked, i do not know if it is appropriate or elegant. 2012/7/27 Merve Temizer mervet2...@gmail.com I am on 3.0-beta4. Mailet probkem still goes on. 2012/7/26 Merve Temizer mervet2...@gmail.com Importing custom

Re: ClassNotFoundException on Custom Mailet

2012-07-26 Thread Merve Temizer
#Enable_Workspace_Resolution Thx, Eric On 07/25/2012 03:48 PM, Merve Temizer wrote: Is m2eclipse so clever? Did i understand right: Instead of updating the jars in apache-james (app project) from apache.orgrepositories , m2eclipse tells the apache-james(app project) to use my modified code

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Merve Temizer
On 07/24/2012 03:24 PM, Merve Temizer wrote: Where can i find svn url of beta5? There is http://svn.apache.org/repos/**asf/james/server/tags/james-** server-3.0-beta1/http://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta1/ I tried http://svn.apache.org/repos/**asf

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Merve Temizer
. https://svn.apache.org/repos/**asf/james/app/trunk/https://svn.apache.org/repos/asf/james/app/trunk/ Just continue to ask until your are up-and-running :) Sounds like we also need to update the tutorial documentation... Thx, Eric On 07/25/2012 11:57 AM, Merve Temizer wrote: Sorry

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Merve Temizer
. Thx, Eric On 07/25/2012 12:55 PM, Merve Temizer wrote: /james/app/trunk/src/main/**resources contains files like usersrepository-template.conf Should i change it into usersrepository.xml or usersrepository.conf? And should i transport them to another directory for example into /james

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Merve Temizer
I ran 3.0-beta4 and ClassNotFoundException is going on. When i import my jar file containing my mailet class into apache-james/src/main/resources/lib i see it as a folder and .class file, not with a jar symbol, this might be clue i think, about what i am doing wrong. 2012/7/25 Merve Temizer

Re: ClassNotFoundException on Custom Mailet

2012-07-25 Thread Merve Temizer
the project you want to change in your eclipse workspace. m2eclipse will update the projects classpath so your changes will be taken into account. Thx, Eric On 07/25/2012 02:55 PM, Merve Temizer wrote: I could mvn packageo and could run the project but codes are in jars and .class format

Re: ClassNotFoundException on Custom Mailet

2012-07-24 Thread Merve Temizer
). 2012/7/24 Merve Temizer mervet2...@gmail.com: Lines from my mailetcontainer.xml mailetcontainer enableJmx=true mailetpackages mailetpackagekobu.omikuji.Omikuji/mailetpackage mailetpackageorg.apache.james.transport.mailets/mailetpackage

Re: ClassNotFoundException on Custom Mailet

2012-07-24 Thread Merve Temizer
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 mailetcontainer enableJmx=true

Re: ClassNotFoundException on Custom Mailet

2012-07-24 Thread Merve Temizer
, configuration... changes). Thx, Eric On 07/24/2012 02:34 PM, Merve Temizer wrote: i have 3 beta 1. Should i checkout entire project and again import it? I have a lot of configurations in it, can i synchronize with repository and get updates? Can it be enough? Thanks in advance for fast responses

Re: ClamAVScan mailet

2012-07-21 Thread Merve Temizer
Thx, Eric On 07/20/2012 03:55 PM, Merve Temizer wrote: Todays lat question, where is ClamAVScan.java in 3 beta 1? 2012/7/20 Eric Charles e...@apache.org 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

Re: ClamAVScan mailet

2012-07-20 Thread Merve Temizer
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_mailets.**htmlhttp

Re: ClamAVScan mailet

2012-07-20 Thread Merve Temizer
Todays lat question, where is ClamAVScan.java in 3 beta 1? 2012/7/20 Eric Charles e...@apache.org 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

Re: LDAP Login

2012-07-19 Thread Merve Temizer
for being so tenacious and having found the way. Eric On 07/18/2012 03:21 PM, Merve Temizer wrote: Hi, Apache James has been configured to talk with ApacheDS LDAP server successfully. The configuration clues in https://issues.apache.org/**jira/browse/JAMES-747https://issues.apache.org

[jira] [Commented] (JAMES-747) James throw exception on startup when using LDAPUserRepository

2012-07-18 Thread merve temizer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13417022#comment-13417022 ] merve temizer commented on JAMES-747: - Hello Richard, I try to use James with ApacheDS

[jira] [Updated] (JAMES-747) James throw exception on startup when using LDAPUserRepository

2012-07-18 Thread merve temizer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] merve temizer updated JAMES-747: Comment: was deleted (was: Hello Richard, I try to use James with ApacheDS. Is the tagged concept

Re: LDAP Login

2012-07-18 Thread Merve Temizer
/archive/usingLDAP_v1_2.html [2] http://james.apache.org/**server/3/config-users.html#** LDAP_Users_Repositoryhttp://james.apache.org/server/3/config-users.html#LDAP_Users_Repository On 07/17/2012 04:41 PM, Merve Temizer wrote: Hello, How can i login as my user in LDAP? I have users in ApacheDS

LDAP Login

2012-07-17 Thread Merve Temizer
Hello, How can i login as my user in LDAP? I have users in ApacheDS under ou:users,ou:system and they have dn s also cn s. What should i write in mail from and rcpt to fields while sending emails through telnet localhost 25?