Menu

Names connectes to e-mails...

Soren Bro
2019-03-07
2019-03-12
  • Soren Bro

    Soren Bro - 2019-03-07

    I'd like Hermes to do something similar to Gmail when you enter an e-mail.
    In Gmail it's immediately replaced by a little rectangle showing only the
    user's name. Where does gmail get this info from if not from a database of
    sorts? Does it automatically hook up with facebook? Or is this some part of
    the e-mail RFC I'm not aware of? Is The actual name sent along with the
    e-mail?!

    Sounds a little farfetched to me.

    Regards
    Søren.

    --
    Søren Bro Thygesen

     
    • Soren Bro

      Soren Bro - 2019-03-07

      And it also doesn't make any sense comme to think about it...?

      /Søren

      On Thursday, March 7, 2019, Soren Bro sbrothy@users.sourceforge.net wrote:

      I'd like Hermes to do something similar to Gmail when you enter an e-mail.
      In Gmail it's immediately replaced by a little rectangle showing only the
      user's name. Where does gmail get this info from if not from a database of
      sorts? Does it automatically hook up with facebook? Or is this some part of
      the e-mail RFC I'm not aware of? Is The actual name sent along with the
      e-mail?!

      Sounds a little farfetched to me.

      Regards
      Søren.

      --
      Søren Bro Thygesen


      Names connectes to e-mails...
      https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#a80b


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/hermesmail/discussion/general/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

      --
      Søren Bro Thygesen

       
    • Walt Stagner

      Walt Stagner - 2019-03-07

      Maybe it "reads" this info from your saved contacts? OR does it do this regardless?.

       
      • Soren Bro

        Soren Bro - 2019-03-07

        Perhaps. But this brings us full-circle. Again.

        "Saved contacts" sounds suspiciously like some sort of database. Mind you,
        I'm not lobbying for anything here. But no matter what, such a "database"
        has to be built. Do we really want it to be a simple textfile?

        I know ODBC has drivers that will handle such simple text-files, but if
        we're already using SQL for handling a simple text file why not do it
        properly? For the coder it will be transparent. And a heck of a lot more
        stable and visionary.

        Hm. Tur ned out I actually did lobby a Little there. Sorry. :)

        Regards
        Søren

        On Thursday, March 7, 2019, Walt Stagner wstagner@users.sourceforge.net
        wrote:

        Maybe it "reads" this info from your saved contacts? OR does it do this
        regardless?.


        Names connectes to e-mails...
        https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#a80b/a27b


        Sent from sourceforge.net because you indicated interest in
        https://sourceforge.net/p/hermesmail/discussion/general/

        To unsubscribe from further messages, please visit
        https://sourceforge.net/auth/subscriptions/

        --
        Søren Bro Thygesen

         
        • Ted Matavka

          Ted Matavka - 2019-03-08

          <meta content="script-src 'self'; img-src * cid: data:;" http-equiv="Content-Security-Policy"><style id="outgoing-font-settings">#response_container_BBPPID{font-family: initial; font-size:initial; color: initial;}</style>

          Why don't you use the database that Eudora is already using?  I'm too lazy, I mean, tired to find the VC++ project that deals with the Eudora Address Book, but you're a smart man, you figure it out.

          Sent from my BlackBerry — the most secure mobile device
          From: sbrothy@users.sourceforge.net
          Sent: 7 March 2019 11:40
          To: general@discussion.hermesmail.p.re.sourceforge.net
          Reply to: general@discussion.hermesmail.p.re.sourceforge.net
          Subject: [hermesmail:discussion] Re: Names connectes to e-mails...

          Perhaps. But this brings us full-circle. Again.


          "Saved contacts" sounds suspiciously like some sort of database. Mind you,

          I'm not lobbying for anything here. But no matter what, such a "database"

          has to be built. Do we really want it to be a simple textfile?


          I know ODBC has drivers that will handle such simple text-files, but if

          we're already using SQL for handling a simple text file why not do it

          properly? For the coder it will be transparent. And a heck of a lot more

          stable and visionary.


          Hm. Tur ned out I actually did lobby a Little there. Sorry. :)


          Regards

          Søren


          On Thursday, March 7, 2019, Walt Stagner wstagner@users.sourceforge.net

          wrote:



          Maybe it "reads" this info from your saved contacts? OR does it do this

          regardless?.




          Names connectes to e-mails...

          https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#a80b/a27b




          Sent from <wbr></wbr>sourceforge.net<wbr></wbr> because you indicated interest in

          https://sourceforge.net/p/hermesmail/discussion/general/


          To unsubscribe from further messages, please visit

          https://sourceforge.net/auth/subscriptions/



          --

          Søren Bro Thygesen




          Names connectes to e-mails...




          Sent from <wbr></wbr>sourceforge.net<wbr></wbr> because you indicated interest inhttps://sourceforge.net/p/hermesmail/discussion/general/


          To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/


          </div>
          
          </div><!--end of _originalContent --></div></body></html>
          
           
          • Ted Matavka

            Ted Matavka - 2019-03-09

            The real elephant in the room seems to be coding methodology. I have tried
            again and again to raise this issue, and I have not to date received a
            satisfactory answer as to the question of "cut and paste" code.

            I appreciate the fact that EUDORA.EXE and the associated Visual Studio
            project refuses to compile with about a million errors. But all those
            errors seem to be related to Stingray. Is there not some way to copy and
            paste, let's say, the Eudora address book code, so we don't have to dirty
            our hands and our minds with SQL? I mean, even if we do the contacts
            database with SQL, the Eudora old-timers will bitch and moan to no end
            about it...

            Sigh.

            And in relation to the mail "spool" (i.e. the storage of sent and received
            messages on disk), there is absolutely no question of storing that as a
            database. Zero. Nada. The spool is, as its name implies, a
            one-dimensional construct, and I suppose I could send you a test Eudora
            mailstore so that you could examine it... but why, when the actual code is
            right there in front of you, don't you cut and paste the message handlers,
            in short, just cut and paste everything? We really should NOT be doing
            this from scratch.

            From: sbrothy@users.sourceforge.net
            Sent: 7 March 2019 11:40
            To: general@discussion.hermesmail.p.re.sourceforge.net
            Reply to: general@discussion.hermesmail.p.re.sourceforge.net
            Subject: [hermesmail:discussion] Re: Names connectes to e-mails...

            Perhaps. But this brings us full-circle. Again.
            "Saved contacts" sounds suspiciously like some sort of database. Mind you,
            I'm not lobbying for anything here. But no matter what, such a "database"
            has to be built. Do we really want it to be a simple textfile?
            I know ODBC has drivers that will handle such simple text-files, but if
            we're already using SQL for handling a simple text file why not do it
            properly? For the coder it will be transparent. And a heck of a lot more
            stable and visionary.

            Hm. Tur ned out I actually did lobby a Little there. Sorry. :)

            Regards

            Søren

            On Thursday, March 7, 2019, Walt Stagner wstagner@users.sourceforge.net

            wrote:

            Maybe it "reads" this info from your saved contacts? OR does it do this

            regardless?.

            Names connectes to e-mails...

            https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#a80b/a27b

            Sent from <wbr></wbr>sourceforge.net<wbr></wbr> because you
            indicated interest in

            https://sourceforge.net/p/hermesmail/discussion/general/

            To unsubscribe from further messages, please visit

            https://sourceforge.net/auth/subscriptions/

             
            • Pete Maclean

              Pete Maclean - 2019-03-09

              Maybe this is another area where I can help. I will look at the Address Book code and see if it lends itself to extraction into a nice clean module by itself.

               
    • Ted Matavka

      Ted Matavka - 2019-03-08

      <meta content="script-src 'self'; img-src * cid: data:;" http-equiv="Content-Security-Policy"><style id="outgoing-font-settings">#response_container_BBPPID{font-family: initial; font-size:initial; color: initial;}</style>

      You mean the Eudora Address Book?!?!  Then why didn't you say so?

      Sent from my BlackBerry — the most secure mobile device
      From: sbrothy@users.sourceforge.net
      Sent: 7 March 2019 03:20
      To: general@discussion.hermesmail.p.re.sourceforge.net
      Reply to: general@discussion.hermesmail.p.re.sourceforge.net
      Subject: [hermesmail:discussion] Names connectes to e-mails...

      I'd like Hermes to do something similar to Gmail when you enter an e-mail.

      In Gmail it's immediately replaced by a little rectangle showing only the

      user's name. Where does gmail get this info from if not from a database of

      sorts? Does it automatically hook up with facebook? Or is this some part of

      the e-mail RFC I'm not aware of? Is The actual name sent along with the

      e-mail?!


      Sounds a little farfetched to me.


      Regards

      Søren.


      --

      Søren Bro Thygesen




      Names connectes to e-mails...




      Sent from <wbr></wbr>sourceforge.net<wbr></wbr> because you indicated interest inhttps://sourceforge.net/p/hermesmail/discussion/general/


      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/


      </div>
      
      </div><!--end of _originalContent --></div></body></html>
      
       
      • Soren Bro

        Soren Bro - 2019-03-08

        To tell you the embarrassing truth I haven't really used the program yet.
        One of the reasons is that I use my cellphone as hotspot and as such have
        issues with forwarding and opening ports. I need to get an old-fashioned
        router before I can make it work properly. It's a major problem...

        Also, my use of the program as such is kinda backwards.

        Regards.

        On Friday, March 8, 2019, Ted Matavka nmatavka@users.sourceforge.net
        wrote:

        <meta content="script-src 'self'; img-src * cid: data:;" http-equiv="Content-Security-Policy"><style id="outgoing-font-settings">#<br> response_container_BBPPID{font-family: initial; font-size:initial; color:<br> initial;}</style>
        You mean the Eudora Address Book?!?! Then why didn't you say so?

        Sent from my BlackBerry — the most secure mobile device
        From: sbrothy@users.sourceforge.net
        Sent: 7 March 2019 03:20
        To: general@discussion.hermesmail.p.re.sourceforge.net
        Reply to: general@discussion.hermesmail.p.re.sourceforge.net
        Subject: [hermesmail:discussion] Names connectes to e-mails...

        I'd like Hermes to do something similar to Gmail when you enter an e-mail.

        In Gmail it's immediately replaced by a little rectangle showing only the

        user's name. Where does gmail get this info from if not from a database of

        sorts? Does it automatically hook up with facebook? Or is this some part of

        the e-mail RFC I'm not aware of? Is The actual name sent along with the

        e-mail?!

        Sounds a little farfetched to me.

        Regards

        Søren.

        --

        Søren Bro Thygesen


        Names connectes to e-mails...
        https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#a80b


        Sent from <wbr></wbr>sourceforge.net<wbr></wbr> because you indicated
        interest inhttps://sourceforge.net/p/hermesmail/discussion/general/

        To unsubscribe from further messages, please visit
        https://sourceforge.net/auth/subscriptions/



        Names connectes to e-mails...
        https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#a80b/96bc


        Sent from sourceforge.net because you indicated interest in
        https://sourceforge.net/p/hermesmail/discussion/general/

        To unsubscribe from further messages, please visit
        https://sourceforge.net/auth/subscriptions/

        --
        Søren Bro Thygesen

         
        • Walt Stagner

          Walt Stagner - 2019-03-08

          You really need to use the program to learn & appreciate what it's really capable of and why WE USERS cling to it with a death-like grip.

           
        • Ted Matavka

          Ted Matavka - 2019-03-09

          On Friday, March 8, 2019 5:06:58 AM EST, Soren Bro wrote:

          To tell you the embarrassing truth I haven't really used the program yet.
          One of the reasons is that I use my cellphone as hotspot and as such have
          issues with forwarding and opening ports. I need to get an old-fashioned
          router before I can make it work properly. It's a major problem...

          Also, my use of the program as such is kinda backwards.

          Please get on it as soon as possible.

          Regards.

          On Friday, March 8, 2019, Ted Matavka nmatavka@users.sourceforge.net
          wrote:

          <meta content="script-src 'self'; img-src * cid: data:;" http-equiv="Content-Security-Policy"><style id="outgoing-font-settings">#<br> <br> response_container_BBPPID{font-family: initial; <br> font-size:initial; color:<br> initial;}</style>
          You mean the Eudora Address Book?!?! Then why didn't you say so?

          Sent from my BlackBerry — the most secure mobile device
          From: sbrothy@users.sourceforge.net
          Sent: 7 March 2019 03:20
          To: general@discussion.hermesmail.p.re.sourceforge.net
          Reply to: general@discussion.hermesmail.p.re.sourceforge.net
          Subject: [hermesmail:discussion] Names connectes to e-mails...

          I'd like Hermes to do something similar to Gmail when you enter an e-mail.

          In Gmail it's immediately replaced by a little rectangle showing only the

          user's name. Where does gmail get this info from if not from a database of

          sorts?

          Uses the Gmail contacts list. So, yes, a database. We can replicate the
          functionality with the local Eudora address book which I propose may be
          taken out and put into Hermes.

          Try Eudora71/Importers/OEImport.cpp. That should tell you how the Eudora
          address book is structured.

          Does it automatically hook up with facebook? Or is this some part of

          the e-mail RFC I'm not aware of? Is The actual name sent along with the

          e-mail?!

          Sounds a little farfetched to me.

          Regards

          Søren.

          --

          Søren Bro Thygesen

          Names connectes to e-mails...
          https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#a80b

          Sent from <wbr></wbr>sourceforge.net<wbr></wbr> because you indicated
          interest inhttps://sourceforge.net/p/hermesmail/discussion/general/

          To unsubscribe from further messages, please visit
          https://sourceforge.net/auth/subscriptions/

          Names connectes to e-mails...
          https://sourceforge.net/p/hermesmail/discussion/general/thread/f9e81a71c9/?limit=25#a80b/96bc

          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/hermesmail/discussion/general/

          To unsubscribe from further messages, please visit
          https://sourceforge.net/auth/subscriptions/

           
  • Walt Stagner

    Walt Stagner - 2019-03-08

    When Eudora goes into "compose" mode, it remembers your most recently used email addresses (I can't remember how many or for how long), so if you type the first letter of one of them it opens a drop down list for you to select one.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.