Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mail-dev] [External] : Correct place to submit PR for JavaMail/JakartaMail
  • From: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx>
  • Date: Fri, 17 Sep 2021 19:51:27 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; 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; bh=OJvoNAYpQh7A/6VrPXAKLc6jisym6n+iO/6Xu5WdcPE=; b=AYAAi2n2hs/CyD6oqeWidEUQ+vecoNBdNssoS+VisFUQNhRB0aH7BCNcXJe4xoMBAsAU93BkEEvNyfPnHPBrr7qU/ClvemcN116k3GVLaIVFKY8eCjsYMHANRQjBtsOESpvJH3fcsncRs+ybL1Y7qlIQJVuw4Eypdy96CiQ1vpEA3NwtwrlCrc0uf1znin5eLb/ABYuMHwca31q38ExBPKG12ouJaPt/8TnAs3sCiC/S3//UZlW5pWtcyZYpFfyO0JzEZ8+9ohCfmtrwza0VPRFuw5KmcFNAU57Na0N8ZnzEIpAyQTY6li9YyJnp2CEQw6U6fg/2z4mA95j42fSm+g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gK49LAaSazXeeMykhxBnG0zW848SlYLQwTpYWJJWvvBP/zv2WKDMBMhggSKRHk3S/sNpkFd3JC6gg5AM2pj/TJLFNjRTrfxLj3/J3zIlFydXXwTQ0XOi16YtbZYKGnTEnzB8g8aSZIe8Gae0yYeJKg2nsS46V/bCsbmtO1dQpc5C09FxV0oj+vElYebkldvv5aZ5vre3hiS3TttH28SBrqhYNrKavXJu9GmHFpMg37B7IuZcNhPchu29NF1Swn7vIUzsunW+/LI6cba+dyn8EVGzczxdaJog1uv64xG9hTeTSVIQY5oydXzjhM8mqj60w6Oa0hqjhMO450KOhcLbLQ==
  • Delivered-to: mail-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mail-dev/>
  • List-help: <mailto:mail-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mail-dev>, <mailto:mail-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mail-dev>, <mailto:mail-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

Hi,

On 9/16/21 5:59 AM, Hiren Joshi wrote:
Hi,

I have a patch to submit for JavaMail/JakartaMail.
The JavaMail home page on oracle.com <https://www.oracle.com/java/technologies/javamail.html> pointed me to a read-only archived JavaMail github repository <https://urldefense.com/v3/__https://github.com/javaee/javamail__;!!ACWV5N9M2RV99hQ!Za8QG5eQfolMjeYktZ5bIsoZzcNZBTkEG4C5-Ew9SCJbR-_s_K7I24HysSkCqICZynQ$> which pointed me to the JakartaMail eclipse github repository <https://urldefense.com/v3/__https://github.com/eclipse-ee4j/mail__;!!ACWV5N9M2RV99hQ!Za8QG5eQfolMjeYktZ5bIsoZzcNZBTkEG4C5-Ew9SCJbR-_s_K7I24HysSkCZIzBJ9o$>.

So I have opened a PR there - https://github.com/eclipse-ee4j/mail/pull/580 <https://urldefense.com/v3/__https://github.com/eclipse-ee4j/mail/pull/580__;!!ACWV5N9M2RV99hQ!Za8QG5eQfolMjeYktZ5bIsoZzcNZBTkEG4C5-Ew9SCJbR-_s_K7I24HysSkCfutjQqY$>


for bugs/changes in the code covered by the Jakarta Mail spec - jakarta.mail package namespace, that is the right place.


However the readme file <https://urldefense.com/v3/__https://github.com/eclipse-ee4j/mail/blob/master/README.md__;!!ACWV5N9M2RV99hQ!Za8QG5eQfolMjeYktZ5bIsoZzcNZBTkEG4C5-Ew9SCJbR-_s_K7I24HysSkCIzbdjbw$> says the implementation is moved to Eclipse Angus <https://urldefense.com/v3/__https://github.com/eclipse-ee4j/angus-mail__;!!ACWV5N9M2RV99hQ!Za8QG5eQfolMjeYktZ5bIsoZzcNZBTkEG4C5-Ew9SCJbR-_s_K7I24HysSkCBAwYnaE$>, but I don't see the file I have patched there.

Implementation is everything outside of the jakarta.mail packages; ie if the bug is in com.sun.mail package then it belongs to the implementation, in this case to the angus project

thanks,
--lukas


Please advise.

Thanks,
Hiren


_______________________________________________
mail-dev mailing list
mail-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/mail-dev__;!!ACWV5N9M2RV99hQ!Za8QG5eQfolMjeYktZ5bIsoZzcNZBTkEG4C5-Ew9SCJbR-_s_K7I24HysSkCEHli0t0$




Back to the top