Libgmail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • linuxfreak

    #1

    Libgmail

    hi guys,

    just starting out on python and libgmail... any documentation for
    libgmail outthere... basically what i want to do is develop an
    application to use gmail like and ftp server... should be able to
    upload files and download them as well....

    thanks

  • Jussi Salmela

    #2
    Re: Libgmail

    linuxfreak wrote:
    hi guys,
    >
    just starting out on python and libgmail... any documentation for
    libgmail outthere... basically what i want to do is develop an
    application to use gmail like and ftp server... should be able to
    upload files and download them as well....
    >
    thanks
    >
    My browser has this amazing thing called Google installed. It's a kind
    of search facility with which I can search through Internet to find
    information.

    By searching for libgmail it gives me about 158000 places to read
    through but if I were you I'd start at the top which is
    libgmail.source forge.net

    HTH,
    Jussi

    Comment

    • linuxfreak

      #3
      Re: Libgmail

      Funny enough I find the same "Google" in my browser too. and if my
      memory serves me correct I did the same search which you allude to. It
      is only after series of exhaustive searches rummaging through websites
      with incomplete (or non existent ) docs that i posed the question
      here.... :) thanks for the suggestion anyway....


      Jussi Salmela wrote:
      linuxfreak wrote:
      hi guys,

      just starting out on python and libgmail... any documentation for
      libgmail outthere... basically what i want to do is develop an
      application to use gmail like and ftp server... should be able to
      upload files and download them as well....

      thanks
      >
      My browser has this amazing thing called Google installed. It's a kind
      of search facility with which I can search through Internet to find
      information.
      >
      By searching for libgmail it gives me about 158000 places to read
      through but if I were you I'd start at the top which is
      libgmail.source forge.net
      >
      HTH,
      Jussi

      Comment

      • Jussi Salmela

        #4
        Re: Libgmail

        linuxfreak wrote:
        Funny enough I find the same "Google" in my browser too. and if my
        memory serves me correct I did the same search which you allude to. It
        is only after series of exhaustive searches rummaging through websites
        with incomplete (or non existent ) docs that i posed the question
        here.... :) thanks for the suggestion anyway....
        The page I suggested to you

        has a Downloads link and there you can find a docs file which contains
        demo code (9 programs) and the libgmail API documentation.

        Unfortunately I don't have a Gmail account, so I'm not able to try the
        programs out but I think they do some of the things you are targeting.

        HTH,
        Jussi

        Comment

        Working...