[GH-ISSUE #57] autoreply and API #28

Closed
opened 2026-02-27 10:25:24 +03:00 by kerem · 6 comments
Owner

Originally created by @stefaweb on GitHub (Jul 1, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/57

Hi @tonioo!

Can we access autoreply with the Modoboa API?

Not found something related to autoreply in the API documentation.

I would like to develop an autoreply plugin for RoundCube using the API and Token.

Sincerely,

Originally created by @stefaweb on GitHub (Jul 1, 2018). Original GitHub issue: https://github.com/modoboa/modoboa-postfix-autoreply/issues/57 Hi @tonioo! Can we access autoreply with the Modoboa API? Not found something related to autoreply in the API documentation. I would like to develop an autoreply plugin for RoundCube using the API and Token. Sincerely,
kerem 2026-02-27 10:25:24 +03:00
Author
Owner

@stefaweb commented on GitHub (Jul 4, 2018):

Hello folks!

Does someone know if the autoreply is implemented in the API? Or planned. ;)

Cheers,

<!-- gh-comment-id:402484156 --> @stefaweb commented on GitHub (Jul 4, 2018): Hello folks! Does someone know if the autoreply is implemented in the API? Or planned. ;) Cheers,
Author
Owner

@tonioo commented on GitHub (Jul 4, 2018):

@stefaweb Hi, the autoreply module does not have an API right now. It is not something planned but we can think about it. What's your need?

<!-- gh-comment-id:402493229 --> @tonioo commented on GitHub (Jul 4, 2018): @stefaweb Hi, the autoreply module does not have an API right now. It is not something planned but we can think about it. What's your need?
Author
Owner

@stefaweb commented on GitHub (Jul 4, 2018):

Hi @tonioo!

I would like to code a driver for RoundCube rc-vacation plugin (https://github.com/bhuisgen/rc-vacation) as I've done for the password plugin.

Seems we need at minimum :

%email = user email (or pk)
%vacation_enable = true/false
%vacation_subject = subject
%vacation_message = body

But we have all theses variables available:

	$search = array('%username',
					'%email_local',
					'%email_domain',
					'%email',
					'%vacation_enable',
					'%vacation_start',
					'%vacation_end',
					'%vacation_subject',
					'%vacation_message',
					'%vacation_keepcopyininbox',
					'%vacation_forwarder');
<!-- gh-comment-id:402499095 --> @stefaweb commented on GitHub (Jul 4, 2018): Hi @tonioo! I would like to code a driver for RoundCube rc-vacation plugin (https://github.com/bhuisgen/rc-vacation) as I've done for the password plugin. Seems we need at minimum : ``` %email = user email (or pk) %vacation_enable = true/false %vacation_subject = subject %vacation_message = body ``` But we have all theses variables available: ``` $search = array('%username', '%email_local', '%email_domain', '%email', '%vacation_enable', '%vacation_start', '%vacation_end', '%vacation_subject', '%vacation_message', '%vacation_keepcopyininbox', '%vacation_forwarder'); ```
Author
Owner

@stefaweb commented on GitHub (Aug 31, 2018):

Hello @tonioo!

Any new on this. Do you need help?

<!-- gh-comment-id:417584740 --> @stefaweb commented on GitHub (Aug 31, 2018): Hello @tonioo! Any new on this. Do you need help?
Author
Owner

@tonioo commented on GitHub (Sep 4, 2018):

@stefaweb Hi, I need time...

<!-- gh-comment-id:418479299 --> @tonioo commented on GitHub (Sep 4, 2018): @stefaweb Hi, I need time...
Author
Owner

@stefaweb commented on GitHub (Sep 30, 2018):

Greatttttttttttt!

<!-- gh-comment-id:425726396 --> @stefaweb commented on GitHub (Sep 30, 2018): Greatttttttttttt!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-postfix-autoreply-modoboa#28
No description provided.