Results 1 to 5 of 5

Thread: A pair of emails questions

  1. #1
    Join Date
    Sep 2007
    Location
    Sant'Elpidio a Mare, Italy
    Posts
    194
    Thanks
    54
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Question A pair of emails questions

    Hi all,

    1) Why do Trolltech decided to make a class to open the faucet as well and not an smtp one? (very usefull I believe)
    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/
    3) What would be your solution if you have to send emails and attachments from your application?

    Thank you in advance
    --
    raccoon29

    "La mia vita finirà quando non vedrò più la gente ridere...non necessariamente alle mie battute "

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 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 13:06.

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

    Raccoon29 (17th July 2008)

  4. #3
    Join Date
    Sep 2007
    Location
    Sant'Elpidio a Mare, Italy
    Posts
    194
    Thanks
    54
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: A pair of emails questions

    Quote Originally Posted by S.Wysota
    "Open the faucet"? What do you mean by that?
    Oh really forget it, was just a joke; I meant that Qt library seems to support a class for almost everything a developer could need and I was surprised that I didn't see a class for smtp as well

    Anyway thank you S.Wysota for your reply, bright and kind as always
    (but if someone else has some idea about it may talk too)
    --
    raccoon29

    "La mia vita finirà quando non vedrò più la gente ridere...non necessariamente alle mie battute "

  5. #4
    Join Date
    Dec 2009
    Posts
    18
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A pair of emails questions

    Hi

    Someone could tell me how can I use it in qtcreator 1.3 ?????

    Thank you

  6. #5
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: A pair of emails questions

    Use what? VMime? Just use it like any other C++ library. There's nothing Qt specific.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.