Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Is creating an email application possible with angular?

Is creating an email application possible with angular?

I tried implementing nodejs script but it’s not working due to using nodejs script inside angular ts file, giving me the following
Error: Module not found: Error: Can’t resolve ‘imap’

Any help or guide would be much appreciated.
Thanks

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You cannot use modules which depend on Node.js features from a browser. The imap module depends on such a feature: it requires the ability to make raw network requests.

The block here is at a lower-level than Angular.

You could replace direct IMAP (and SMTP) access with a web service since browsers support HTTP and WebSockets.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading