Re: [Dovecot] Plugin issue with update from 2.0.19 to 2.1.17

2013-10-17 Thread Reinaldo Matukuma
Humm... Looking deeper on my plugin i saw that have a call to the i_stream_create_header_filter: full_input[0] = i_stream_create_header_filter(input, HEADER_FILTER_EXCLUDE | HEADER_FILTER_NO_CR, exclude_headers, 3, filter_callback, &zuser->hash_value); I need this because i really have 3 lines

Re: [Dovecot] Plugin issue with update from 2.0.19 to 2.1.17

2013-10-17 Thread Reinaldo Matukuma
Re: [Dovecot] Plugin issue with update from 2.0.19 to 2.1.17 > Date: Tue, 15 Oct 2013 17:15:05 -0400 > To: ramatuk...@hotmail.com > > > On Oct 15, 2013, at 4:33 PM, Reinaldo Matukuma wrote: > > > Hello. Probably only Timo can help-me with this. > > > > I have a

[Dovecot] Plugin issue with update from 2.0.19 to 2.1.17

2013-10-15 Thread Reinaldo Matukuma
Hello. Probably only Timo can help-me with this. I have a self-made plugin based on the zlib plugin that i use to cryptograph the messages at inbox. As a side-effect of the cryptography, my plugin changes the size of the message, but until 2.0.19 this works well with dovecot index and the W/S f

Re: [Dovecot] Idea: POP3 deletion as a flag

2013-05-03 Thread Reinaldo Matukuma
Timo. Hi. But it will be visible at what folder? Trash? Or will only be visible as a conventional message with the delete flag? I think that this is interesting if the DELE of pop don't let the user confused when doing alternate access using a client via pop sometimes/a client via imap sometimes

[Dovecot] Plugins and message file access

2010-05-03 Thread Reinaldo Matukuma
Hello. I need to know how I can get the final message file name inside a plugin like the zlib 2.0 plugin. I saw another threads about zlib plugin, but don't see no one asking about this. My interest is to use the message's file name in a specific function that will add some lines on it and,