A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Trying to get my head around IMAP



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 20th 10, 06:52 PM posted to microsoft.public.outlook
Rojo Habe[_3_]
external usenet poster
 
Posts: 21
Default Trying to get my head around IMAP

My ISP have recently moved their servers to Gmail and Hence IMAP seems to be
the way to go in order to keep my email in sync on both my desktop and my
laptop. It's causing me a few headaches though, not least of which is the
following.

I've configured Outlook 2007 (SP2) to save my sent mail in the "Sent" folder
on the IMAP server, so that I can see my sent items from both machines.
This seems to work fine when composing new email from within Outlook itself,
by clicking the "New" button on the toolbar. If, however, I decided to send
from within another app, for example Word or Excel, using the Email button
on the QAT (or Office Orb|Send|Email), the message gets saved in my local
"Sent Items" folder, meaning I have to manually move it to the server. I'm
not even sure if this is an Outlook, Office or Windows issue (I'm using
Vista Ultimate SP2) but is this normal? If so, is there any way around it?

Ads
  #2  
Old May 20th 10, 07:12 PM posted to microsoft.public.outlook
Gordon[_7_]
external usenet poster
 
Posts: 52
Default Trying to get my head around IMAP


"Rojo Habe" wrote in message
...
My ISP have recently moved their servers to Gmail and Hence IMAP seems to
be the way to go in order to keep my email in sync on both my desktop and
my laptop. It's causing me a few headaches though, not least of which is
the following.

I've configured Outlook 2007 (SP2) to save my sent mail in the "Sent"
folder on the IMAP server, so that I can see my sent items from both
machines. This seems to work fine when composing new email from within
Outlook itself, by clicking the "New" button on the toolbar. If, however,
I decided to send from within another app, for example Word or Excel,
using the Email button on the QAT (or Office Orb|Send|Email), the message
gets saved in my local "Sent Items" folder, meaning I have to manually
move it to the server. I'm not even sure if this is an Outlook, Office or
Windows issue (I'm using Vista Ultimate SP2) but is this normal? If so,
is there any way around it?


This is normal. I don't know if there is a workaround....

  #3  
Old May 20th 10, 07:37 PM posted to microsoft.public.outlook
Sue Mosher [MVP][_4_]
external usenet poster
 
Posts: 552
Default Trying to get my head around IMAP

The mechanism used to send a file from Excel or Word isn't aware of the full
contents of Outlook and, therefore, cannot save a message to the IMAP folder.
You have three choices:

a) Continue as you've been doing.
b) Don't use the Word and Excel feature to send documents. Create the
message in Outlook first, and then attach the document.
c) Write VBA macros that use Outlook objects to send the document as an
attached file, as at
http://groups.google.com/group/micro...0b7d6d18869476
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54



"Rojo Habe" wrote:

My ISP have recently moved their servers to Gmail and Hence IMAP seems to be
the way to go in order to keep my email in sync on both my desktop and my
laptop. It's causing me a few headaches though, not least of which is the
following.

I've configured Outlook 2007 (SP2) to save my sent mail in the "Sent" folder
on the IMAP server, so that I can see my sent items from both machines.
This seems to work fine when composing new email from within Outlook itself,
by clicking the "New" button on the toolbar. If, however, I decided to send
from within another app, for example Word or Excel, using the Email button
on the QAT (or Office Orb|Send|Email), the message gets saved in my local
"Sent Items" folder, meaning I have to manually move it to the server. I'm
not even sure if this is an Outlook, Office or Windows issue (I'm using
Vista Ultimate SP2) but is this normal? If so, is there any way around it?

  #4  
Old May 20th 10, 07:51 PM posted to microsoft.public.outlook
Brian Tillman [MVP-Outlook]
external usenet poster
 
Posts: 1,043
Default Trying to get my head around IMAP

"Rojo Habe" wrote in message
...

My ISP have recently moved their servers to Gmail and Hence IMAP seems to be
the way to go in order to keep my email in sync on both my desktop and my
laptop. It's causing me a few headaches though, not least of which is the
following.


That's one way. You can use POP as well if you leave messages on the server
when you download them. The only loss is the Sent Items folder, but you can
do that with rules.

I've configured Outlook 2007 (SP2) to save my sent mail in the "Sent" folder
on the IMAP server, so that I can see my sent items from both machines. This
seems to work fine when composing new email from within Outlook itself, by
clicking the "New" button on the toolbar. If, however, I decided to send
from within another app, for example Word or Excel, using the Email button
on the QAT (or Office Orb|Send|Email), the message gets saved in my local
"Sent Items" folder, meaning I have to manually move it to the server. I'm
not even sure if this is an Outlook, Office or Windows issue (I'm using
Vista Ultimate SP2) but is this normal? If so, is there any way around it?


It's a programming interface issue. Calling Outlook from other programs
doesn't give you access to the full panoply of features that using the Outlook
GUI allows. The Sent Items folder is one.
--
Brian Tillman [MVP-Outlook]

  #5  
Old May 20th 10, 08:05 PM posted to microsoft.public.outlook
Rojo Habe[_3_]
external usenet poster
 
Posts: 21
Default Trying to get my head around IMAP

Hmmm....

Option c just flew straight over my head! Might it be possible instead to
write an autoexec macro in Outlook that copies the contents of Sent Items to
[Gmail]/Sent Mail. I think I might find that a bit easier to get to grips
with, although that would require manually triggering or restarting Outlook,
so maybe I'm not onto a winner there. My prior experience with VBA consists
only of data manipulation within Excel.

Maybe I should just stick to option b. The only trouble with that is I keep
sending people empty emails because I've forgotten to attach the file!!

I have to say, I'm thinking of migrating to Thunderbird at this point (yes,
I know an Outlook newsgroup is not the place to mention such things).
That's what I'm currently using on my laptop and it does seem to put things
in the correct folder, although it's not without its own weird quirks and
seems more prone to crashing.


"Sue Mosher [MVP]" wrote in message
...
The mechanism used to send a file from Excel or Word isn't aware of the
full
contents of Outlook and, therefore, cannot save a message to the IMAP
folder.
You have three choices:

a) Continue as you've been doing.
b) Don't use the Word and Excel feature to send documents. Create the
message in Outlook first, and then attach the document.
c) Write VBA macros that use Outlook objects to send the document as an
attached file, as at
http://groups.google.com/group/micro...0b7d6d18869476
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54



"Rojo Habe" wrote:

My ISP have recently moved their servers to Gmail and Hence IMAP seems to
be
the way to go in order to keep my email in sync on both my desktop and my
laptop. It's causing me a few headaches though, not least of which is the
following.

I've configured Outlook 2007 (SP2) to save my sent mail in the "Sent"
folder
on the IMAP server, so that I can see my sent items from both machines.
This seems to work fine when composing new email from within Outlook
itself,
by clicking the "New" button on the toolbar. If, however, I decided to
send
from within another app, for example Word or Excel, using the Email
button
on the QAT (or Office Orb|Send|Email), the message gets saved in my local
"Sent Items" folder, meaning I have to manually move it to the server.
I'm
not even sure if this is an Outlook, Office or Windows issue (I'm using
Vista Ultimate SP2) but is this normal? If so, is there any way around
it?


  #6  
Old May 20th 10, 09:02 PM posted to microsoft.public.outlook
Rojo Habe[_5_]
external usenet poster
 
Posts: 5
Default Trying to get my head around IMAP

On 20/05/2010 19:51, Brian Tillman [MVP-Outlook] wrote:

That's one way. You can use POP as well if you leave messages on the
server when you download them. The only loss is the Sent Items folder,
but you can do that with rules.


Yeah, they've "enhanced" the POP interface, too, which means you have to
put the word "recent:" in front of your username and then it'll download
the last thirty days worth (the first time you do it) onto each client.
The messages stay on the server regardless of whether or not you
configure your client to delete them. The upshot is that all manner of
weird things happen, depending on the client, from messages disappearing
without trace once they've been read to items refusing to be deleted no
matter what, or even more inconsistent weirdness. That's why I decided
to give IMAP a try (although for an IMAP first-timer this is proving to
be even weirder). Plus, as you said, you don't have access to your Sent
Items wherever you go, although in the past I've gotten around that by
BCCing myself and manually copying it to the Sent folder once it comes
in. I was just looking for a more elegant solution.
  #7  
Old May 21st 10, 04:19 PM posted to microsoft.public.outlook
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default Trying to get my head around IMAP

You need to use the program that meets *your needs* - if its t-bird, so be
it. Outlook is not a very good imap client anyway...

But, if you choose outlook, my preference would be Option A - continue the
same as currently. Then I'd either manually move the sent items daily (or
weekly) or see if autoarchive could be used to archive the sent folder to
the imap sent folder. I haven't tried it, so it might not work - it might
not "see" the IMAP folders.

(In reality, since I use Auto-Mate to move messages after a period of time,
I'd see if it would move the messages in the Sent folder to the IMAP
folders.)


--
Diane Poremsky [MVP - Outlook]
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


New Poll: What type of email account is your main account?
http://forums.slipstick.com/showthread.php?t=42402


"Rojo Habe" wrote in message
...
Hmmm....

Option c just flew straight over my head! Might it be possible instead to
write an autoexec macro in Outlook that copies the contents of Sent Items
to [Gmail]/Sent Mail. I think I might find that a bit easier to get to
grips with, although that would require manually triggering or restarting
Outlook, so maybe I'm not onto a winner there. My prior experience with
VBA consists only of data manipulation within Excel.

Maybe I should just stick to option b. The only trouble with that is I
keep sending people empty emails because I've forgotten to attach the
file!!

I have to say, I'm thinking of migrating to Thunderbird at this point
(yes, I know an Outlook newsgroup is not the place to mention such
things). That's what I'm currently using on my laptop and it does seem to
put things in the correct folder, although it's not without its own weird
quirks and seems more prone to crashing.


"Sue Mosher [MVP]" wrote in message
...
The mechanism used to send a file from Excel or Word isn't aware of the
full
contents of Outlook and, therefore, cannot save a message to the IMAP
folder.
You have three choices:

a) Continue as you've been doing.
b) Don't use the Word and Excel feature to send documents. Create the
message in Outlook first, and then attach the document.
c) Write VBA macros that use Outlook objects to send the document as an
attached file, as at
http://groups.google.com/group/micro...0b7d6d18869476
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54



"Rojo Habe" wrote:

My ISP have recently moved their servers to Gmail and Hence IMAP seems
to be
the way to go in order to keep my email in sync on both my desktop and
my
laptop. It's causing me a few headaches though, not least of which is
the
following.

I've configured Outlook 2007 (SP2) to save my sent mail in the "Sent"
folder
on the IMAP server, so that I can see my sent items from both machines.
This seems to work fine when composing new email from within Outlook
itself,
by clicking the "New" button on the toolbar. If, however, I decided to
send
from within another app, for example Word or Excel, using the Email
button
on the QAT (or Office Orb|Send|Email), the message gets saved in my
local
"Sent Items" folder, meaning I have to manually move it to the server.
I'm
not even sure if this is an Outlook, Office or Windows issue (I'm using
Vista Ultimate SP2) but is this normal? If so, is there any way around
it?


  #8  
Old May 22nd 10, 12:44 PM posted to microsoft.public.outlook
Rojo Habe[_3_]
external usenet poster
 
Posts: 21
Default Trying to get my head around IMAP

For the record I've decided POP is the lesser of two weevils. I'm using the
"recent:" method I described in my last post; everything sent from my laptop
is BCC'd to me and on my desktop machine I've got a rule set up to move
anything from myself straight into the Sent Items folder, marking it as read
in the process. I was looking for a condition saying "where my name is in
the Bcc box" as a belt-n-braces check (in case I send myself an email for
some other reason) but it doesn't seem to appear in the lest, so I've
settled on "unless my name is in the To of Bcc box".

It's automatically ticked "on this machine only" but I'm not sure what that
does. Is it important?

The only thing I'm missing out on is I don't have access to all my Sent
Items on the laptop but if I use the rule in both directions some nasty
duplication loops might start occurring.


"Rojo Habe" wrote in message
...
On 20/05/2010 19:51, Brian Tillman [MVP-Outlook] wrote:

That's one way. You can use POP as well if you leave messages on the
server when you download them. The only loss is the Sent Items folder,
but you can do that with rules.


Yeah, they've "enhanced" the POP interface, too, which means you have to
put the word "recent:" in front of your username and then it'll download
the last thirty days worth (the first time you do it) onto each client.
The messages stay on the server regardless of whether or not you configure
your client to delete them. The upshot is that all manner of weird things
happen, depending on the client, from messages disappearing without trace
once they've been read to items refusing to be deleted no matter what, or
even more inconsistent weirdness. That's why I decided to give IMAP a try
(although for an IMAP first-timer this is proving to be even weirder).
Plus, as you said, you don't have access to your Sent Items wherever you
go, although in the past I've gotten around that by BCCing myself and
manually copying it to the Sent folder once it comes in. I was just
looking for a more elegant solution.


  #9  
Old May 24th 10, 02:30 PM posted to microsoft.public.outlook
Brian Tillman [MVP-Outlook]
external usenet poster
 
Posts: 1,043
Default Trying to get my head around IMAP

"Rojo Habe" wrote in message
...

Yeah, they've "enhanced" the POP interface, too, which means you have to put
the word "recent:" in front of your username and then it'll download the
last thirty days worth (the first time you do it) onto each client. The
messages stay on the server regardless of whether or not you configure your
client to delete them.


This is really not in conformance with POP standards and it's not how gmail
POP works for me. There should be an option in the POP setup that allows you
to have the server work in a more standard fashion. I know I don't have to
add "recent". Log into gmail via a web browser, click Settings, then "Forward
and POP/IMAP". You should be able to click a radio button labeled "Enable POP
for all mail (even mail that's already been downloaded)" and it will allow you
to download all mail in the Inbox. You should also make sure the "When
messages are accessed via POP" drop-down says "keep Gmail's copy in the
Inbox".

The upshot is that all manner of weird things happen, depending on the
client, from messages disappearing without trace once they've been read to
items refusing to be deleted no matter what, or even more inconsistent
weirdness. That's why I decided to give IMAP a try (although for an IMAP
first-timer this is proving to be even weirder). Plus, as you said, you
don't have access to your Sent Items wherever you go, although in the past
I've gotten around that by BCCing myself and manually copying it to the
Sent folder once it comes in. I was just looking for a more elegant
solution.


As long as you use the Outlook client interface itself to send the messages,
the Sent Items folder will work correctly. As soon as you use the programming
interface, the Sent Items don't get migrated. I'd create a rule that moves
all messages to the server-side Sent Items folder and manually run it on the
Sent Items folder periodically.
--
Brian Tillman [MVP-Outlook]

  #10  
Old May 25th 10, 08:38 PM posted to microsoft.public.outlook
spamlet
external usenet poster
 
Posts: 43
Default Trying to get my head around IMAP


"Brian Tillman [MVP-Outlook]" wrote in message
...
"Rojo Habe" wrote in message
...

Yeah, they've "enhanced" the POP interface, too, which means you have to
put the word "recent:" in front of your username and then it'll download
the last thirty days worth (the first time you do it) onto each client.
The messages stay on the server regardless of whether or not you
configure your client to delete them.


This is really not in conformance with POP standards and it's not how
gmail POP works for me. There should be an option in the POP setup that
allows you to have the server work in a more standard fashion. I know I
don't have to add "recent". Log into gmail via a web browser, click
Settings, then "Forward and POP/IMAP". You should be able to click a
radio button labeled "Enable POP for all mail (even mail that's already
been downloaded)" and it will allow you to download all mail in the Inbox.
You should also make sure the "When messages are accessed via POP"
drop-down says "keep Gmail's copy in the Inbox".

The upshot is that all manner of weird things happen, depending on the
client, from messages disappearing without trace once they've been read
to items refusing to be deleted no matter what, or even more inconsistent
weirdness. That's why I decided to give IMAP a try (although for an IMAP
first-timer this is proving to be even weirder). Plus, as you said, you
don't have access to your Sent Items wherever you go, although in the
past I've gotten around that by BCCing myself and manually copying it to
the Sent folder once it comes in. I was just looking for a more elegant
solution.


As long as you use the Outlook client interface itself to send the
messages, the Sent Items folder will work correctly. As soon as you use
the programming interface, the Sent Items don't get migrated. I'd create
a rule that moves all messages to the server-side Sent Items folder and
manually run it on the Sent Items folder periodically.
--
Brian Tillman [MVP-Outlook]


Hi,

I've been following this because I just spent three days and nights trying
to get Outlook (2002SP3) to download recent mail from my 'ntl migrated to
virgin migrated to google' mailbox. On 23 May send/receive just went into
mad mode downloading ~450 old messages at a time (taking half an hour each
time), and sending phantom mail that wasn't in the outbox. After round the
clock downloading and deleting of duplicates, it suddenly started working
again this afternoon. My question about this on their online 'help forum'
was not answered.

Which still leaves me the problem of the 'sent items'. From looking at
other threads on the forum it appears that the 'sent items' folder at google
is not really a folder but a filter from which items are deleted after 90
days. Something which fills me with alarm for our record keeping! So, even
here, among the experts, it seems the view is that one has to copy
everything to oneself and then filter it to get a proper sent and receive
record, in a proper folder!

Oops, but I'm forgetting, Outlook's 'sent items' isn't really a folder
either: the only real one being Outlook.pst! Come back Outlook Express, all
is forgiven!

Good luck: and make sure you back up that old ntuser.dat, and your psts, or
one day it's all all gone...

S


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Contacts / Address Book / My head! tcv Outlook - Using Contacts 1 February 29th 08 08:34 PM
Outlook 2003 head scratcher Stevem123 Outlook - Installation 2 February 11th 08 02:43 PM
how can I set up a letter head from contacts James Birkin Outlook - Using Contacts 1 January 9th 08 12:30 PM
Help Please! This is doing my head in!! Dave Outlook - General Queries 7 January 25th 07 09:15 PM
This is starting to do my head in Branford Arms P.H. Outlook - Calandaring 2 May 13th 06 01:25 AM


All times are GMT +1. The time now is 02:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.