Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Apr 23, 2024
1 parent 53a49a3 commit bbbbbab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mailreply00.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ import (
"fmt"
"strings"

"github.com/mholt/acmez/acme"
"github.com/mholt/acmez/v2/acme"
)

// MailReplyChallengeResponse builds an email response body including headers to reply to the
// MailReplyChallengeResponse builds an email response body including headers to reply to the

This comment has been minimized.

Copy link
@hslatman

hslatman Apr 23, 2024

Contributor

Great short commit ID πŸ˜„

I have a few fixes/improvements incoming in a bit. Was working on them just before you merged the PR.

This comment has been minimized.

Copy link
@mholt

mholt Apr 23, 2024

Author Owner

Sorry πŸ˜… I'm just chugging through my list

// email-reply-00 challenge email. This function only builds the email body; sending the
// message has to be performed by the caller of this function. The mailSubject and
// messageId come from the challenge mail, and if there is no reply-to header in the
// message has to be performed by the caller of this function. The mailSubject and
// messageId come from the challenge mail, and if there is no reply-to header in the
// challenge email, the replyTo parameter should be empty.
func MailReplyChallengeResponse(c acme.Challenge, mailSubject string, messageId string, replyTo string) string {
if len(replyTo) == 0 {
Expand Down

0 comments on commit bbbbbab

Please sign in to comment.