Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
943b376d
Commit
943b376d
authored
Jun 01, 2016
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jun 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcomm: Add missing default properties.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e7337704
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
20 deletions
+75
-20
mimeole.c
dlls/inetcomm/mimeole.c
+75
-20
No files found.
dlls/inetcomm/mimeole.c
View file @
943b376d
...
...
@@ -55,26 +55,81 @@ typedef struct
static
const
property_t
default_props
[]
=
{
{
"References"
,
PID_HDR_REFS
,
0
,
VT_LPSTR
},
{
"Subject"
,
PID_HDR_SUBJECT
,
0
,
VT_LPSTR
},
{
"From"
,
PID_HDR_FROM
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Message-ID"
,
PID_HDR_MESSAGEID
,
0
,
VT_LPSTR
},
{
"Return-Path"
,
PID_HDR_RETURNPATH
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Date"
,
PID_HDR_DATE
,
0
,
VT_LPSTR
},
{
"Received"
,
PID_HDR_RECEIVED
,
0
,
VT_LPSTR
},
{
"Reply-To"
,
PID_HDR_REPLYTO
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"X-Mailer"
,
PID_HDR_XMAILER
,
0
,
VT_LPSTR
},
{
"Bcc"
,
PID_HDR_BCC
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"MIME-Version"
,
PID_HDR_MIMEVER
,
MPF_MIME
,
VT_LPSTR
},
{
"Content-Type"
,
PID_HDR_CNTTYPE
,
MPF_MIME
|
MPF_HASPARAMS
,
VT_LPSTR
},
{
"Content-Transfer-Encoding"
,
PID_HDR_CNTXFER
,
MPF_MIME
,
VT_LPSTR
},
{
"Content-ID"
,
PID_HDR_CNTID
,
MPF_MIME
,
VT_LPSTR
},
{
"Content-Disposition"
,
PID_HDR_CNTDISP
,
MPF_MIME
|
MPF_HASPARAMS
,
VT_LPSTR
},
{
"To"
,
PID_HDR_TO
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Cc"
,
PID_HDR_CC
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Sender"
,
PID_HDR_SENDER
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"In-Reply-To"
,
PID_HDR_INREPLYTO
,
0
,
VT_LPSTR
},
{
NULL
,
0
,
0
,
0
}
{
"X-Newsgroup"
,
PID_HDR_NEWSGROUP
,
0
,
VT_LPSTR
},
{
"Newsgroups"
,
PID_HDR_NEWSGROUPS
,
0
,
VT_LPSTR
},
{
"References"
,
PID_HDR_REFS
,
0
,
VT_LPSTR
},
{
"Subject"
,
PID_HDR_SUBJECT
,
0
,
VT_LPSTR
},
{
"From"
,
PID_HDR_FROM
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Message-ID"
,
PID_HDR_MESSAGEID
,
0
,
VT_LPSTR
},
{
"Return-Path"
,
PID_HDR_RETURNPATH
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Rr"
,
PID_HDR_RR
,
0
,
VT_LPSTR
},
{
"Return-Receipt-To"
,
PID_HDR_RETRCPTO
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Apparently-To"
,
PID_HDR_APPARTO
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Date"
,
PID_HDR_DATE
,
0
,
VT_LPSTR
},
{
"Received"
,
PID_HDR_RECEIVED
,
0
,
VT_LPSTR
},
{
"Reply-To"
,
PID_HDR_REPLYTO
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"X-Mailer"
,
PID_HDR_XMAILER
,
0
,
VT_LPSTR
},
{
"Bcc"
,
PID_HDR_BCC
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"MIME-Version"
,
PID_HDR_MIMEVER
,
MPF_MIME
,
VT_LPSTR
},
{
"Content-Type"
,
PID_HDR_CNTTYPE
,
MPF_MIME
|
MPF_HASPARAMS
,
VT_LPSTR
},
{
"Content-Transfer-Encoding"
,
PID_HDR_CNTXFER
,
MPF_MIME
,
VT_LPSTR
},
{
"Content-ID"
,
PID_HDR_CNTID
,
MPF_MIME
,
VT_LPSTR
},
{
"Content-Description"
,
PID_HDR_CNTDESC
,
MPF_MIME
,
VT_LPSTR
},
{
"Content-Disposition"
,
PID_HDR_CNTDISP
,
MPF_MIME
|
MPF_HASPARAMS
,
VT_LPSTR
},
{
"Content-Base"
,
PID_HDR_CNTBASE
,
MPF_MIME
,
VT_LPSTR
},
{
"Content-Location"
,
PID_HDR_CNTLOC
,
MPF_MIME
,
VT_LPSTR
},
{
"To"
,
PID_HDR_TO
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Path"
,
PID_HDR_PATH
,
0
,
VT_LPSTR
},
{
"Followup-To"
,
PID_HDR_FOLLOWUPTO
,
0
,
VT_LPSTR
},
{
"Expires"
,
PID_HDR_EXPIRES
,
0
,
VT_LPSTR
},
{
"Cc"
,
PID_HDR_CC
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"Control"
,
PID_HDR_CONTROL
,
0
,
VT_LPSTR
},
{
"Distribution"
,
PID_HDR_DISTRIB
,
0
,
VT_LPSTR
},
{
"Keywords"
,
PID_HDR_KEYWORDS
,
0
,
VT_LPSTR
},
{
"Summary"
,
PID_HDR_SUMMARY
,
0
,
VT_LPSTR
},
{
"Approved"
,
PID_HDR_APPROVED
,
0
,
VT_LPSTR
},
{
"Lines"
,
PID_HDR_LINES
,
0
,
VT_LPSTR
},
{
"Xref"
,
PID_HDR_XREF
,
0
,
VT_LPSTR
},
{
"Organization"
,
PID_HDR_ORG
,
0
,
VT_LPSTR
},
{
"X-Newsreader"
,
PID_HDR_XNEWSRDR
,
0
,
VT_LPSTR
},
{
"X-Priority"
,
PID_HDR_XPRI
,
0
,
VT_LPSTR
},
{
"X-MSMail-Priority"
,
PID_HDR_XMSPRI
,
0
,
VT_LPSTR
},
{
"par:content-disposition:filename"
,
PID_PAR_FILENAME
,
0
,
VT_LPSTR
},
{
"par:content-type:boundary"
,
PID_PAR_BOUNDARY
,
0
,
VT_LPSTR
},
{
"par:content-type:charset"
,
PID_PAR_CHARSET
,
0
,
VT_LPSTR
},
{
"par:content-type:name"
,
PID_PAR_NAME
,
0
,
VT_LPSTR
},
{
"att:filename"
,
PID_ATT_FILENAME
,
0
,
VT_LPSTR
},
{
"att:pri-content-type"
,
PID_ATT_PRITYPE
,
0
,
VT_LPSTR
},
{
"att:sub-content-type"
,
PID_ATT_SUBTYPE
,
0
,
VT_LPSTR
},
{
"att:illegal-lines"
,
PID_ATT_ILLEGAL
,
0
,
VT_LPSTR
},
{
"att:rendered"
,
PID_ATT_RENDERED
,
0
,
VT_LPSTR
},
{
"att:sent-time"
,
PID_ATT_SENTTIME
,
0
,
VT_LPSTR
},
{
"att:priority"
,
PID_ATT_PRIORITY
,
0
,
VT_LPSTR
},
{
"Comment"
,
PID_HDR_COMMENT
,
0
,
VT_LPSTR
},
{
"Encoding"
,
PID_HDR_ENCODING
,
0
,
VT_LPSTR
},
{
"Encrypted"
,
PID_HDR_ENCRYPTED
,
0
,
VT_LPSTR
},
{
"X-Offsets"
,
PID_HDR_OFFSETS
,
0
,
VT_LPSTR
},
{
"X-Unsent"
,
PID_HDR_XUNSENT
,
0
,
VT_LPSTR
},
{
"X-ArticleId"
,
PID_HDR_ARTICLEID
,
0
,
VT_LPSTR
},
{
"Sender"
,
PID_HDR_SENDER
,
MPF_ADDRESS
,
VT_LPSTR
},
{
"att:athena-server"
,
PID_ATT_SERVER
,
0
,
VT_LPSTR
},
{
"att:athena-account-id"
,
PID_ATT_ACCOUNT
,
0
,
VT_LPSTR
},
{
"att:athena-pop3-uidl"
,
PID_ATT_UIDL
,
0
,
VT_LPSTR
},
{
"att:athena-store-msgid"
,
PID_ATT_STOREMSGID
,
0
,
VT_LPSTR
},
{
"att:athena-user-name"
,
PID_ATT_USERNAME
,
0
,
VT_LPSTR
},
{
"att:athena-forward-to"
,
PID_ATT_FORWARDTO
,
0
,
VT_LPSTR
},
{
"att:athena-store-fdrid"
,
PID_ATT_STOREFOLDERID
,
0
,
VT_LPSTR
},
{
"att:athena-ghosted"
,
PID_ATT_GHOSTED
,
0
,
VT_LPSTR
},
{
"att:athena-uncachedsize"
,
PID_ATT_UNCACHEDSIZE
,
0
,
VT_LPSTR
},
{
"att:athena-combined"
,
PID_ATT_COMBINED
,
0
,
VT_LPSTR
},
{
"att:auto-inlined"
,
PID_ATT_AUTOINLINED
,
0
,
VT_LPSTR
},
{
"Disposition-Notification-To"
,
PID_HDR_DISP_NOTIFICATION_TO
,
0
,
VT_LPSTR
},
{
"par:Content-Type:reply-type"
,
PID_PAR_REPLYTYPE
,
0
,
VT_LPSTR
},
{
"par:Content-Type:format"
,
PID_PAR_FORMAT
,
0
,
VT_LPSTR
},
{
"att:format"
,
PID_ATT_FORMAT
,
0
,
VT_LPSTR
},
{
"In-Reply-To"
,
PID_HDR_INREPLYTO
,
0
,
VT_LPSTR
},
{
"att:athena-account-name"
,
PID_ATT_ACCOUNTNAME
,
0
,
VT_LPSTR
},
{
NULL
,
0
,
0
,
0
}
};
typedef
struct
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment