Activity for Sasa

  • Sandro Magi committed [9e5f1b] on Code

    fixed merge bugs

  • Sandro Magi committed [f8126e] on Code

    updated dependencies to address security vulnerability

  • Sandro Magi committed [f0fa4b] on Code

    generalized Merge operation on Tries

  • Sandro Magi committed [e733e2] on Code

    add extension to merge two enumerable sequences

  • Sandro Magi committed [de342d] on Code

    added extension for testing forwards

  • naasking naasking posted a comment on discussion Help

    Sorry, I just realized I never got back to you on this. I switched away from parsing into the System.Net.Mail.MailMessage data types back in 2018, so the code you're depending on is very out of date and I don't anticipate digging into that again to fix issues. I can only advise upgrading to the newer Sasa releases that depend on MailKit, or even better, to use MailKit directly.

  • Dolev Kosta Dolev Kosta posted a comment on discussion Help

    I cant use MimeKit and MailKit directly for now if you will available sometime in the future to take a quick look its will be very helpful Thanks for your time Dolev

  • naasking naasking posted a comment on discussion Help

    I'm currently on vacation and probably won't get to this for another week or so. The Sasa mail parsing api is largely obsolete though, since there are better libraries available. Sasa internally uses MimeKit and MailKit, so I recommend using those directly if you can.

  • Dolev Kosta Dolev Kosta posted a comment on discussion Help

    Hi I'm install version 0.18.5 with Nuget I using "Sasa.Net.Mail.Message.Parse" to parse an email , and the Hebrew letters at mailMessage.Body is display as questions mark. The Email file is attach This is the code: String file = @"D:\mailFile"; String email = File.ReadAllText(file); // The Hebrew converting to "email" parameter is success System.Net.Mail.MailMessage mailMessage = Sasa.Net.Mail.Message.Parse(email, Sasa.Net.Mail.MailParseOptions.ParseHtmlBody); // The Hebrew converting to "mailMessage.Body"...

  • Sandro Magi committed [73f569]

    rewrote word wrap to better handle corner cases

  • Sandro Magi committed [8ba7ff]

    filled in docs

  • Sandro Magi committed [729147]

    made some types readonly

  • Sandro Magi committed [2b61a2]

    made word wrap more precise at column boundary

  • Sandro Magi committed [a74059]

    fixed docs

  • Sandro Magi committed [8e60af]

    moved to a single shared definition of Change and ChangeType

  • Sandro Magi committed [2af82f]

    added combinator to exclude items from a source sequence without also requiring

  • Sandro Magi committed [3f6be1]

    include Sasa.Reactive in final release

  • Sandro Magi committed [d22138]

    added tests for new reactive collections

  • Sandro Magi committed [f90c59]

    added reactive stacks and queues

  • Sandro Magi committed [acb910]

    added ReactiveCollection

  • Sandro Magi committed [ccf956]

    filled in docs

  • Sandro Magi committed [a1e93d]

    new collection design doesn't require overloading Count

  • Sandro Magi committed [fbf2d4]

    fixed incorrectly named tests

  • Sandro Magi committed [da07a0]

    fixed reactive aggregate combinator

  • Sandro Magi committed [3c9c2e]

    added some reactive collection tests

  • Sandro Magi committed [9b4e96]

    preliminary ReactiveList

  • Sandro Magi committed [e5a018]

    added test for averaging

  • Sandro Magi committed [2a12f1]

    added an event type that is never equal to any instance other than itself

  • Sandro Magi committed [956102]

    added some standard reactive collections

  • Sandro Magi committed [1eb7e8]

    added tests for any/all combinators

  • Sandro Magi committed [54975a]

    initialize any/all with proper defaults

  • Sandro Magi committed [8ef5f3]

    added test for OfType and Cast combinators

  • Sandro Magi committed [d1b72b]

    switched to a reactive architecture similar to FrTime

  • Sandro Magi committed [8faa02]

    inverted condition on skip while test

  • Sandro Magi committed [b355b6]

    fixed off by one errors

  • Sandro Magi committed [0f569f]

    added Operators<T>.MaxValue/MinValue properties, which helps in generically

  • Sandro Magi committed [b3a1f9]

    fixed query batching

  • Sandro Magi committed [61441c]

    keep value tuples

  • Sandro Magi committed [ebb3ee]

    Backed out changeset: 5df4d0d399cb

  • Sandro Magi committed [5df4d0]

    fixed off by one error

  • Sandro Magi committed [72b462]

    fixed incorrect test

  • Sandro Magi committed [d1e3aa]

    updated project package version

  • Sandro Magi committed [d357ad]

    remove unused file

  • Sandro Magi committed [fe2a2e]

    added conditional compilation condition for netstandard1.3

  • Sandro Magi committed [454438]

    corrected diff tests

  • Sandro Magi committed [8166f8]

    added useful extensions targeting netstandard1.3

  • Sandro Magi committed [61d3ca]

    fixed ReturnPath extension

  • Sandro Magi committed [4f2487]

    added a test for reply behaviour

  • Sandro Magi committed [c235be]

    added missing .msg mime type

  • Sandro Magi committed [6fb379]

    added older Sasa.Data for compatibility

  • Sandro Magi committed [dfb8ed]

    add extensions for extracting the user and host to ease transition from standard

  • Sandro Magi committed [aa3b0c]

    updated release version

  • Sandro Magi committed [a19459]

    added SasaMetal to nuget packing script

  • Sandro Magi committed [eb12f8]

    expanded list of specific build targets due to some new methods that conflict

  • Sandro Magi committed [790eee]

    added new option to separate interface implementations from definitions

  • Sandro Magi committed [6b0479]

    build new sasametal package

  • Sandro Magi committed [8d7598]

    cleaned up mime tests

  • Sandro Magi committed [e59ff5]

    enable nuget package for Sasa.Web

  • Sandro Magi committed [4bf597]

    extract underlying enum type for conversion ops

  • Sandro Magi committed [61641a]

    Merge

  • Sandro Magi committed [81848d]

    updated release version

  • Sandro Magi committed [4021ca]

    generate docs from .cs files directly since docfx metadata build is broken

  • Sandro Magi committed [3dc920]

    update docfx dependency

  • Sandro Magi committed [f4230b]

    renamed tuple constructor class to old name for compatibility

  • Sandro Magi committed [72efe4]

    fixed invalid references

  • Sandro Magi committed [c03689]

    Merge

  • Sandro Magi committed [deffda]

    more precise extraction of MultipartAlternative parts

  • Sandro Magi committed [acf470]

    fixed invalid docs

  • naasking naasking created a blog post

    Sasa v1.0.0-RC2 Released

  • Sandro Magi committed [c40d3c]

    bump nuget package version for next release

  • Sandro Magi committed [505f3f]

    enable xml docs globally for all target frameworks

  • Sandro Magi committed [39a2af]

    added docfx to generate HTML API docs

  • Sandro Magi committed [165149]

    suppress some warnings because they are intentional checks

  • Sandro Magi committed [1c79cf]

    use xunit's recommended assertion checks

  • Sandro Magi committed [4eccb4]

    fixed so test files are copied to the output directory

  • Sandro Magi committed [952b98]

    added missing media type tests

  • naasking naasking posted a comment on merge request #1

    Thanks Andrew, your change has been merged. I didn't have to add those dependencies to Build\packages.config though. It also revealed a bug maybe indicative of a change in the System.Uri parsing behaviour. I'll push out a new RC soon.

  • Sandro Magi committed [310a22]

    fixed query parameter lookup

  • Sandro Magi committed [d719ca]

    Merge

  • Sandro Magi committed [cd048a]

    removed reference to xunit runners

  • naasking naasking updated merge request #1

    Update target frameworks

  • Andrew Lock Andrew Lock posted a comment on merge request #1

    No problem 🙂 I agree with you RE managing builds. Depending on how you're building, updating to add the extra targets should be pretty painless though 🤞 I assume you're building on Windows? If not, there's ways to work round it that I'm happy to help with if needs be (e.g. https://stu.dev/dotnet-framework-reference-assemblies-via-nuget/)

  • naasking naasking posted a comment on merge request #1

    Thanks Andrew! Sorry for the delayed reply, but I didn't receive any kind of notification of your merge request, I just happened to notice it when I visited the home page. I'll have to look into that. Managing the builds has always been the least interesting part which is why I just target .NET standard, but this looks pretty straightforward so I'll definitely look at it sometime this week. I agree that the huge dependency graph is irritating.

  • Sandro Magi committed [e395cb]

    fixed build and updated some packages

  • Andrew Lock Andrew Lock posted a comment on merge request #1

    P.S. I've never used Sourceforge or Mercurial before, so apologies if I've done something wrong here (it says I want to merge 0 commits!)

  • Andrew Lock Andrew Lock created merge request #1

    Update target frameworks

  • Sandro Magi committed [86c9bc]

    fixed param decoding error

  • naasking naasking modified a blog post

    Sasa v1.0.0-RC1 Released

  • naasking naasking posted a comment on discussion Help

    You'll be happy to hear that the latest Sasa release targets .NET standard 1.3, so it should be compatible with most .NET core runtimes.

  • Sandro Magi committed [e6de7f]

    fixed broken documentation references

  • Sandro Magi committed [5f6006]

    updated publishing scripts

  • naasking naasking created a blog post

    Sasa v1.0.0-RC1 Released

  • Sasa Sasa released /sasa/v1.0.0-RC1/Sasa v1.0.0-RC1.zip

  • Sandro Magi committed [ecdbe3]

    Close dotnet-standard branch

  • Sandro Magi committed [38ed40]

    removed unused files

  • Sandro Magi committed [27ae7f]

    removed old projects

  • Sandro Magi committed [1fdcb6]

    moved expression visitors to Sasa.Linq.Expressions

  • Sandro Magi committed [9c5609]

    Merge dotnet-standard

  • Sandro Magi committed [7e2636]

    expanded documentation

  • Sandro Magi committed [f6a23b]

    restored and updated Sasa.Parsing

1 >
MongoDB Logo MongoDB