[jira] [Closed] (JAMES-632) RFCs for SMIME and OpenPGP

2021-09-29 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Tellier closed JAMES-632. Resolution: Won't Fix > RFCs for SMIME and Open

[2/4] james-project git commit: MAILET-144 Use the same certificate in all SMIME tests (end of validity in 2044)

2017-01-30 Thread aduprat
MAILET-144 Use the same certificate in all SMIME tests (end of validity in 2044) Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/bc0d0a30 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree

[1/9] james-project git commit: JAMES-1856 Write integration tests for SMIME Sign

2016-11-17 Thread aduprat
Repository: james-project Updated Branches: refs/heads/master b3a30c1e5 -> 17c79db46 JAMES-1856 Write integration tests for SMIME Sign Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/17c79db4 Tree: h

Re: reading custom header from smime message

2013-03-24 Thread Eric Charles
Hi, If the header is in the smime message (see http://www.ietf.org/rfc/rfc3851.txt), and is not a regular mail header, there is no way for the mailet to read it (unless the mailet has acess to the recipient certificate, but you don't want this I guess). Thx, Eric On 21/03/2013 15:51

Re: reading custom header from smime message

2013-03-24 Thread Eric Charles
webmail client to distinguish whether the user is using the webmail client or something like microsoft outlook. I have written my custom mailet which is working fine and can get value for Client-Type header for normal message(IMF). This is failing when the message comes in as SMIME. How can I read

Re: reading custom header from smime message

2013-03-24 Thread Rajender Vallapureddy
for Client-Type header for normal message(IMF). This is failing when the message comes in as SMIME. How can I read this customer header from the SMIME message? Appreciate your help. Thank you, Regards, Rajender

Re: reading custom header from smime message

2013-03-24 Thread Eric Charles
in as SMIME. How can I read this customer header from the SMIME message? Appreciate your help. Thank you, Regards, Rajender --**--** - To unsubscribe, e-mail: server-dev-unsubscribe@james.**apache.orgserver-dev-unsubscr...@james.apache.org

reading custom header from smime message

2013-03-21 Thread Rajender Vallapureddy
for Client-Type header for normal message(IMF). This is failing when the message comes in as SMIME. How can I read this customer header from the SMIME message? Appreciate your help. Thank you, Regards, Rajender - To unsubscribe, e

svn commit: r721862 - in /james/mailet/crypto/trunk/src/main/java/org/apache/james: mailet/ mailet/crypto/ mailet/crypto/mailet/ mailet/crypto/matcher/ security/ transport/mailets/smime/ transport/mat

2008-11-30 Thread rdonkin
/mailets/smime/AbstractSign.java james/mailet/crypto/trunk/src/main/java/org/apache/james/mailet/crypto/mailet/SMIMECheckSignature.java (contents, props changed) - copied, changed from r721861, james/mailet/crypto/trunk/src/main/java/org/apache/james/transport/mailets/smime

svn commit: r714222 - in /james/mailet/crypto/trunk: ./ src/main/java/org/apache/james/transport/mailets/smime/ src/main/java/org/apache/james/transport/matchers/smime/ stage/org.apache.james/jars/

2008-11-15 Thread rdonkin
-mailet-base-1.0-SNAPSHOT.jar Modified: james/mailet/crypto/trunk/include.properties james/mailet/crypto/trunk/pom.xml james/mailet/crypto/trunk/src/main/java/org/apache/james/transport/mailets/smime/AbstractSign.java james/mailet/crypto/trunk/src/main/java/org/apache/james/transport

svn commit: r681298 - in /james/server/trunk: phoenix-deployment/src/test/org/apache/james/transport/mailets/ phoenix-deployment/src/test/org/apache/james/transport/mailets/smime/ spoolmanager-functio

2008-07-31 Thread bago
/MailetLoaderTestMailet.java james/server/trunk/spoolmanager-function/src/test/java/org/apache/james/transport/mailets/smime/ james/server/trunk/spoolmanager-function/src/test/java/org/apache/james/transport/mailets/smime/MailetLoaderTestSMIMEMailet.java (contents, props changed) - copied

svn commit: r681548 - in /james/server/trunk/phoenix-deployment/src/test/org/apache/james: test/mock/avalon/ test/util/ transport/mailets/smime/

2008-07-31 Thread bago
/apache/james/test/util/ james/server/trunk/phoenix-deployment/src/test/org/apache/james/transport/mailets/smime/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r651501 - /james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/

2008-04-25 Thread rdonkin
Author: rdonkin Date: Thu Apr 24 23:32:10 2008 New Revision: 651501 URL: http://svn.apache.org/viewvc?rev=651501view=rev Log: SMIME has been moved to crypto-mailets Removed: james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime

svn commit: r651430 - in /james/mailet/standard/trunk: ./ src/main/java/org/apache/james/transport/matchers/ src/main/java/org/apache/james/transport/matchers/smime/

2008-04-24 Thread rdonkin
/trunk/src/main/java/org/apache/james/transport/matchers/SenderInFakeDomain.java james/mailet/standard/trunk/src/main/java/org/apache/james/transport/matchers/SenderIsRegex.java james/mailet/standard/trunk/src/main/java/org/apache/james/transport/matchers/smime/ Modified: james/mailet

svn commit: r651434 - in /james: mailet/crypto/trunk/src/main/java/org/apache/james/transport/matchers/smime/ server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/matchers/smime

2008-04-24 Thread rdonkin
Author: rdonkin Date: Thu Apr 24 14:41:57 2008 New Revision: 651434 URL: http://svn.apache.org/viewvc?rev=651434view=rev Log: Move over cryptography mailets Added: james/mailet/crypto/trunk/src/main/java/org/apache/james/transport/matchers/smime/ - copied from r651433, james/server

[OpenPGP/SMIME] branch?

2007-01-08 Thread robert burrell donkin
my work on the OpenPGP/SMIME implementation has stalled and i'm not sure when i'll be able to find the three or fours dedicated days i need to finish it off. i was wondering whether it would be a good idea for me to take a branch so that the code is in version control (rather than on my hard disc

Re: [OpenPGP/SMIME] branch?

2007-01-08 Thread Norman
Just go ahead and create a sandbox.. Even if it will get out of sync soon with current trunk . bye Norman robert burrell donkin schrieb: my work on the OpenPGP/SMIME implementation has stalled and i'm not sure when i'll be able to find the three or fours dedicated days i need to finish it off

Re: [OpenPGP/SMIME] branch?

2007-01-08 Thread Bernd Fondermann
+1 On 1/8/07, robert burrell donkin [EMAIL PROTECTED] wrote: my work on the OpenPGP/SMIME implementation has stalled and i'm not sure when i'll be able to find the three or fours dedicated days i need to finish it off. i was wondering whether it would be a good idea for me to take a branch so

Re: [OpenPGP/SMIME] branch?

2007-01-08 Thread Stefano Bagnara
robert burrell donkin wrote: my work on the OpenPGP/SMIME implementation has stalled and i'm not sure when i'll be able to find the three or fours dedicated days i need to finish it off. i was wondering whether it would be a good idea for me to take a branch so that the code is in version

[jira] Commented: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-09-24 Thread Robert Burrell Donkin (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-596?page=comments#action_12437191 ] Robert Burrell Donkin commented on JAMES-596: - JAMES-525 also covers OpenPGP Reorganize SMIME crypto support code to share it with future new PGP

[jira] Commented: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-09-24 Thread Robert Burrell Donkin (JIRA)
and with implementations on some older clients (such outlook). This approach has many significant differences from SMIME. RFC 3156 OpenPGP/MIME describes a cleaner, modern approach using MIME. It builds on the work done using certificates using SMIME and is congruent with it. I propose to add only RFC

[jira] Commented: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-09-24 Thread Robert Burrell Donkin (JIRA)
appropriate DataContentHandler implementations for the necessary (pgp-*) MIME types. I also assume that the right way to do this in JAMES is to add the implementation classes to src/meta-inf/mailcap. Let me know if any of these assumptions are wide of the mark. Reorganize SMIME crypto support code

[jira] Commented: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-09-24 Thread Vincenzo Gianferrari Pini (JIRA)
() I would return a nice toString of the PGP key, and why not a string like [EMAIL PROTECTED], CN=The Primary Name, consistent with the string returned by X509Certificate.getSubjectDN().toString()? Reorganize SMIME crypto support code to share it with future new PGP support code

[jira] Commented: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-09-24 Thread Vincenzo Gianferrari Pini (JIRA)
judgement; but what is the client support for it? The Classic inline PGP is always available to anyone having PGP or GPG installed, so isn't it a pity to miss its support? Reorganize SMIME crypto support code to share it with future new PGP support code

[jira] Commented: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-09-24 Thread Vincenzo Gianferrari Pini (JIRA)
; perhaps someone else of the committers can. Post the question to server-dev. Reorganize SMIME crypto support code to share it with future new PGP support code - Key: JAMES-596

[jira] Commented: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-09-24 Thread Robert Burrell Donkin (JIRA)
/MIME fits well into the design structure in JAMES created for SMIME. Classic inline PGP is too different and would benefit from a different design. 2 Good support for older PGP versions requires full parsing of every part of every message part. The presence of an OpenPGP/MIME signature can

[jira] Created: (JAMES-632) RFCs for SMIME and OpenPGP

2006-09-21 Thread Robert Burrell Donkin (JIRA)
RFCs for SMIME and OpenPGP -- Key: JAMES-632 URL: http://issues.apache.org/jira/browse/JAMES-632 Project: James Issue Type: Improvement Components: Documentation Affects Versions: Trunk

[jira] Updated: (JAMES-632) RFCs for SMIME and OpenPGP

2006-09-21 Thread Robert Burrell Donkin (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-632?page=all ] Robert Burrell Donkin updated JAMES-632: Attachment: james-rfcs.patch RFCs related to OpenPGP and SMIME RFCs for SMIME and OpenPGP -- Key

[jira] Commented: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-09-21 Thread Robert Burrell Donkin (JIRA)
getSignerCN(); which have no obvious analogues in OpenPGP. These do not seem to be used very often. Reorganize SMIME crypto support code to share it with future new PGP support code - Key: JAMES-596

svn commit: r441011 - in /james/server/trunk/src: java/org/apache/james/security/KeyHolder.java java/org/apache/james/security/SMIMEKeyHolder.java java/org/apache/james/transport/mailets/smime/SMIMESi

2006-09-07 Thread vincenzo
/security/SMIMEKeyHolder.java james/server/trunk/src/java/org/apache/james/transport/mailets/smime/SMIMESign.java james/server/trunk/src/site/xdoc/provided_mailets_2_3.xml Modified: james/server/trunk/src/java/org/apache/james/security/KeyHolder.java URL: http://svn.apache.org/viewvc/james

Re: Reorganize SMIME crypto support code to share it with future new PGP support code

2006-08-27 Thread Vincenzo Gianferrari Pini
The reorganization of the SMIME crypto code for future new PGP support is a different issue than the new features you are coming out with, though may be considered a preliminary step. Noel J. Bergman wrote: Vincenzo, To reiterate from previous postings, here are some use cases that I would

re: Reorganize SMIME crypto support code to share it with future new PGP support code

2006-08-26 Thread Noel J. Bergman
Vincenzo, To reiterate from previous postings, here are some use cases that I would really like to see: 1) Accept e-mail that is properly signed. We would want to be able to distinguish between properly signed, which we could accept for local delivery, and properly signed by

[jira] Created: (JAMES-596) Reorganize SMIME crypto support code to share it with future new PGP support code

2006-08-25 Thread Vincenzo Gianferrari Pini (JIRA)
Reorganize SMIME crypto support code to share it with future new PGP support code - Key: JAMES-596 URL: http://issues.apache.org/jira/browse/JAMES-596 Project: James

svn commit: r428758 - in /james/server/branches/v2.3/src/java/org/apache/james: core/ mailrepository/ security/ services/ smtpserver/ transport/ transport/mailets/ transport/mailets/smime/ transport/m

2006-08-04 Thread bago
/smime/SMIMECheckSignature.java (props changed) james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/smime/SMIMEDecrypt.java (props changed) james/server/branches/v2.3/src/java/org/apache/james/transport/matchers/IsInWhiteList.java (props changed) james/server

svn commit: r425902 - in /james/server/trunk/src/java/org/apache: james/transport/mailets/ james/transport/mailets/smime/ mailet/

2006-07-26 Thread bago
/mailets/DSNBounce.java james/server/trunk/src/java/org/apache/james/transport/mailets/smime/SMIMEAbstractSign.java james/server/trunk/src/java/org/apache/mailet/GenericMailet.java Modified: james/server/trunk/src/java/org/apache/james/transport/mailets/AbstractRedirect.java URL: http

Re: SMIME

2006-06-10 Thread Stefano Bagnara
] wrote: Cryptography libraries have redistribution limit in some contry. Stefano Norman Maurer wrote: Hi guys, after configure james i notice that we need to manualy download the bouncycastle JCE for using SMIME.. Why we not include it .. Isn'T it a standard BSD License ? http

SMIME

2006-06-09 Thread Norman Maurer
Hi guys, after configure james i notice that we need to manualy download the bouncycastle JCE for using SMIME.. Why we not include it .. Isn'T it a standard BSD License ? http://www.bouncycastle.org/licence.html bye Norman signature.asc Description: Dies ist ein digital signierter

Re: SMIME

2006-06-09 Thread Stefano Bagnara
Cryptography libraries have redistribution limit in some contry. Stefano Norman Maurer wrote: Hi guys, after configure james i notice that we need to manualy download the bouncycastle JCE for using SMIME.. Why we not include it .. Isn'T it a standard BSD License ? http://www.bouncycastle.org

Re: SMIME

2006-06-09 Thread Serge Knystautas
SMIME.. Why we not include it .. Isn'T it a standard BSD License ? http://www.bouncycastle.org/licence.html bye Norman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

svn commit: r232229 - in /james/server/trunk/src/java/org/apache/james/transport/mailets: SMIMEAbstractSign.java SMIMESign.java smime/SMIMEAbstractSign.java smime/SMIMESign.java

2005-08-12 Thread bago
Author: bago Date: Fri Aug 12 01:01:09 2005 New Revision: 232229 URL: http://svn.apache.org/viewcvs?rev=232229view=rev Log: Moved SMIMESign and its Abstract to the new smime subpackages (JAMES-400). Also updated ASF copyright to 2005 and cleaned imports. Added: james/server/trunk/src/java

[jira] Created: (JAMES-398) Add SMIME mailets for signature verification and message decrypt

2005-08-11 Thread Stefano Bagnara (JIRA)
Add SMIME mailets for signature verification and message decrypt Key: JAMES-398 URL: http://issues.apache.org/jira/browse/JAMES-398 Project: James Type: Improvement Components: Mailet API

svn commit: r231496 - in /james/server/trunk/src/java/org/apache/james/transport: mailets/smime/ matchers/smime/

2005-08-11 Thread bago
Author: bago Date: Thu Aug 11 11:19:45 2005 New Revision: 231496 URL: http://svn.apache.org/viewcvs?rev=231496view=rev Log: Upgraded Bouncycastle to 129 and java 1.4+ only (no more java 1.3 compatible) (JAMES-399) Added SMIME mailets for signature verification and message decrypt (JAMES-398

svn commit: r231497 - in /james/server/trunk: ./ lib/ src/conf/ src/java/org/apache/james/security/ src/java/org/apache/james/transport/mailets/smime/ src/java/org/apache/james/transport/matchers/smim

2005-08-11 Thread bago
Author: bago Date: Thu Aug 11 11:19:52 2005 New Revision: 231497 URL: http://svn.apache.org/viewcvs?rev=231497view=rev Log: Upgraded Bouncycastle to 129 and java 1.4+ only (no more java 1.3 compatible) (JAMES-399) Added SMIME mailets for signature verification and message decrypt (JAMES-398

[jira] Created: (JAMES-400) Move previous SMIME matcher/mailets to the new smime subpackages

2005-08-11 Thread Stefano Bagnara (JIRA)
Move previous SMIME matcher/mailets to the new smime subpackages -- Key: JAMES-400 URL: http://issues.apache.org/jira/browse/JAMES-400 Project: James Type: Improvement Components: Matchers/Mailets

[jira] Resolved: (JAMES-398) Add SMIME mailets for signature verification and message decrypt

2005-08-11 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-398?page=all ] Stefano Bagnara resolved JAMES-398: --- Resolution: Fixed Should works now with PKS12 and JKS keystores Add SMIME mailets for signature verification and message decrypt

[jira] Updated: (JAMES-400) Move previous SMIME matcher/mailets to the new smime subpackages

2005-08-11 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-400?page=all ] Stefano Bagnara updated JAMES-400: -- type: Task (was: Improvement) Move previous SMIME matcher/mailets to the new smime subpackages

Re: [jira] Resolved: (JAMES-398) Add SMIME mailets for signature verification and message decrypt

2005-08-11 Thread Markus Kühn
- Original Message - From: Stefano Bagnara (JIRA) server-dev@james.apache.org To: server-dev@james.apache.org Sent: Thursday, August 11, 2005 8:31 PM Subject: [jira] Resolved: (JAMES-398) Add SMIME mailets for signature verification and message decrypt [ http

Java 1.3 compatibility and SMIME

2005-08-10 Thread Stefano Bagnara
I think we've encountered the same problems already found by Vincenzo in trying to make smime mailets java 1.3 compatible. If I understand correctly we can create a similar source file for java 1.4 and java 1.3 but not equal!. We can use for sure the java 1.3 version with newer VM

RE: Java 1.3 compatibility and SMIME

2005-08-10 Thread Steve Brewin
Noel J. Bergman wrote: Let's do another survey of server-user, and see if there is still any need for JDK 1.3 support. I'd love to be able to move forward. Beat me to it! As I remember, the last time we did this the major drawback was that some were wedded to 1.3 as their primary solutions

Re: Java 1.3 compatibility and SMIME

2005-08-10 Thread AVee
On Wednesday 10 August 2005 23:08, Noel J. Bergman wrote: Let's do another survey of server-user, and see if there is still any need for JDK 1.3 support. I'd love to be able to move forward. Hi all. I was looking into the James source to see what whould be needed to add IPv6 support (will

RE: Java 1.3 compatibility and SMIME

2005-08-10 Thread Steve Short
and SMIME Noel J. Bergman wrote: Let's do another survey of server-user, and see if there is still any need for JDK 1.3 support. I'd love to be able to move forward. Beat me to it! As I remember, the last time we did this the major drawback was that some were wedded to 1.3

SMIME mailet/matchers (Was: Signed e-mail as an anti-SPAM measure)

2005-08-03 Thread Stefano Bagnara
/mailets are not yet in production because we need to do more tests. If you agree I will commit them later in august. Should I add them to the current mailets/matchers packages or create a new subpackage smime? Stefano

Re: SMIME mailet/matchers (Was: Signed e-mail as an anti-SPAM measure)

2005-08-03 Thread Vincenzo Gianferrari Pini
smime? Stefano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: SMIME mailet/matchers (Was: Signed e-mail as an anti-SPAM measure)

2005-08-03 Thread Steve Brewin
mailets/matchers packages or create a new subpackage smime? IMHO, creating subpackages of .mailet, .matcher and .utils for functional areas, such as SMIME is a good idea. config.xml will need updating to include the subpackages in mailetpackages/ and matcherpackages/. Better to have them