Questions tagged [messageid]
36 questions
0
votes
0 answers
PHPMailer: Mail is not going to in-reply-to, creating new mail
I am trying to send two mails from PHPMailer, First mail and second is reply mail, but second mail is always creating the new mail.
First mail Message-ID is present in second mail In-Reply-To and References, but second mail is always creating the…

Sumit Sharma
- 1
- 1
0
votes
0 answers
C# Reply to email letter
I need to send 2 letters - first one to support and second one to author of message. 2nd letter should be as reply to first one with some default text.
I found that it can be possible by adding headers to MailMessage.
new NameValueCollection { {…

demo
- 6,038
- 19
- 75
- 149
0
votes
1 answer
How to get message ID before or after sending email in gmail?
I am working on a Chrome extension for Gmail.
I want to obtain the "Message ID" in my extension before the email is sent or just after email is sent. How can I achieve it?
How is message id generated in Gmail?
Is it generated before sending an email…

Pallavi Goyal
- 536
- 1
- 4
- 21
0
votes
3 answers
How do I create an extended message ID in CAPL?
CAPL does accept message definitions like the following
message 100x mymsg
It does not however accept long message IDs, which is the case of extended payloads. In other words, this is what I would like to do (and CAPL does not accept):
message…

Jag
- 3
- 1
- 2
0
votes
0 answers
Downloading emails via IMAP. Avoid dupes
I am developing simple program that will download my emails from different mail boxes and store in database for backup.
I plan to use IMAP and most mailboxes are gmail.
I am wondering how do I avoid dupes?
I read that IMAP's UID is not reliable.…

Max
- 6,286
- 5
- 44
- 86
0
votes
1 answer
Get message id (not universal id) from Notes document
I want to fetch message id of the document. I tried
document.getItemValueString("$MessageID");
but it's giving null.

Romesh
- 136
- 1
- 9