Git Product home page Git Product logo

mail2workitem's Introduction

Console app that monitors a mailbox using POP3 and creates WorkItems in Team Foundation Server or Visual Studio Online. TFS is used in both cases.

Usage

The tool has no command line option, configuration is taken from Mail2WorkItem.ConsoleApp.exe.config file.

It reads all available messages from the POP3 server and creates or update a TFS work item. An email is sent back to the original sender to inform of a successful operation. When all POP3 messages are processed, the tool exits.

Configuration

Configuration is organized in five areas:

  • General
  • POP3 connection
  • TFS connection and configuration
  • SMTP connection
  • Confirmation message templates

General configuration

LogLevel can be:

  • Critical
  • Error
  • Warning
  • Information or Normal
  • Verbose

POP3 connection data

POP3 connection data requires

  • Hostname
  • Port
  • UseSsl
  • Username
  • Password All parameters are mandatory.

TFS connection and configuration

TFS connection data requires

  • CollectionUrl -- e.g. http://localhost:8080/tfs/DefaultCollection or https://youraccount.visualstudio.com/DefaultCollection/
  • ProjectName -- where create the Work Items
  • WorkItemType -- the Type of work items to create

The Work Item Title is the POP3 mail Subject, the Description has the mail Body. The mail attachments become work item attachments.

SMTP connection data

SMTP connection data requires

  • Hostname
  • Port
  • UseSsl
  • Username
  • Password All parameters are mandatory.

Confirmation message templates

  • Title -- the message Subject
  • Body -- the HTML message body
  • Sender -- the Sender Display Name

The templates use SmartFormat.NET

#TODO [ ] return code [ ] confirmation optional

mail2workitem's People

Contributors

giuliov avatar

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.