Questions tagged [messageid]

36 questions
1
vote
0 answers

Bad message id generated in python on heroku servers

I'm using flask-mail, which calls email.utils.make_msgid() to create unique ids for emails. On a heroku flask webapp, messages come through to a GMail account with an updated message-id indicating Google thought the id was broken and updated it. I…
HoosierDaddy
  • 720
  • 6
  • 19
1
vote
0 answers

GCM Message ID In Service Worker Push Event

Is there any possibility to retrieve/get GCM message_id in service worker push event? We have built an application to send browser push notification, and for notification data (title, body, image, etc.) we retrieve through our internal API. All…
1
vote
1 answer

ESMTP Postfix Server - prevent overriding Message-ID

in our CRM-System I have to identify every incoming E-Mail by the Message-ID, with that ID I can check if I already have a related E-Mail in the System. Now, it seems that my Postfix Server every time overrides my generated Message-ID. Is there…
thoss
  • 81
  • 8
1
vote
1 answer

Is is possible to specify my own Message-Id email header when sending using Mandrill?

I am sending emails using Mandrill and I want to set the Message-ID myself. I see now an ID like this: Message-Id: <30152892.20150311183809.55008b919f0c49.69649774@mail132-29.atl131.mandrillapp.com> What I am trying to do is to find out why Gmail…
Gabriel Petrovay
  • 20,476
  • 22
  • 97
  • 168
1
vote
1 answer

How to get messageId from gcm on receiver side

I can successfully run the client and server of gcm. But when I send message from server side, I can get a messageId from gcm, which is something like this: 0:1408673696996426%921c249a002efde3 However, I can not get this messageId from client…
Teng Lu
  • 23
  • 3
1
vote
2 answers

Exchange EWS MessageId -> Available in ActiveSync too?

Is there anyway to get the same "MessageId" you can get in Exchange EWS when using ActiveSync? I thought this was an Exchange way to identify each message uniquely, but I can't seem to find a way to retrieve it using ActiveSync. EDIT: I've got 2…
Brad Parks
  • 66,836
  • 64
  • 257
  • 336
0
votes
1 answer

How to find out the user name by the message ID? DISCORD PY

I want to find out the username by the message_id from a responsed message. So there is a response and I get the message that is responsed by that message, and from that message I already know the MESSAGE ID, but I want to know the user that has…
0
votes
1 answer

Can I mention a message with its ID

I have a Discord-Bot (I’m developing with Discord.py) with a report command and the user should pass the ID of the corresponding message (I will don't know in which channel). How can I mention the message with this ID? I tried <@ID>, but it mentions…
0
votes
0 answers

Receive whatsapp's "reply-to" message ID with Twilio

Whatsapp allows to reply directly to a certain message (ID) by swiping this message to the left/right and then replying: https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-messages#replies When receiving this message reply via our…
Lars Blumberg
  • 19,326
  • 11
  • 90
  • 127
0
votes
1 answer

Get the message content into a command [discord.py]

I'm searching to create a bot which create private text channels and then delete them. But with my actual code everyone can delete and rename other peolple's rooms. So, I'd like to create a message that contains the author ID when the bot create the…
user15261001
0
votes
1 answer

How to get unique pulsar message id in different case

interface: MessageId impl: MessageIdImpl BatchMessageIdImpl RawMessageIdImpl The implement have different properties, different toString() method, that confused me much.
h.xn
  • 25
  • 1
  • 5
0
votes
1 answer

Accessing Telegram Message by its id

I'm using Telethon Library to get messages, filter them, and a bit later if some conditions were met, reply to them with a specific answer. The question is, can I get info about a message (most importantly its text), just by having its id?
Danial
  • 362
  • 4
  • 18
0
votes
1 answer

PHPMailer: is it possible to set a different message-id for bcc?

As in subject. Is it at all to send and email with PHPMailer and assign different message-id for the mail sent to 'to' and do 'bcc'? (Yes, I know is not exactly compliant with RFC nor is intuitive to do such a thing.)
Olalike
  • 3
  • 2
0
votes
1 answer

How to convert a message id from discord in the actually text that is written?

So I'm coding a discord bot in Python and I want to get the message content of the message I defined before... With my code I'm only getting this:
TheWalkingLag
  • 11
  • 1
  • 4
0
votes
1 answer

How do I identify Outlook "message id" over imap/pop3 in Python?

Problem I am using a "logic app" in Azure to create a queue of incoming mails. The way the emails are registered are using a "message id", which is described as "a unique identifier for a message". I would like to be able to fetch emails over imap…
Esben Eickhardt
  • 3,183
  • 2
  • 35
  • 56