7 Jun 2006 15:15
Re: move mailmessage
Move message is not implemented in the imap implementation driver. But,
the maildriver is able to be nice, in that case, and if copy_message
and remove_message are implemented, it do the move by the sequence of
these two calls.
As remove_message is now implemented, this will work now. Note, as Din said to me, that this is a "slow implementation". Imap might be optimized in better way with STORES and EXPUNGE. But if you're not afraid losing some mic-secs, you can use it.
Moreover, this allow pop3/imap transparent use of remove_message without protocol consideration.
Regards
As remove_message is now implemented, this will work now. Note, as Din said to me, that this is a "slow implementation". Imap might be optimized in better way with STORES and EXPUNGE. But if you're not afraid losing some mic-secs, you can use it.
Moreover, this allow pop3/imap transparent use of remove_message without protocol consideration.
Regards
Am Dienstag, 23. Mai 2006 11:44 schrieb Marko Ivancic:I see the best method to solve this kind of problems is to directly "grep" the libetpan headers file :)Yes, that's true :) Alternatively, if you're working mostly on IMAP my advise is to download the rfc. You can find every command mentioned there as mailimap_command in mailimap.hRegards, Michael
<div> Move message is not implemented in the imap implementation driver. But, the maildriver is able to be nice, in that case, and if copy_message and remove_message are implemented, it do the move by the sequence of these two calls.<br><br> As remove_message is now implemented, this will work now. Note, as Din said to me, that this is a "slow implementation". Imap might be optimized in better way with STORES and EXPUNGE. But if you're not afraid losing some mic-secs, you can use it.<br><br> Moreover, this allow pop3/imap transparent use of remove_message without protocol consideration.<br><br> Regards<br><blockquote cite="mid200605231149.06883.leupold@..." type="cite"> Am Dienstag, 23. Mai 2006 11:44 schrieb Marko Ivancic: <blockquote type="cite"> I see the best method to solve this kind of problems is to directly "grep" the libetpan headers file :) </blockquote> Yes, that's true :) Alternatively, if you're working mostly on IMAP my advise is to download the rfc. You can find every command mentioned there as mailimap_command in mailimap.hRegards, Michael </blockquote> <br><div class="moz-signature">-- <br> _________________________<br> Sébastien Marinier<a href="callto:marinier34"></a><br> </div> </div>
_______________________________________________ Libetpan-users mailing list Libetpan-users@... https://lists.sourceforge.net/lists/listinfo/libetpan-users
Regards,
Michael
RSS Feed