[ https://issues.apache.org/jira/browse/JAMES-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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:<matth...@yopmail.com> HOLDFOR = 86400 C: rcpt to:<b...@mydomain.tld> C: data S: 250 2.1.0 Sender <matth...@yopmail.com> OK S: 250 2.1.5 Recipient <b...@mydomain.tld> OK S: 354 Ok Send data ending with <CRLF>.<CRLF> 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:<matth...@yopmail.com> HOLDFOR = 86400 C: rcpt to:<b...@mydomain.tld> 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 <matth...@yopmail.com> OK S: 250 2.1.5 Recipient <b...@mydomain.tld> OK S: 354 Ok Send data ending with <CRLF>.<CRLF> 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