From 07ddbb3a490ef40426c234c75bce91a851ced975 Mon Sep 17 00:00:00 2001 From: Berke Viktor <github.bviktor@outlook.com> Date: Thu, 08 May 2014 15:13:12 -0400 Subject: [PATCH] Add option to explicitly specify the use of STARTTLS Required for servers that use STARTTLS without SMTPS such as Office 365 --- src/main/java/com/gitblit/transport/ssh/commands/SshCommandContext.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gitblit/transport/ssh/commands/SshCommandContext.java b/src/main/java/com/gitblit/transport/ssh/commands/SshCommandContext.java index 15f7a8f..ed828c6 100644 --- a/src/main/java/com/gitblit/transport/ssh/commands/SshCommandContext.java +++ b/src/main/java/com/gitblit/transport/ssh/commands/SshCommandContext.java @@ -1,4 +1,5 @@ /* + * Copyright (C) 2009 The Android Open Source Project * Copyright 2014 gitblit.com. * * Licensed under the Apache License, Version 2.0 (the "License"); -- Gitblit v1.9.1