Questions tagged [reply]

257 questions
2
votes
1 answer

Is it possible to count only the total replies message via IMAP()

I'm working on the 1st imap() project. I want to count every message type - unread, read, reply and deleted. Only the "reply" status that consumes me a lot of time. I tried to search here and google. But no luck. Some says I need to create my own…
Wilf
  • 2,297
  • 5
  • 38
  • 82
2
votes
1 answer

How to reply a D-Bus message

I got the D-Bus server.c and client.c code, and made some modification. I want the result that when type for example "hi" from client.c server will print "receive message hi", and reply "reply_content!!!!!!" to client.c But it seems that now…
Eric Tseng
  • 553
  • 3
  • 8
  • 22
2
votes
2 answers

parse a post for @username

I have established a Twitter-like @replies that allows users to contact one another through user dailyposts...similar to stackoverflow's. Using this as a guide https://github.com/kltcalamay/sample_app/compare/original-version...master How can I…
Serge Pedroza
  • 2,160
  • 3
  • 28
  • 41
2
votes
2 answers

Is it possible to specify "Reply From" email address in form submission using PHP?

I have a form on my website which will send me an email using PHP. It will be sent to an email address from my hosting service, which I never check, so I set it up to forward emails sent to that address to my iCloud email address. This works great,…
Jordan H
  • 52,571
  • 37
  • 201
  • 351
2
votes
1 answer

VSTO Outlook Add-In: How to capture reply-to-all, reply, and forward events?

I am having trouble capturing the reply-to-all, reply, and forward events in Outlook 2013 (using VSTO for 2010). Currently, I am having no problems with Inspector class, since those open a new window. But when I click Reply or Reply-To-All in…
Water
  • 1,114
  • 1
  • 15
  • 31
2
votes
1 answer

Predis Null bulk reply

Hy guys! I'm doing an optimistic locking in Predis. The problem is that the Redis documentation says that when the watched key is modified, then the execute returns a 'Null Multi-bulk reply'. How does it looks like in Predis? Sady I not found any…
Lakatos Gyula
  • 3,949
  • 7
  • 35
  • 56
2
votes
1 answer

Always quote plain version with mutt

I read mails with mutt and a lot of people send mail with both plain and html version. I prefer to see html version with elinks in some cases so I had to set text/html as my preferred alternative. However, when replying, the quote is infamous (a lot…
kamaradclimber
  • 2,479
  • 1
  • 26
  • 45
2
votes
2 answers

Java intercept command prompt reply

I was doing some cmd commands via java that are only input in the command prompt. I was wondering if there was a way to programatically fetch and reply to a command prompt question via Java? e.g.: I add a remote GIT repository to my GIT structure…
voluminat0
  • 866
  • 2
  • 11
  • 21
1
vote
1 answer

Telethon make user reply to the sent message

I'm writing a telethon bot that should do the following: Bot listens to the messages sent by users in the channel. To the message '/start', bot greets the user with 'Hi {username}!' Bot makes the user auto reply to the message sent in step #2 (as…
Pythonist
  • 21
  • 6
1
vote
1 answer

Remove the "RE:" when replying to emails using Python

I am using python to automate some outlook email replies and I need to remove the "RE:" from the subject when using the email.ReplyAll(), I tried to do email.Subject = subject before replying but it still adds the "RE:". FYI, I do not intend to…
jks
  • 13
  • 6
1
vote
0 answers

Twilio Conversations API - Reply like in WhatsAPP

We're in the middle of a PoC to build a Chat App using Twilio Conversations API. We have almost all what we need so far, although I haven't found a way to implement the Reply feature like in WhatsApp: But what we get in our Chat screen is only the…
Carlos Daniel
  • 2,459
  • 25
  • 30
1
vote
1 answer

Flutter Chat - SwipeTo reply, replies wrong message [with code snippet]

I have a Flutter Chat that streams messages from Firestore, everything fine there. Now I added a reply functionality. I am wrapping the chat bubbles with a SwipeTo Widget that when swiped adds the message info to a field Message in the chat page. If…
JMGpp
  • 23
  • 4
1
vote
4 answers

Flutter showDialog on top of a widget

I'm developing a chat application which allows users to reply to others' messages. I want to make it so that when user long pressed a chat bubble, a dialog will appear directly on top of the bubble with the options to either reply or forward. I…
treble18
  • 131
  • 7
1
vote
0 answers

CRM 2011 / JScript: Creating/Opening an email reply from an Email ID or a SubGrid

I'm trying to create a button in a form which contains a subgrid of activitypointers, where some of them are emails. This button needs to open the email reply window to the email (The window you get to by opening the email and hitting "Reply") if it…
Emil B. M.
  • 11
  • 3
1
vote
0 answers

How to setup VBscript to run in a specific folder in Outlook

I'm working on Visual Basic for Applications code for Outlook to reply to emails that have been moved to a folder called "Reply". I have it set up a rule to look at the folder when running. Is there a way to modify this code to look at a specific…