Issue Details (XML | Word | Printable)

Key: JAMES-752
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Stefano Bagnara
Reporter: Tom Brown
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JAMES Server

DomainKeys mailet for JAMES

Created: 30/Dec/06 06:50 PM   Updated: 08/Dec/08 07:27 PM
Return to search
Component/s: Mailet Contributions
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Zip Archive Licensed for inclusion in ASF works dkmailet-src.zip 2007-06-05 01:27 PM Craig Raw 28 kB
Zip Archive Licensed for inclusion in ASF works domainkeys-src.zip 2006-12-30 06:52 PM Tom Brown 27 kB


 Description  « Hide
As discussed on the developer mail list, here is my implementation of mailets implementing the Domain Keys standard.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Tom Brown added a comment - 30/Dec/06 06:52 PM
This is the java src directory containing the implementation of domain keys.

Craig Raw added a comment - 05/Jun/07 01:27 PM
Some modifications:

I've downgraded the code to compile under Java 1.4. I've also changed the temporary file handling a little - GenericSigner and GenericVerifier do not seem to close or delete the temporary file, which in a long running process may prove to be problematic. I added a finally block to do this in each of these classes to do this. I've also commented out some System.out lines.

Norman Maurer added a comment - 21/Sep/07 06:15 PM
Can someone ( Robert, Noel ) check if there are any updates on legal stuff about this ?

Anything we can do to push these ?

Stefano Bagnara added a comment - 03/Dec/08 01:14 PM
@Tom after almost 2 years :-( I'd like to take care of this contribution and try to commit it in our repository.
1st. is the one attached here your last version?
2nd. the sources do not include the standard apache header as described here http://www.apache.org/legal/src-headers.html . Would you mind adding the header and submitting it back (this would make your intention in contributing the code more clear to our legal team).

Thank you very much!

Stefano Bagnara added a comment - 08/Dec/08 07:27 PM
@Tom I also noticed you provided some test, but I cannot find the resources for the test (keys/txt files) can you upload them or are they copyrighted material?