SMCm | POP3 Mail Client

Resources

SMCm.About.txt (This file exsits same directory of [SMCm.exe].)

    SMCm depens on components of STEa.

Dynamic Link Library: 

    [Mailkit.dll]
        https://github.com/jstedfast/MailKit
        MIT license
        Mailkit is modified to depend on "MimeKitLite" instead of "MimeKit". (remove code for IMAP4)

    [MimeKitLite.dll]
        https://github.com/jstedfast/MimeKit
        MIT license

    [ICSharpCode.AvalonEdit.dll]
        https://github.com/icsharpcode/AvalonEdit
        [AvalonEdit] has few modification for [STEa].

    [Hnx8.ReadJEnc.dll]
        https://github.com/hnx8/ReadJEnc

    [Microsoft.WindowsAPICodePack.dll]
    [Microsoft.WindowsAPICodePack.Shell.dll]
        https://github.com/aybe/Windows-API-Code-Pack-1.1
        License: Custom License: https://github.com/aybe/Windows-API-Code-Pack-1.1/blob/master/LICENCE
            These dlls are built to targeting ".NET Framework v4.5" (or later).
            Orignal is targeting ".NET Framework v3.5".

    [Hardcodet.Wpf.TaskbarNotification.dll]
        https://www.nuget.org/packages/Hardcodet.Wpf.TaskbarNotification/
        http://www.hardcodet.net/wpf-notifyicon
        License: CPOL License https://www.codeproject.com/info/cpol10.aspx

Other Resorce:


----- Following is same as [STEa.About] -----
Note: 
    [ICSharpCode.AvalonEdit.dll]
        https://github.com/icsharpcode/AvalonEdit
        [AvalonEdit] has few modification for [STEa].


    [Microsoft.WindowsAPICodePack.dll]
    [Microsoft.WindowsAPICodePack.Shell.dll]
        https://github.com/aybe/Windows-API-Code-Pack-1.1
        License: Custom License: https://github.com/aybe/Windows-API-Code-Pack-1.1/blob/master/LICENCE
            These dlls are built to targeting ".NET Framework v4.5" (or later).
            Orignal is targeting ".NET Framework v3.5".


Used source code: 
    [google/diff-match-patch]|STEaDll.dll
        https://github.com/google/diff-match-patch
        Apache License Version 2.0


    [icsharpcode/SharpDevelop]|STEaDll.dll
        http://www.icsharpcode.net/
        MIT license
        STEa used ChangeMarkerMargin, DefaultChangeWatcher, TextMarkerService, etc...
        with many modification.


    [BraceFoldingStrategy (in ICSharpCode.AvalonEdit.Sample)]|STEaDll.dll
        https://github.com/icsharpcode/AvalonEdit/blob/master/ICSharpCode.AvalonEdit.Sample/BraceFoldingStrategy.cs
        MIT License.


    [AvalonEdit FoldingStrategy by Indent (Python)/stackoverflow]|STEaDll.dll
        https://stackoverflow.com/questions/47224064/avalonedit-foldingstrategy-by-indent-python
        licening:CC BY-SA
        see https://ja.stackoverflow.com/help/licensing

        Code is Modified to fix few bugs.
        You can download modified code from [http://sdiy.rdy.jp/files/pubs/TabFoldingStrategy_HgU8/TabFoldingStrategy.zip].


    [AvalonEdit Print Engine(SharpDevelop Community/Source Code Discussions)]|SDIY.Wpf.dll
        http://community.sharpdevelop.net/forums/t/12012.aspx   [vote by  Vdue, 10-10-2010 10:25 PM]
        License:UnKnown(I can't find Licesse declaration for discussions in "SharpDevelop Community".)

        Code is Modified. It does not depend on "AvalonEdit", use merely printing utility.
        You can download modified code from [http://sdiy.rdy.jp/files/pubs/PrintingUtils_yNfx/PrintingUtils.zip].
        I decide to distribute [PrintingUtils] under the MIT license.
        Because SharpDevelop is distributed under the MIT license.