tedious / Fetch

An IMAP library for PHP

Home Page:http://www.tedivm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving message between 2 IMAP accounts

ChuckChance opened this issue · comments

Is there anyway I can move a message to a different account with this library? To perform these kinds of operations :

  • Connect to account1
  • Connect to account2
  • List account2's message looking for X inside them
  • Move messages that fit to account1

After digging a bit more in PHP IMAP functions it appears what I thought was part of basic IMAP functions (after encountering it in https://github.com/lefcha/imapfilter ) isn't and will require extra work to get done if I want to stick to PHP