Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. How to get available gmail/yahoo.mail account automatically by C#

How to get available gmail/yahoo.mail account automatically by C#

Scheduled Pinned Locked Moved C#
csharptutorial
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    ndkit
    wrote on last edited by
    #1

    Hi all, Currently, i want to develop a tool which can fill avaiable gmail/yahoo.mail account automatically Note: available gmail/yahoo.mail account is account that can be used for register. Thanks, ndkit

    P L L 3 Replies Last reply
    0
    • N ndkit

      Hi all, Currently, i want to develop a tool which can fill avaiable gmail/yahoo.mail account automatically Note: available gmail/yahoo.mail account is account that can be used for register. Thanks, ndkit

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      What? I'm sorry, but I've read your question several times and I still have no idea what you're trying to say here. What do you mean by filling available gmail/yahoo accounts automatically? Are you talking about a utility to automatically create email accounts?

      Forgive your enemies - it messes with their heads

      "Mind bleach! Send me mind bleach!" - Nagy Vilmos

      My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

      N 1 Reply Last reply
      0
      • N ndkit

        Hi all, Currently, i want to develop a tool which can fill avaiable gmail/yahoo.mail account automatically Note: available gmail/yahoo.mail account is account that can be used for register. Thanks, ndkit

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        ndkit wrote:

        fill avaiable gmail/yahoo.mail account automatically

        What exactly do you mean by this?

        Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

        1 Reply Last reply
        0
        • N ndkit

          Hi all, Currently, i want to develop a tool which can fill avaiable gmail/yahoo.mail account automatically Note: available gmail/yahoo.mail account is account that can be used for register. Thanks, ndkit

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          To automate login, if that is what you are asking for, you could: - look at the page source (CTRL/U in most browsers); - see how a FORM is used with some INPUT fields and a SUBMIT button; - where pressing the button results in an HTML "POST". So you could create a Windows app (or a browser plug-in) that sends an HTML POST with the appropriate values. For the details, study the web pages they use, and use the HTML reference material. Warning: as Google/Yahoo/others maintain their web sites, they can change the details of the login process any way they see fit, so you will be aiming at a moving target... :)

          Luc Pattyn [My Articles] Nil Volentibus Arduum

          1 Reply Last reply
          0
          • P Pete OHanlon

            What? I'm sorry, but I've read your question several times and I still have no idea what you're trying to say here. What do you mean by filling available gmail/yahoo accounts automatically? Are you talking about a utility to automatically create email accounts?

            Forgive your enemies - it messes with their heads

            "Mind bleach! Send me mind bleach!" - Nagy Vilmos

            My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

            N Offline
            N Offline
            ndkit
            wrote on last edited by
            #5

            Sorry for my unclear meaning post content. I explain again as below: As you know, currently gmail or yahoo.mail service has many accounts. When someone want to create new account, the login name that he/she provides may be already used by others, so he/she must find another avaliable login name. So now, I want to develop a tool that support user to get available login name for solving this inconvenience. I googled and found the GmailAPI but seem that it doesn't solve for my case.

            B 1 Reply Last reply
            0
            • N ndkit

              Sorry for my unclear meaning post content. I explain again as below: As you know, currently gmail or yahoo.mail service has many accounts. When someone want to create new account, the login name that he/she provides may be already used by others, so he/she must find another avaliable login name. So now, I want to develop a tool that support user to get available login name for solving this inconvenience. I googled and found the GmailAPI but seem that it doesn't solve for my case.

              B Offline
              B Offline
              Bernhard Hiller
              wrote on last edited by
              #6

              I do not believe that Gmail or any other email provider will give you a list of existing accounts - every spammer would love that!

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups