This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 2169722034 Add doc url to MailServerConnection metadata #6435 (#6437)
2169722034 is described below
commit 21697220348de8d1ef2b1bda83fdffb57edaa104
Author: Nicolas Adment <[email protected]>
AuthorDate: Wed Jan 21 10:37:40 2026 +0100
Add doc url to MailServerConnection metadata #6435 (#6437)
---
.../main/java/org/apache/hop/mail/metadata/MailServerConnection.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plugins/misc/mail/src/main/java/org/apache/hop/mail/metadata/MailServerConnection.java
b/plugins/misc/mail/src/main/java/org/apache/hop/mail/metadata/MailServerConnection.java
index 558f3193fe..ca7cbfe59d 100644
---
a/plugins/misc/mail/src/main/java/org/apache/hop/mail/metadata/MailServerConnection.java
+++
b/plugins/misc/mail/src/main/java/org/apache/hop/mail/metadata/MailServerConnection.java
@@ -77,7 +77,7 @@ import org.eclipse.angus.mail.pop3.POP3SSLStore;
name = "i18n::MailServerConnection.name",
description = "i18n::MailServerConnection.description",
image = "mail.svg",
- documentationUrl = "",
+ documentationUrl = "/metadata-types/mail-server-connection.html",
hopMetadataPropertyType = HopMetadataPropertyType.MAIL_SERVER_CONNECTION)
public class MailServerConnection extends HopMetadataBase implements
IHopMetadata {