Re: No doveadm-save in wiki2?

2017-05-28 Thread Doug Barton
As on open source project, the success relies on collaboration, and contributions from the community. Perhaps you should consider documenting some of the things you've discovered to help others who come after. Doug On 5/10/2017 8:06 AM, KT Walrus wrote: Anyway, I’m highjacking my own thread

Re: Example for doveadm-save using Doveadm HTTP API

2017-05-10 Thread Aki Tuomi
y and not the other admin actions I need to do. Eventually, I want to > hire some programmers to code my admin app in Go and move to a micro-services > architecture, but to start out, when scaling isn’t that important, I’m coding > the mail admin app in PHP (since Roundcube Framework gives me a lot

Re: Example for doveadm-save using Doveadm HTTP API

2017-05-10 Thread KT Walrus
> On May 10, 2017, at 5:16 PM, Sami Ketola wrote: > > >> On 10 May 2017, at 16.26, KT Walrus wrote: >>> >>> # curl -v -X POST -u doveadm:hellodoveadm -H "Content-Type: >>> application/json" -d >>> '[["save",{"user":"samik","mailbox":"INBOX/myfoldertoo","file":"From: Joulu >>> Pukki \nSubje

Re: Example for doveadm-save using Doveadm HTTP API

2017-05-10 Thread Sami Ketola
> On 10 May 2017, at 16.26, KT Walrus wrote: >> >> # curl -v -X POST -u doveadm:hellodoveadm -H "Content-Type: >> application/json" -d >> '[["save",{"user":"samik","mailbox":"INBOX/myfoldertoo","file":"From: Joulu >> Pukki \nSubject: plaa\n\nmail body\n"},"bb"]]' >> http://localhost:8080/dov

Re: Example for doveadm-save using Doveadm HTTP API

2017-05-10 Thread KT Walrus
> On May 10, 2017, at 11:06 AM, Sami Ketola wrote: > > >> On 10 May 2017, at 14.57, KT Walrus wrote: >> >> I could use an example of how to use curl to save a new message to a user’s >> INBOX using the Doveadm HTTP API. >> > > Here you go: > > doveadm mailbox save > > parameters: > > {

Re: No doveadm-save in wiki2?

2017-05-10 Thread KT Walrus
> On May 10, 2017, at 10:18 AM, Sami Ketola wrote: > >> >> On 10 May 2017, at 15.06, KT Walrus wrote: >> >> >>> On May 10, 2017, at 9:50 AM, Sami Ketola wrote: >>> >>> >>>> On 9 May 2017, at 19.26, KT Walrus wrote

Re: Example for doveadm-save using Doveadm HTTP API

2017-05-10 Thread Sami Ketola
> On 10 May 2017, at 14.57, KT Walrus wrote: > > I could use an example of how to use curl to save a new message to a user’s > INBOX using the Doveadm HTTP API. > Here you go: doveadm mailbox save parameters: { "command": "save", "parameters": [ { "name": "allU

Re: No doveadm-save in wiki2?

2017-05-10 Thread Sami Ketola
> On 10 May 2017, at 15.06, KT Walrus wrote: > > >> On May 10, 2017, at 9:50 AM, Sami Ketola wrote: >> >> >>> On 9 May 2017, at 19.26, KT Walrus wrote: >>> >>> Is “doveadm save” an undocumented feature? Or, just well-hidden? >&g

Re: No doveadm-save in wiki2?

2017-05-10 Thread KT Walrus
> On May 10, 2017, at 9:50 AM, Sami Ketola wrote: > > >> On 9 May 2017, at 19.26, KT Walrus wrote: >> >> Is “doveadm save” an undocumented feature? Or, just well-hidden? >> >> https://wiki2.dovecot.org/Tools/Doveadm >> <https://wiki2.

Example for doveadm-save using Doveadm HTTP API

2017-05-10 Thread KT Walrus
I could use an example of how to use curl to save a new message to a user’s INBOX using the Doveadm HTTP API. https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP Do I really use the -d option and inline the entire new message in the com

Re: No doveadm-save in wiki2?

2017-05-10 Thread Sami Ketola
> On 9 May 2017, at 19.26, KT Walrus wrote: > > Is “doveadm save” an undocumented feature? Or, just well-hidden? > > https://wiki2.dovecot.org/Tools/Doveadm > <https://wiki2.dovecot.org/Tools/Doveadm> That wikipage is autogenerated from the doveadm manpage… which un

No doveadm-save in wiki2?

2017-05-09 Thread KT Walrus
Is “doveadm save” an undocumented feature? Or, just well-hidden? https://wiki2.dovecot.org/Tools/Doveadm <https://wiki2.dovecot.org/Tools/Doveadm> Kevin

Re: doveadm save message ...

2015-07-11 Thread Felix Zielcke
Am Samstag, den 11.07.2015, 08:27 +0200 schrieb Hardy Flor: > How can I set the flags for a saved message without search? By using a Sieve script: http://wiki2.dovecot.org/Pigeonhole/Sieve/Examples

doveadm save message ...

2015-07-10 Thread Hardy Flor
How can I set the flags for a saved message without search?

Re: doveadm save ...

2015-04-07 Thread Hardy Flor
No one has a suggestion? Am 06.04.2015 um 09:36 schrieb Hardy Flor: > Hello, > > when I have with "doveadm save ..." store a message, how do I get the > guid or uid of this message for the setthe flags? > > Hardy

doveadm save ...

2015-04-06 Thread Hardy Flor
Hello, when I have with "doveadm save ..." store a message, how do I get the guid or uid of this message for the setthe flags? Hardy