Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving message between 2 IMAP accounts #226

Closed
ChuckChance opened this issue Feb 10, 2020 · 1 comment
Closed

Moving message between 2 IMAP accounts #226

ChuckChance opened this issue Feb 10, 2020 · 1 comment

Comments

@ChuckChance
Copy link

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
@ChuckChance
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant