Access DB via mailet

2015-03-03 Thread Hassan Latif
Hello, This maybe a very basic question as I'm new to James. I'm trying to figure out what are the options of accessing a database through a custom mailet and what are the caveats. For my scenario I need to save the headers of an incoming email. I can also prepare a document providing the details

AW: Access DB via mailet [unsigned]

2015-03-03 Thread Bernd Waibel
Hello Hassan, if you are writing a mailet, you are just inside a java class with full access to the mail object. So you could do what you like in accessing a database. There is no limit for accessing a database from your class, but I think there is no direct support for predefined database

Thunderbird Losing UIDs in Folders

2015-03-03 Thread Jerry Malcolm
I use JAMES 3 b5 with a relatively large mail IMAP database (500K mail items) across several accounts. Most of my clients are using Thunderbird. The problem I'm seeing may very likely be a Thunderbird problem. But I'm just curious what might be going on. Once every few days, I'll go to one

Re: Thunderbird Losing UIDs in Folders

2015-03-03 Thread Jerry Malcolm
Thanks for the quick response, Kurt. I guess I'll start prowling the T-bird forums and see if there's any talk about it there. Jerry On 3/3/2015 10:38 AM, Kurt Harders wrote: Hi Jerry, i had the same problem with Thunderbird (and some others like sometimes not opening mail with attachment).

Re: Thunderbird Losing UIDs in Folders

2015-03-03 Thread Kurt Harders
Hi Jerry, good luck :-). Please post any valuable solution in this thread. I still have customers using windows. Regards, Kurt Am Dienstag, den 03.03.2015, 10:48 -0600 schrieb Jerry Malcolm: Thanks for the quick response, Kurt. I guess I'll start prowling the T-bird forums and see if

Re: James 3 b4 HELO Override Not Working?

2015-03-03 Thread Robert Munn
ok On Mar 1, 2015 12:51 AM, Eric Charles e...@apache.org wrote: Can you open a JIRA and upload your patches there? On 10/28/2014 12:11 AM, Robert Munn wrote: OK, I made an Eclipse patch for the RemoteDelivery issue. I also made a patch for a mod I made to ReadOnlyUsersLDAPRespository.java

Re: Access DB via mailet [unsigned]

2015-03-03 Thread Hassan Latif
Hi Bernd, Thanks a lot for your invaluable advice and hints, they will definitely go a long away in helping me implementing my project. We are leaning towards using James 3.0 beta for two primary reasons. One, it's based on the Spring framework so I assume it could be made scale-able with some