EmailDiscussions.com  

Go Back   EmailDiscussions.com > Email Service Provider-specific Forums > FastMail Forum
Register FAQ Members List Calendar Today's Posts
Stay in touch wirelessly

FastMail Forum All posts relating to FastMail.FM should go here: suggestions, comments, requests for help, complaints, technical issues etc.

Reply
 
Thread Tools
Old 15 Dec 2011, 05:02 AM   #1
Gmailuser
Junior Member
 
Join Date: Oct 2010
Posts: 27
Cannot manually check the POP link

Hi,

I have successfully set up a POP link to my existing Gmail account.

However, when I set the check interval to manual, after that where is the button to check the POP manually? I cannot see it on the More actions... drop down menu.
Gmailuser is offline   Reply With Quote

Old 15 Dec 2011, 06:53 AM   #2
Berenburger
The "e" in e-mail
 
Join Date: Sep 2004
Location: The Netherlands
Posts: 2,908
Quote:
Originally Posted by Gmailuser View Post
However, when I set the check interval to manual, after that where is the button to check the POP manually? I cannot see it on the More actions... drop down menu.
You should see the name of the account (Gmail). That's the manually POP check.
Berenburger is offline   Reply With Quote
Old 15 Dec 2011, 06:59 AM   #3
Tom Gallagher
Senior Member
 
Join Date: Apr 2007
Location: South Jersey, USA
Posts: 195
What has this got to do with Fastmail.?
Tom Gallagher is offline   Reply With Quote
Old 15 Dec 2011, 08:49 AM   #4
malcontent
Essential Contributor
 
Join Date: Oct 2008
Posts: 275
Quote:
Originally Posted by Tom Gallagher View Post
What has this got to do with Fastmail.?
I believe the OP is fetching email from his Gmail account within Fastmail.
malcontent is offline   Reply With Quote
Old 15 Dec 2011, 06:53 PM   #5
Gmailuser
Junior Member
 
Join Date: Oct 2010
Posts: 27
Quote:
Originally Posted by Berenburger View Post
You should see the name of the account (Gmail). That's the manually POP check.
But exactly how can I manually check the POP??? POP is working, but i want to copy 27 000 messages from my existing Gmail account into Fastmail, and checking POP only every hour is too slow.

But there is absolutely no button where I can check the POP manually. Could you please send me a screenshot?

I would like to copy my old gmail emials into Fastmail using POP.
Gmailuser is offline   Reply With Quote
Old 15 Dec 2011, 09:01 PM   #6
Pfolson
Essential Contributor
 
Join Date: Apr 2010
Posts: 490
The name of the account should show up in the More Actions dropdown. If it's still not there, you may need to file a support ticket.

Note that with some tweaking you can also add a custom button for popping your accounts, which I personally find much easier than using the dropdown -- not just for popping but for other functions.

See this link for more information: http://fastmail.wikia.com/wiki/NewInterfaceJS

Here's the code that I use to add several different buttons:

Code:
var customMailboxButtons = [['POP','Pop:0'],['Purge','ImapPurge'],['Unread','MarkUnsn'],['Mark Read','MarkSeen'],['No Flag','MarkUnfg'],['Flag','MarkFlag']];

//Custom mailbox buttons
var globalSelect;
window.addEvent('domready', function(){
    if($('mailbox') || $('message')) {
        globalSelect = ($$('select[name=FMB-ACT]')[0])?$$('select[name=FMB-ACT]')[0]:$$('select[name=FMR-SAT]')[0];
        twkAddMailboxButtons(customMailboxButtons);
    }
});

function twkAddMailboxButtons(arr)
{
    if(arr.length>6){alert("You have too many custom buttons defined.\nPlease use no more than 6.");return;}
    arr.each(function(button) {
        var optionIndex = twkGetOptionIndex(button[1]);
        if(optionIndex == false) {return;};
        var twkCustomButton = new Element('button', {'type':'button','text':button[0],'value':button[1],'name':optionIndex});
        twkCustomButton.style.padding="3px";twkCustomButton.style.paddingTop="2px";
        twkCustomButton.addEvent('click', function(event) {
            globalSelect.selectedIndex = this.name;
            globalSelect.fireEvent('change');
        });
        twkCustomButton.injectAfter($$(".actionSpam")[0]);
    });
}

function twkGetOptionIndex(value)
{
    var actOptions = globalSelect.getElements('option');
    for(var i = 0; i < actOptions.length; i++)
    {
        if(actOptions[i].value == value)
        return i;
    }
    return false;
}

window.addEvent('domready', function () {
    if($('FMC-MessageBodyHTMLEditor___Frame')) {
        $('FMC-MessageBodyHTMLEditor___Frame').src=$('FMC-MessageBodyHTMLEditor___Frame').src.replace("Email","Default");
    }
});
Paul
Pfolson is offline   Reply With Quote
Old 16 Dec 2011, 02:09 AM   #7
Gmailuser
Junior Member
 
Join Date: Oct 2010
Posts: 27
Why is POP so slow? It will take 12 days at this speed until I migrate all the 27 000 emails (1.3 GB total). how to speed up the process?

I migrating from Google Apps to Fastmail.
Gmailuser is offline   Reply With Quote
Old 16 Dec 2011, 03:30 AM   #8
Gmailuser
Junior Member
 
Join Date: Oct 2010
Posts: 27
omg

I didnt noticed the scrollbar... Solved.

I had to scroll down in the drop down menu.
Gmailuser is offline   Reply With Quote
Old 16 Dec 2011, 06:21 AM   #9
Berenburger
The "e" in e-mail
 
Join Date: Sep 2004
Location: The Netherlands
Posts: 2,908
Quote:
Originally Posted by Gmailuser View Post
Why is POP so slow? It will take 12 days at this speed until I migrate all the 27 000 emails (1.3 GB total). how to speed up the process?
Use another tool, like Mailstore or Yippiemove.
Berenburger is offline   Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +9. The time now is 02:43 AM.

 

Copyright EmailDiscussions.com 1998-2022. All Rights Reserved. Privacy Policy