Results 1 to 5 of 5

Thread: A pair of emails questions

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: A pair of emails questions

    Quote Originally Posted by Raccoon29 View Post
    1) Why do Trolltech decided to make a class to open the faucet as well and not an smtp one? (very usefull I believe)
    "Open the faucet"? What do you mean by that? As for the smtp part - there are numerous protocols out there and implementing wrappers for every one of them would be an impossible task.

    2) Is a good library that on the following site and is it possible to integrate it with Qt? (How?)
    site: http://www.vmime.org/
    Yes, vmime is fine. You don't have to integrate it in any way - just use it.

    3) What would be your solution if you have to send emails and attachments from your application?
    I would either use vmime or implement a small subset of the smtp protocol myself using available libraries to handle mime data.
    Last edited by wysota; 17th July 2008 at 12:06.

  2. The following user says thank you to wysota for this useful post:

    Raccoon29 (17th July 2008)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.