Skip to content

Instantly share code, notes, and snippets.

View miguelgonzalezLF's full-sized avatar

Miguel Gonzalez miguelgonzalezLF

  • Leapfactor
  • Buenos Aires, Argentina
View GitHub Profile
@miguelgonzalezLF
miguelgonzalezLF / mingle.groovy
Last active January 20, 2016 19:50
Mingle integration for Gitblit using a groovy script
/*
* Copyright 2011 gitblit.com.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
using System;
using System.Net.Mail;
using Gurock.SmartInspect;
public class MailProtocol: Gurock.SmartInspect.Protocol
{
private string fHost;
private int fPort;
private string fTo;
private string fFrom;