Skip to content

Commit

Permalink
Merge pull request #33 from ChinthakaJ98/connector-release
Browse files Browse the repository at this point in the history
Update connector metadata and fix build issues
  • Loading branch information
ShammiL authored Dec 17, 2024
2 parents 0fa880b + bc4b038 commit e8b15de
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 1 deletion.
85 changes: 84 additions & 1 deletion .connector-store/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Email Connector",
"name": "Email",
"owner": "WSO2",
"product": "MI",
"category": "Communication",
Expand All @@ -15,6 +15,89 @@
"communication"
],
"releases": [
{
"tagName": "v1.1.3",
"products": [
"MI 4.3.0",
"MI 4.2.0",
"MI 4.1.0",
"MI 4.0.0"
],
"operations": [
{
"name":"init",
"description":"Init operation",
"isHidden":true
},
{
"name":"list",
"description":"List all the emails.",
"isHidden":false
},
{
"name":"expungeFolder",
"description":"Delete all the messages scheduled for deletion with the DELETED flag set from the mailbox.",
"isHidden":false
},
{
"name":"markAsDeleted",
"description":"Mark an incoming email as DELETED. Not physically deleted, only a state change.",
"isHidden":false
},
{
"name":"markAsRead",
"description":"Marks a single email as READ changing its state in the specified mailbox folder.",
"isHidden":false
},
{
"name":"send",
"description":"Sends an email message.",
"isHidden":false
},
{
"name":"delete",
"description":"Deletes an email.",
"isHidden":false
},
{
"name":"getEmailBody",
"description":"Retrieves email body by index.",
"isHidden":false
},
{
"name":"getEmailAttachment",
"description":"Retrieves email attachment by index.",
"isHidden":false
}
],
"connections": [
{
"name": "POP3",
"description": "Connection for retrieving emails via POP3."
},
{
"name": "POP3S",
"description": "Secure connection for retrieving emails via POP3S."
},
{
"name": "IMAP",
"description": "Connection for accessing emails via IMAP."
},
{
"name": "IMAPS",
"description": "Secure connection for accessing emails via IMAPS."
},
{
"name": "SMTP",
"description": "Connection for sending emails via SMTP."
},
{
"name": "SMTPS",
"description": "Secure connection for sending emails via SMTPS."
}
],
"isHidden": false
},
{
"tagName": "v1.1.2",
"products": [
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:git:https://github.com/wso2-extensions/esb-connector-email</connection>
<url>https://github.com/wso2-extensions/esb-connector-email.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/esb-connector-email</developerConnection>
<tag>HEAD</tag>
</scm>
<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/connector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
<dependency component="functions" />
<description>WSO2 email connector library</description>
</component>
<displayName>Email</displayName>
<icon>icon/icon-small.gif</icon>
</connector>

0 comments on commit e8b15de

Please sign in to comment.