Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [angus-dev] Graph API implementation for Jakarta Mail
  • From: Jason Mehrens <jason_mehrens@xxxxxxxxxxx>
  • Date: Wed, 22 Nov 2023 17:16:03 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=QYXw/T0FOaqK8l/6QHjRm91OtD00pdshIiFo4ratDKk=; b=gHGeEQc8JowTzAlVDvBScmqJ2b2SuO+rBh8d5LYzEdRbfQKGNTfECfDCb4s0ZMCyGHEWdluTlrSuB2Sa0SDWaiX9ZmHOlYrfEfifE9nTxTFd7uJWoWgwV9+zjapcPIPxCJihC54XKWHqbsCV8RZvRbgWrSXRN7kOdUuu/8NlZUFezfE0RHcjdz8GUut74QMOBX7A9W1CICZgZvWU+Rds+YMkp8TgGEPcnau3zL3OfIkrsTFKDk/bqSbcXk6ik/+1RJK3VZHlhO1zZnkemkXyjlCbLBkNxw6mWJBNmZGLeRQ2nMk9D+GPoZkdpL+YFVihJAJ8eOif7cbCCsudRqEU/Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kiofwiiLXzFYLIwSEvqse0HVkIyhujtapyoFXSk42E1Cak2c2qnUh+l+xyInaQvk2Ex/DPJc0RcTJIQwp6KSHQmNKIyZ5Aq0jI4OlJTv13i0MQ4BxPdkUd2hTJrHn9wzG6mq29an9nliMqnDpHBzK7oFWOAE+jE6Y6TC8NUYM0po50scQpaMgXM4zUmg+ztTA7J7eJ4nmXWtKFRfUaLMEYZAnIlQlSJCR0cu7afN1oDIjfv6PcHakNXSmIoATPk6CqQ8WfsPsFPeADfE6bni9m5ZDBKJDFul7RJeDR7N8o9UUvUfyV/jxUJtE+7BOn+pFvapUP9xND21o5RHI9KxzQ==
  • Delivered-to: angus-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/angus-dev/>
  • List-help: <mailto:angus-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/angus-dev>, <mailto:angus-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/angus-dev>, <mailto:angus-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaFwyVkHFbeJomlUKpSKLBzwFTerCGl9a+
  • Thread-topic: [angus-dev] Graph API implementation for Jakarta Mail

Verhás István,

Thanks for reaching out to the Angus Mail team!  Your SPI implementation sounds like a very neat project.  I assume this is using the Microsoft Graph API (https://learn.microsoft.com/en-us/graph/use-the-api) is that correct?

I don't think there are any new plans to included more providers in Angus Mail.  Lukas might be able to confirm that.  

My concerns are: 

1. Are how can we best maintain a new provider in the long run?  Is it best inside or outside of Angus Mail?
2. What type of release schedule do you expect the project to be on?
3. Should the first versions be released in its own repo and a later version be considered for contribution to Angus Mail?

If you do decide to publish it to its own repo then let us know so we can promote your SPI through the: https://eclipse-ee4j.github.io/angus-mail/ThirdPartyProducts

Jason

________________________________________
From: angus-dev <angus-dev-bounces@xxxxxxxxxxx> on behalf of István Verhás via angus-dev <angus-dev@xxxxxxxxxxx>
Sent: Tuesday, November 14, 2023 9:09 AM
To: angus-dev@xxxxxxxxxxx
Cc: István Verhás
Subject: [angus-dev] Graph API implementation for Jakarta Mail

Hi,

We have worked on a project to connect our app to the Graph API using
the Jakarta Mail both to send and to receive emails. The
implementation is actually an SPI implementation for the Jakarta Mail.
We are going to release this library as an open source one, giving
back to the community. As far as we see we have two options. Either we
contribute this library to the Angus mail as a separate SPI specific
for Graph API or we can create a new open source project fully
separately as its own. Both have cons and pros. Before we decide the
way, our first question is whether would it be interesting for you to
contribute to the Angus mail at all?

--
Verhás István
Atlassian expert
email: istvan.verhas@xxxxxxxxxxx
_______________________________________________
angus-dev mailing list
angus-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org


Back to the top