[jira] [Comment Edited] (JAMES-3822) RFC-4865 Implement delayed sends

2023-03-15 Thread Thanh Bui (Jira)


[ 
https://issues.apache.org/jira/browse/JAMES-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700941#comment-17700941
 ] 

Thanh Bui edited comment on JAMES-3822 at 3/16/23 3:37 AM:
---

Here is an example for SMTP for this.

S: 220 mydomain.tld smtp
C: ehlo yopmail.com

S: 250.*
S: 250-PIPELINING
S: 250-FUTURERELEASE 172800 2023-03-20T20:05:05Z
S: 250-ENHANCEDSTATUSCODES
S: 250 8BITMIME

C: mail from: HOLDFOR = 86400 
C: rcpt to:
C: data
S: 250 2.1.0 Sender  OK
S: 250 2.1.5 Recipient  OK
S: 354 Ok Send data ending with .
C: subject: test
C: 
C: content
C: .
S: 250 2.6.0 Message received


was (Author: JIRAUSER299308):
Here is an example for SMTP for this.

S: 220 mydomain.tld smtp
C: ehlo yopmail.com
C: mail from: HOLDFOR = 86400 
C: rcpt to:
C: data
S: 250.*
S: 250-PIPELINING
S: 250-FUTURERELEASE 172800 2023-03-20T20:05:05Z
S: 250-ENHANCEDSTATUSCODES
S: 250 8BITMIME
S: 250 2.1.0 Sender  OK
S: 250 2.1.5 Recipient  OK
S: 354 Ok Send data ending with .
C: subject: test
C: 
C: content
C: .
S: 250 2.6.0 Message received

> RFC-4865 Implement delayed sends
> 
>
> Key: JAMES-3822
> URL: https://issues.apache.org/jira/browse/JAMES-3822
> Project: James Server
>  Issue Type: New Feature
>  Components: JMAP, pulsar, Queue, SMTPServer
>Reporter: Benoit Tellier
>Assignee: Antoine Duprat
>Priority: Major
>
> The advent of the Pulsar mail queue let us leverage some advanced email 
> features like delayed sends.
> Implement https://datatracker.ietf.org/doc/rfc4865/ for SMTP.
> JMAP submission parameters should enable doing the same via JMAP.
> I will propose an internship on the topic, along side implementing related UI 
> in TMail application.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Comment Edited] (JAMES-3822) RFC-4865 Implement delayed sends

2023-03-15 Thread Thanh Bui (Jira)


[ 
https://issues.apache.org/jira/browse/JAMES-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700941#comment-17700941
 ] 

Thanh Bui edited comment on JAMES-3822 at 3/16/23 3:09 AM:
---

Here is an example for SMTP for this.

S: 220 mydomain.tld smtp
C: ehlo yopmail.com
C: mail from: HOLDFOR = 86400 
C: rcpt to:
C: data
S: 250.*
S: 250-PIPELINING
S: 250-FUTURERELEASE 172800 2023-03-20T20:05:05Z
S: 250-ENHANCEDSTATUSCODES
S: 250 8BITMIME
S: 250 2.1.0 Sender  OK
S: 250 2.1.5 Recipient  OK
S: 354 Ok Send data ending with .
C: subject: test
C: 
C: content
C: .
S: 250 2.6.0 Message received


was (Author: JIRAUSER299308):
Here is an example for SMTP for this.

S: 220 mydomain.tld smtp
C: ehlo yopmail.com
C: mail from: HOLDFOR = 86400 
C: rcpt to:
C: data
S: 250.*
S: 250-PIPELINING
S: 250-FUTURERELEASE 172800 2023-03-20
S: 250-ENHANCEDSTATUSCODES
S: 250 8BITMIME
S: 250 2.1.0 Sender  OK
S: 250 2.1.5 Recipient  OK
S: 354 Ok Send data ending with .
C: subject: test
C: 
C: content
C: .
S: 250 2.6.0 Message received

> RFC-4865 Implement delayed sends
> 
>
> Key: JAMES-3822
> URL: https://issues.apache.org/jira/browse/JAMES-3822
> Project: James Server
>  Issue Type: New Feature
>  Components: JMAP, pulsar, Queue, SMTPServer
>Reporter: Benoit Tellier
>Assignee: Antoine Duprat
>Priority: Major
>
> The advent of the Pulsar mail queue let us leverage some advanced email 
> features like delayed sends.
> Implement https://datatracker.ietf.org/doc/rfc4865/ for SMTP.
> JMAP submission parameters should enable doing the same via JMAP.
> I will propose an internship on the topic, along side implementing related UI 
> in TMail application.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (JAMES-3822) RFC-4865 Implement delayed sends

2023-03-15 Thread Thanh Bui (Jira)


[ 
https://issues.apache.org/jira/browse/JAMES-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700941#comment-17700941
 ] 

Thanh Bui commented on JAMES-3822:
--

Here is an example for SMTP for this.

S: 220 mydomain.tld smtp
C: ehlo yopmail.com
C: mail from: HOLDFOR = 86400 
C: rcpt to:
C: data
S: 250.*
S: 250-PIPELINING
S: 250-FUTURERELEASE 172800 2023-03-20
S: 250-ENHANCEDSTATUSCODES
S: 250 8BITMIME
S: 250 2.1.0 Sender  OK
S: 250 2.1.5 Recipient  OK
S: 354 Ok Send data ending with .
C: subject: test
C: 
C: content
C: .
S: 250 2.6.0 Message received

> RFC-4865 Implement delayed sends
> 
>
> Key: JAMES-3822
> URL: https://issues.apache.org/jira/browse/JAMES-3822
> Project: James Server
>  Issue Type: New Feature
>  Components: JMAP, pulsar, Queue, SMTPServer
>Reporter: Benoit Tellier
>Assignee: Antoine Duprat
>Priority: Major
>
> The advent of the Pulsar mail queue let us leverage some advanced email 
> features like delayed sends.
> Implement https://datatracker.ietf.org/doc/rfc4865/ for SMTP.
> JMAP submission parameters should enable doing the same via JMAP.
> I will propose an internship on the topic, along side implementing related UI 
> in TMail application.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[BUILD-STABLE]: Job 'james/ApacheJames/master [master] [913]'

2023-03-15 Thread Apache Jenkins Server
BUILD-STABLE: Job 'james/ApacheJames/master [master] [913]':
Is back to normal.

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org