Code Monkey home page Code Monkey logo

outlook's People

Contributors

ashie avatar fujimotos avatar hashidatks avatar kenhys avatar piroor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

outlook's Issues

FlexConfirmMail v22.1リリース

  • 公式サイトにリリースノートを作成する
  • ダウンロードページを更新する
  • クイックスタートを更新する

Use GetFileVersion in iss file

We can use GetFileVersion to get version info in iss file.

In order to use GetFileVersion, we should specify the file version for the assembly info.

image

And, maybe it is better to use System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString() for Global.Version.
We should specify the same version for the assembly version and the file version if fixing to do so.

    public class Global
    {
        public static readonly string AppName = "FlexConfirmMail";
        public static readonly string Version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
        public static readonly string Edition = "Enterprise";
        public static readonly bool EnableGPO = true;
    }

Originally posted by @HashidaTKS in #13 (comment)

ドメイン名のワイルドカード記法をサポートする

実装時のイメージ

  • 「FlexConfirmMail」設定アイコンをクリックする
  • 「社内ドメイン」のタブをクリックする
  • *.clear-code.comと入力して確定する
  • メール送信画面で「mail1.clear-code.com」などがすべて社内の宛先と認識される。

この機能は何を解決するか?

  • 企業によっては子会社ごとにサブドメインを用意していることがある。
    (e.g. jp.example.comus.example.comなど)
  • それらを社内ドメインとして扱えるようにできるようにする。

新しいOfficeアドインをサポートする

現在、FlexConfirmMailはOutlookをVSTOの技術を利用して開発している。
このため、対象となるのはデスクトップ版のみに限定される。

新しいアドイン技術として、Webベースのアドオンの仕組みがある。
これを利用すると、Web版のOutlookクライアントもサポート可能。

従来の仕組みと互換性はまったくないので新しいプロジェクトになるが、
いずれはこちらもサポートできるはずである。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.