-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttachDisposition text will come like inline; filename="imagea429bf… #470
Conversation
…PG"; and hence it will show error attachment.ContentDisposition.Disposition = text; as there is validation "Illegal characters in disposition value." for Disposition
Thanks for the fix! |
No problem, is the nuget packages updated accordingly so that we may use
the fix.
Regards,
Humayun
…On Tue, Mar 12, 2019 at 5:52 PM Jeffrey Stedfast ***@***.***> wrote:
Thanks for the fix!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPPgulrzLgpcGazyAt0JFZkI257_bYJks5vV9s2gaJpZM4brPZU>
.
--
Humayun Ahmed
|
If you have a Live account, you can download the package here: https://dev.azure.com/jestedfa/_apis/resources/Containers/785437?itemPath=MimeKit-2.1.3.5%2FMimeKit.2.1.3.5.nupkg |
Hello Jeffrey,
I have tried to download with the following live accounts
[email protected] and [email protected] but its showing
unauthorize
{
- $id: "1",
- innerException: null,
- message: "TF400813: The user 'Windows Live ID\[email protected]' is
not authorized to access this resource.",
- typeName: "Microsoft.TeamFoundation.Framework.Server.UnauthorizedRequestException,
Microsoft.TeamFoundation.Framework.Server",
- typeKey: "UnauthorizedRequestException",
- errorCode: 0,
- eventId: 3000
}
…On Wed, Mar 13, 2019 at 3:01 PM Jeffrey Stedfast ***@***.***> wrote:
If you have a Live account, you can download the package here:
https://dev.azure.com/jestedfa/_apis/resources/Containers/785437?itemPath=MimeKit-2.1.3.5%2FMimeKit.2.1.3.5.nupkg
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPPgicbSs5ttH51XaS54GN1y8H-4l3yks5vWQTCgaJpZM4brPZU>
.
--
Humayun Ahmed
|
I guess you'll have to build your own copy for now. I probably won't have time to make a new release until April sometime as I've got to do a lot of travel for meetings :( |
Hello Jeffrey,
Is it possible to give the nupkg file as attachment in this email?
Afterwards, at April, you will release, I'll sync with that later.
Regards,
Humayun
…On Wed, Mar 13, 2019 at 9:45 PM Jeffrey Stedfast ***@***.***> wrote:
I guess you'll have to build your own copy for now. I probably won't have
time to make a new release until April sometime as I've got to do a lot of
travel for meetings :(
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPPgg2yXh2mv7ZJwsiEJsCx0UKpMeHoks5vWWNcgaJpZM4brPZU>
.
--
Humayun Ahmed
|
Just go to https://dev.azure.com/jestedfa/MimeKit/_build/results?buildId=29, click on Artifacts and it will download a zip file containing the nuget package. I just tested this in a browser that was not logged in and it worked just fine so you should have no problems. |
Thank you very much. I got it now :)
…On Thu, Mar 14, 2019 at 1:58 PM Jeffrey Stedfast ***@***.***> wrote:
Just go to
https://dev.azure.com/jestedfa/MimeKit/_build/results?buildId=29, click
on Artifacts and it will download a zip file containing the nuget package.
I just tested this in a browser that was not logged in and it worked just
fine so you should have no problems.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPPgjTvcs9dAec6cjfuwpnsUKXWiaaQks5vWkdxgaJpZM4brPZU>
.
--
Humayun Ahmed
|
AttachDisposition text will come like inline; filename="imagea429bf.JPG"; and hence it will show error attachment.ContentDisposition.Disposition = text; as there is validation "Illegal characters in disposition value." for Disposition, please see the Content-Disposition spec https://tools.ietf.org/html/rfc6266