Skip to content

v2.5.5

Choose a tag to compare

@danzuep danzuep released this 25 Aug 14:43
· 147 commits to main since this release

Changes:

  • Fixed issue with setting EmailReceiver.ProtocolLog to make it equivalent to EmailReceiver.ProtocolLogger:FileWriter:FilePath.
  • Stopped disposing services resolved from the container #31
  • Fix for uint.MaxValue Arithmetic Operation Overflow #32
  • Changed from uniqueIds.OrderBy(u => u.Id).ToList() to new UniqueIdSet(uniqueIds, SortOrder.Ascending) based on advice from Jeffrey Stedfast.
  • Added ReadMail.Range(new UniqueId(startUid), new UniqueId(endUid)) #35
  • Download Mime Message without Attachment #35