Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module request: read mail (IMAP support) #51151

Closed
varunchopra opened this issue Jan 21, 2019 · 3 comments
Closed

Module request: read mail (IMAP support) #51151

varunchopra opened this issue Jan 21, 2019 · 3 comments
Labels
affects_2.8 This issue/PR affects Ansible v2.8 feature This issue/PR relates to a feature request. has_pr This issue has an associated PR. support:core This issue/PR relates to code supported by the Ansible Engineering Team.

Comments

@varunchopra
Copy link
Contributor

SUMMARY

A module to get mail from an IMAP server would be great, for instance, proceeding with a task if confirmation has been received via mail.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

read_mail

ADDITIONAL INFORMATION
- read_mail:
    host: "{{ imap_host }}"
    username: "{{ imap_user }}"
    password: "{{ imap_pass }}"
    ssl: True
    filter:
      subject: "subject_should_contain_this"

Will list e-mails that match the subject filter.

A bunch of additional filters can be supplied, possibly supporting regular expressions as well.

@ansibot
Copy link
Contributor

ansibot commented Jan 21, 2019

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Jan 21, 2019
@sivel sivel added waiting_on_contributor This would be accepted but there are no plans to actively work on it. and removed needs_triage Needs a first human triage before being processed. labels Jan 21, 2019
@ansibot
Copy link
Contributor

ansibot commented Feb 14, 2019

Files identified in the description:
None

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot ansibot removed module This issue/PR relates to a module. support:community This issue/PR relates to code supported by the Ansible community. labels Feb 14, 2019
@ansibot ansibot added the has_pr This issue has an associated PR. label Jul 25, 2019
@Shrews
Copy link
Contributor

Shrews commented Aug 31, 2020

With the introduction of collections, we are not really accepting or developing new modules for ansible-base. This might be an appropriate request for the community.general collection.

You can find more information about collections at https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html.

Thank you once again for this and your interest in Ansible!

If you have further questions please stop by IRC or the mailing list:

@Shrews Shrews closed this as completed Aug 31, 2020
@ansible ansible locked and limited conversation to collaborators Sep 28, 2020
@sivel sivel removed the waiting_on_contributor This would be accepted but there are no plans to actively work on it. label Dec 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 feature This issue/PR relates to a feature request. has_pr This issue has an associated PR. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants