Questions tagged [header-fields]
6 questions
2
votes
2 answers
Access export query as text with header and footer
I've been researching this issue high and low for an answer or at least a template to go by.
I am using MS Access 2007. I need to export a query as a text file with fixed width specifications (already done). The problem(s) I am running into, is that…

PAT2B
- 21
- 2
2
votes
1 answer
How to addValue forHTTPHeaderField from NSURLSessionResumeCurrentRequest of resumeData?
I have a dictionary from resumeData of cancelByProducingResumeData: like followings, I wonder how to addValue forHTTPHeaderField with NSURLSessionResumeCurrentRequest.
And I wonder how to convert NSData of NSURLSessionResumeCurrentRequest into…

alterant
- 61
- 5
1
vote
1 answer
Mail header fields: Practical difference between quoted-printable and 7bit?
Is there any practical difference between "7bit" and "quoted-printable" as Content-Transfer-Encoding in email? From all I could gather the encoding schemes are virtually identical.

deceze
- 510,633
- 85
- 743
- 889
0
votes
2 answers
How to filter/search for emails with a custom header field using Python imaplib?
I want to filter emails for the presence of a specific custom header field, e.g. "X-my-header-field: my-header-value".
I am using Python's imaplib. I unsuccessfully tried the search method: rv, data = mailbox.search(None, "X-my-header-field",…

Jonas
- 2,974
- 4
- 24
- 23
0
votes
1 answer
Auto updating header?
I'm currently doing work experience designing the ui for some courier software in basic HTML. I have only been doing this for 4 days now so please excuse my basic knowledge etc.
At the top of this particular page I have 2 headers which I would like,…

tyeldham
- 15
- 2
0
votes
1 answer
Why I'm not getting a 'Warning: Cannot modify header information - headers already sent by' as I expected to get one?
I'm using PHP 7.1.11 on a machine that runs on Windows 10 Home Single Language edition.
I'm using XAMPP server on my machine.
I'm using following browsers on this machine :
Google Chrome(Version 62.0.3202.94 (Official Build) (64-bit))
Firefox…

PHPLover
- 1
- 51
- 158
- 311