Closed andrewhassan closed 10 years ago
@andrewhassan you opened and then closed the PR? :-)
Yeah sorry about that. I forked your project to work on a school project so I made some modifications. I changed the imap.js to use inbox and mailparser because the code in the repo wasn't working for me. Not sure if that's a problem for everyone. If it is I can make a new PR (without my ugly code :P) that fixes it. On Jul 10, 2014 8:28 PM, "Helder Rossa" notifications@github.com wrote:
@andrewhassan https://github.com/andrewhassan you opened and then closed the PR? :-)
— Reply to this email directly or view it on GitHub https://github.com/kimus/leximail/pull/11#issuecomment-48681744.
you can always do a different provider like imap_inbox.js and then anyone could choose wish fits their needs.
Yeah that would work On Jul 10, 2014 8:35 PM, "Helder Rossa" notifications@github.com wrote:
you can always do a different provider like imap_inbox.js and then anyone could choose wish fits their needs.
— Reply to this email directly or view it on GitHub https://github.com/kimus/leximail/pull/11#issuecomment-48682155.
This PR switches a lot of the code in
imap.js
to useinbox
andmailparser
instead of the original stack LexiMail was using. Right now, email attributes like flags aren't loaded but the most recent 10 messages along with the body is loaded.