Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
9answers
487 views

When considering jobs, how to predict the **real** length of a workweek?

So you've landed that interview, seem to be doing well (or already did well), and think this could be a possibility. Now starts the dual poker game: how much we'll underpay you, and how much we'll ...
4
votes
1answer
403 views

Sending Hebrew subject in php mail goes Klingon…?

I'm trying to send email with hebrew content/subject like so: $to = 'email@email.com'; $subject = "איזה יום יפה היום"; $message = 'ממש יום יפה'; $headers = 'From: email@email.com' . "\r\n"; ...
4
votes
0answers
138 views

Weblogic Subject propagation - Where is subject stored?

Need to understand how subject is stored and propagated in weblogic. Once authenticated, where is subject stored in HTTP layer ? Internally is it stored in HTTPSession ? Same way, where is it stored ...
4
votes
4answers
2k views

accented words in email subject break spacing - how do I stop this?

We have a custom php email marketing app, and an interesting problem: If the subject line of the message contains a word with accents, it 'swallows' the spaces between it and the following word. An ...
3
votes
2answers
730 views

Spring mail support - no subject

I have updated my libraries, and now e-mails are sent without subject. I don't know where this happened... Mail API is 1.4.3., Spring 2.5.6. and Spring Integration Mail 1.0.3.RELEASE. <!-- ...
1
vote
1answer
141 views

How do I get Chinese characters into the subject line of an email message?

We have a simple lead generation system that lets people compose an email and send to their friends. Our end users can edit the subject line and text of the email. I'm having problems with ...
1
vote
1answer
481 views

executing mailx command in shell script

Hi have a simple shell script that executes a .sql script. When the .sql script has completed, the shell script sends an email to a specified address notifying whether or not the .sql script ran ...
1
vote
2answers
318 views

Retrieving the Subject executing a java.security.PrivilegedAction at runtime

I am trying to retrieve the Subject that is currently executing a Privileged Action under the JAAS framework, in order to be able to extract its principals. Basically, I need to verify at run-time ...
1
vote
2answers
910 views

C# Email subject parsing

I'm building a system for reading emails in C#. I've got a problem parsing the subject, a problem which I think is related to encoding. The subject I'm reading is as follows: ...
1
vote
2answers
307 views

UTF-8 Subject line appears as question marks in Gmail

I am trying to send an email with Chinese characters in the subject line from my program to a gmail account, but the subject line appears as ????. This is how the subject line is encoded: ...
1
vote
1answer
1k views

How to Modify a Cronjob Email Subject

I am running a half dozen different cron jobs from my hosting at Hostmonster.com. When a cronjob has been executed I receive an email with the output of the script. The email comes in the format of: ...
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
28 views

Extra spaces in e-mail subject using chilkat

We're using Chilkat mail for Visual C++ 8.0. We have a problem with decoding extra spaces in subject for some e-mails. The subject in these e-mails has got few encoded words like (two below): ...
0
votes
1answer
381 views

python imaplib to get gmail inbox subjects titles and sender name

I'm using pythons imaplib to connect to my gmail account. I want to retrieve the top 15 messages (unread or read, it doesn't matter) and display just the subjects and sender name (or address) but ...
0
votes
0answers
176 views

Umbraco Contour: Changing Suject line to different dictionary items

I having a serious issue with Umbraco Contour. I wish to send on 2 emails on submission with 2 different subjects with information gathered from the umbraco dictionary. The form and the email response ...
0
votes
0answers
67 views

Read Gmail's subject line through Greasemonkey script

Can anyone tell me how to access the contents of the subject line of an email on the compose page? I've tried different things but nothing seems to work. ...
0
votes
1answer
151 views

Finding a book's subject using Amazon AWS API

I'm using PyAWS to access Amazon's API. I'm trying to get a book's subject. I know it has something to do with BrowseNode* but not sure how to access it.
0
votes
1answer
648 views

Drupal calling a block programmatically, block title not displaying

I tried calling a block programmatically but it's not displaying the block title. I added a block from the "add block" page. It has an id of 53. I have this code in my page.tpl.php or node.tpl.php: ...
0
votes
2answers
144 views

Take control over email subject in rails

I need to change the subject of the emails on a low level. What rails does is encoding the subject as quoted in whatever encoding is set. What I need is to make it quoted but split into chunks of 64 ...
0
votes
1answer
322 views

How many formats of x.509 client certificate file are there?

I am working on a task which is to get the client certificate when the user sends a request to the server. I have to get the certificate and get the 3 pieces of information from the certificate: user ...
0
votes
5answers
140 views

Elaboration of A quotation on 'Simple Design'

An excerpt from Programming Perls: A Simple Design : Antonie de Saint-Exupery, the Fresh writer and aircraft designer, said that, *"A designer knows he has arrived at perfection not when there is ...
0
votes
3answers
2k views

what means subject in certificate?

The related link is this MSDN article. I am always confused about the term "subject", for example, sk option "Specifies the subject's key container location", sr option "Specifies the subject's ...
-1
votes
1answer
31 views

Auto replacement of subject line in inbound Outlook emails

I need to replace the contents of the subject line of all incoming email (whatever it maybe ) with "EBIT Support" and that same mail then forwarded to the new and correct inbox- an ideas vey welcome!! ...
-1
votes
1answer
122 views

Need to modify one variable for a PHP mail form

I need to modify this PHP mail form to have the email subject include "New message from photography site" before the subject supplied by the visitor who submits the form. I don't know PHP and tried a ...
-1
votes
1answer
177 views