Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
419 views

Rails 3 Mailer, how to define a Reply-To address?

How can I define a Reply-To address different than the :from one? Is than even possible? Thank you
2
votes
2answers
352 views

posting reply to inbox message?

I'm trying to post a reply to an inbox message by sending a POST request to /message_id/comments. Is this the correct way to send a reply to an inbox message ? I'm getting the following error: ...
2
votes
1answer
139 views

What's are good Twitter PHP libs to send a message to new followers?

I am looking for a good PHP based lib to send a message to new followers. Probably it's already done. I think it must work as a twitter client and not around OAUTH2 authentication.
2
votes
1answer
151 views

Does RFC 5322 allow reply-to header without any actual e-mail address? If so, what is its semantic?

Section 3.6.2 of RFC 5322 defines the reply-to header as: reply-to = "Reply-To:" address-list CRLF Where address-list is defined at section 3.4. When unfolding the ABNF grammar, I find ...
2
votes
3answers
276 views

Django blog reply system

i'm trying to build a mini reply system, based on the user's posts on a mini blog. Every post has a link named reply. if one presses reply, the reply form appears, and one edits the reply, and submits ...
2
votes
1answer
112 views

Inserting > at the start of each line in reply e-mails

In my Rails app I have a mail section in which I want to append a > character at the start of each line when replying to a message. The challenge is, how do I know when to insert a > character ...
1
vote
1answer
62 views

How can i modify this applescript to apply to selected emails rather than selected mailboxes?

tho is my first post - glad to have found this community :) I'm afraid I have limited applescript knowledge but I discovered a script that will create a new message with recipients based on senders ...
1
vote
0answers
398 views

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 ...
1
vote
1answer
424 views

iPhone Objective C - wait_fences: failed to receive reply: 10004003

i have this strange error : wait_fences: failed to receive reply: 10004003 in this code : - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { if ...
1
vote
2answers
176 views

cfmail, google mail and reply to

I am having problems with google mail with a coldfusion webform, when the form gets sent the reply address is always myemail@myemail.com (substituted). Is this a google mail thing or is there a fix? ...
1
vote
1answer
245 views

How to know server reply in iPhone?

- (IBAction) uploadImage { /* turning the image into a NSData object getting the image back out of the UIImageView setting the quality to 100 */ NSData ...
1
vote
3answers
125 views

Django reply form included into question template

if a have a question - answer system, where the answer form is included in the template of questions,(just like facebook post-comments) is there another way to save the comments for every question? ...
1
vote
1answer
253 views

How do I create a reply button for a Twitter client that automatically fills in a username in the 'tweet' form?

Using the Twitter API, and just want to have a simple 'reply' button on every tweet (say, 'How do I create a reply button?' from @kraykray) that automatically puts '@kraykray' into the tweet form. ...
0
votes
2answers
20 views

Can you atribute a Reply to a Mail via the Mail Header?

Is it possible to include into the E-Mail-Header an information such as a client ID in a way, that if the person replies to this mail and even if the titel or content of the original mail is cleaned ...
0
votes
1answer
29 views

Email systems: Should I strip (Re|Fw(d)?), or any word with a colon?

Do you have a recommendation on this? I have seen the everything before the colon method used. This could affect a situation re[2]:. If colon method was used. The reply would become Re: and the ...
0
votes
0answers
52 views

ANT SCP Task Error - Malformed reply from SOCKS server

Hey I have a bit of a weird problem. I have two projects in my eclipse (indigo) workspace that each have an identical ANT build script. When I run the script in the first project everything works ...
0
votes
0answers
21 views

Which twitter API can return a screen_name's all replies and / or favorite?

I cannot find a twitter API returns a target screen_name's all replies and/or who is favorite of this screen_name. I did the research, 1)reply--> ...
0
votes
0answers
57 views

Using twitter4j to find an exact tweet, by status_id

I'm using twitter4j to stream all statuses with a reply_id, and (trying to get) the status they are replying to. So I stream a bunch of statuses, and on each one do: Long ...
0
votes
1answer
167 views

Twitter OAuth Send Status Update Not Working

Why is this code not working? I need it to get the latest tweets for the search tag dog and then submit a status update with a reply to the user who sent the tweet with the search tag dog. I am using ...
0
votes
2answers
386 views

WCF OperationContract - What's the point of Action and ReplyAction?

[ServiceContract(Namespace = "http://schemas.mycompany.com/", Name = "MyService")] public interface IMyService { [OperationContract(Name = "MyOperation") OperationResponse ...
0
votes
1answer
68 views

Python textbox program

I want to write a Python program that will be able to read from a dictionary into any (or most) textboxes. Will this be possible and how would I approach it? Here is an example of what I mean with ...
0
votes
3answers
145 views

PHP Form - Problem with reply e-mail

The contact form is working just fine but I can't figure how to setup the "reply mail". The PHP code is as follows: <?php // Get Data $name = strip_tags($_POST['name']); $email = ...
0
votes
3answers
284 views

CakePHP treated comments with pagination

Is there a way to paginate comments in cakePHP with a tree behavior? Should I use tree behavior anyway or to make my own code to view the comments? Sorry, this has been asked before. I found an ...
0
votes
0answers
227 views

problem with apache seding reply status [closed]

Hello can any one help with this how do I resolve this problem : http://pastebin.com/Xq4n1Je8 this make my server down can any one help me and tell me what is the problem here ? thank you
0
votes
1answer
105 views

Reply link, auto addition of text to textarea in XHTML Strict?

I'm trying to add a link next to each comment on my blog, where when you click on the word "Reply", "@Name" automatically adds to the comment form's textarea below (it also jumps to the form by anchor ...
0
votes
1answer
135 views

Is there any Forum Software Which comes with Reply Via Email Features? [closed]

I am looking for a Forum Software in PHP (Open source Or Paid) which comes with Reply via Email feature. I know many forum software like vbulletin which has facility for user to Subscribe to Post / ...
0
votes
1answer
261 views

Jquery GetJson - How to read the reply?

i have always the same problem, it is hard for me to read the reply from a json post. For example $.getJSON('http://gdata.youtube.com/feeds/api/users/live/subscriptions?alt=json', function(data) { ...
0
votes
4answers
240 views

Sending post request and do not wait for reply and continue php script

I need to send post request from php whithout waiting for response . CURL has no this abillity and also wget. I am sending many post requests to apple push servers and reply from this server is ...
0
votes
1answer
95 views

How do I add a link within a page to a javascript reply link?

Hey all. I'm scripting a blogging system for my website. So I have this function: <script language="javascript" type="text/javascript"> /* <![CDATA[ */ function reply(text) { ...
0
votes
2answers
196 views

Reply by Email (like Facebook)

I am developing a PHP website where it is possible to make wall posts / comments. At this point, I already use PHP mail() to send a email to a person when something is posted on their wall. Here is ...
0
votes
1answer
645 views

System.Net.Mail.MailMessage “Reply-To” header is ignored in IIS 6.0 but OK in IIS 5.1

I have a web app project developed and unit-tested on a WinXP machine (IIS 5.1). It has been published to a Win2003Server (IIS 6.0). One feature of the app sends an email with a "Reply-To" header ...
0
votes
2answers
202 views

How Can I Get The Email Sender Address

I'm developing a email manager application(like outlook) in C# and I want to do a reply function, but how I can get the email address of the user that sent the email that will be replyed? Thanks.
-1
votes
2answers
35 views

How can I check identity in 1 column in SQL query?

I need a way to get true-false reply from SQL query that say to me: value in one column are the same or not?
-1
votes
1answer
195 views

What does it mean when @naver.com emails return “Your mail was denied from the receiver” [closed]

I am sending many emails and I get many of these errors back from @naver.com users: Your mail was denied from the receiver I am wondering if it means that user marked it as spam or their service ...
-2
votes
4answers
93 views

How do I get the ID value from the url?

I am trying to make my own forums using a tutorial. I have already fixed quite alot of errors and I have 1 left to do. When you post a reply on a thread it will save your reply in a mysql database. ...