search : imap

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

getHeaderOnly() with IMAP takes a very long time when messages have attachments
getHeaderOnly() with IMAP takes a very long time when messages have attachments
Comment on Bug 78634:(Watson Migration Closure)Summary: leverage IMAP folder capabilities when sending mail by External U.
Bug 78634:(Watson Migration Closure)Summary: leverage IMAP folder capabilities when sending mail
Bug 78644:(Watson Migration Closure)Summary: provide mechanism to extract metadata from an IMAP connection object
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by HariKrishna K.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by External U.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by External U.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by External U.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by External U.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by HariKrishna K.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by HariKrishna K.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by Aaron N.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by External U.
Comment on getHeaderOnly() with IMAP takes a very long time when messages have attachments by External U.
2613128 CF-3345011 External U. This error still persists in CF11, getting several of these errors today after rolling out a CF11 application. Unable to load BODYSTRUCTURE javax.mail.MessagingException: Unable to load BODYSTRUCTURE at com.sun.mail.imap
for privacy reasons. to clarify, it's an IMAP error but different from "Unable to load BODYSTRUCTURE". When I run this code iMapObj = new imap(); iMapObj.setAttributes(server="imap.gmail.com",username=gmailAccount, password=passwd,secure="yes", connection="imapConnection", folder=folder); i
2614028 CF-3135653 Adobe D. Ok We got Exchange 2010 setup with SP2. I checked simple imap getall and it is working fine. I know you are on SP1. Can you try configuring the same imap user to Microsoft Office and see if that is working? (Comment added from ex-user id:evelinv)
://www.theserverside.com/discussions/thread.tss?thread_id=14042 Steps to Reproduce: 1. Create a message with an .eml attached such that it is encoded like above. 2. use this code to access the message iMapObj = new imap(); iMapObj.setAttributes(server="imap.gmail.com",username=supportEmail, password=popMailPassword,secure="yes", connection="imap
2608805 CF-3989857 External U. The problem isn't with downloading the attachment, it is that the attachment name doesn't appear in the "attachment" field when you dump the contents of the result of an imap call.
2614028 CF-3135653 Adobe D. Closing this issue as not reproducible.We tested with Exchange 2010 and SP2 and imap is working. (Comment added from ex-user id:evelinv)
2614028 CF-3135653 Adobe D. We are able to get data from Exchaneg 2010 server for Are you using SSL/TLS for imap? Also another related issue that I found online is with digitally signed mails and imap in Exchange.Is this the case? http
2673205 CF-4146098 S V. Hi Aaron, For moving mails from 2 folders for example from inbox to temp folder both these folders need to be accessed in read write mode. IMAP protocol uses select command to access the IMAP folder and at a time only one folder can be selected for connection. From RFC
2608322 CF-4126653 Net Protocols : IMAP Toby Weston error "javax.mail.MessagingException: Unable to load BODYSTRUCTURE" when using CFIMAP Problem Description: See Bug 3345011 - https://bugbase.adobe.com/index.cfm?event=bug&id=3345011 This issue is still occuring in CF11, which is also stated
2608461 CF-4088913 Net Protocols : IMAP Tom Chiverton CFIMAP action="getHeaderOnly" transfers message bodies When using CFIMAP with action=getHeaderOnly then only the headers should be transferred from the server. In fact full mail bodies are, which causes excessive network traffic and overhead
2609431 CF-3847740 Net Protocols : IMAP Aaron Neff [ANeff] ER for: cfimap action=getall to return attachments as array returns attachments as a tab-delimited string. This ER is for it to return attachments as an array. Repro: #q.attachments[q.RecordCount]# Outputs tab
2609432 CF-3847737 Net Protocols : IMAP Aaron Neff [ANeff] Bug for: cfimap action=getall removes brackets from attachment names In build 11.0.03.291742, removes brackets (and any characters between) from attachment names. Repro: #q.attachments[q.RecordCount]# Outputs tab
2614028 CF-3135653 Net Protocols : IMAP Michael Cummins CFIMAP does not work with Exchange 2010 SP1 Problem Description:CF 9.0+ cannot to a Microsoft Exchange 2010 SP1 server. You receive: javax.mail.MessagingException: Unable to load BODYSTRUCTURE Steps to Reproduce: Actual Result: Expected
the messages, stores the results in a database, and moves the messages to a "read" folder, or to a "could not identify" folder. The mail is application-generated HTML of a simple variety. The IMAP port is unencrypted.
downloading attachments off other emails. Steps to Reproduce: Make an imap call to a gmail inbox with this particular email in it. var imapgmail = new imap(secure="true",server=variables.server,port=variables.port,username=variables.username,password=variables.password); Actual Result: The email comes
2611978 CF-3568589 File Management Daniel Heighton CFIMAP does not support tab in attachment files Problem Description: If an email is downloaded over imap that has a tab in the filename, it can not be downloaded, in fact cfimap doesn't even report seeing it, whereas Thunderbird's imap
and it was not working but I was trying to pull back all 13,000+ by mistake! This was after copying the example code! Method: Here is the code I used: IMAP Mail Client Result: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID
this separately). I've checked - only on [url=http://en.wikipedia.org/wiki/Imap#Server-side_searches]Wikipedia[/url], granted - IMAP4 does support server-side searches, so it should be possible to send filters through with the request. Looking at the [url=http://tools.ietf.org/html/rfc3501#page-49]RFC
2597864 CF-3042183 Net Protocols : IMAP Sean Ford Bug 84208:(Watson Migration Closure)CFIMAP does not work with Exchange 2010 SP1 Duplicate ID: CF-3345011 Problem: CFIMAP does not work with Exchange 2010 SP1. It previously worked with Exchange 2010 prior to SP1 being installed. When attempting
it using IMAP. ColdFusion 10 is throwing the error "javax.mail.MessagingException: Unable to load BODYSTRUCTURE" when retrieving those emails using CFIMAP. But CF11 able to retrieve the message without any errors. The email account is on GMail. Can you provide the sample message or eml file for which you
2611322 CF-3630470 Net Protocols : IMAP Dave DeVol CFIMAP Flags - "SEEN", or "RECENT" or "SINCE" flags not supported Problem Description: CFIMAP does not allow for additional flags. I can get email from an IMAP account, but I have to get all the emails and can only limit by record count. If I try
2608805 CF-3989857 Net Protocols : IMAP colin macallister cfimap fails to find image names in "attachment" field Problem Description: When using cfimap to lookup up messages, it does not return attachment names for images, even while it does return their filepaths. Steps to Reproduce: Use cfimap
for mass mailing apps where more than one sending server allows more outgoing mail per hour)3) allow a mailsource to be preconfigured to imap or pop for retrieval purposes also4) hide the username and password from devs that are not administrators5) make it possible for shared hosting providers to provide
IMAP operation". IE: if one asks to delete messagenumber 42, and there is no message 42, then nothing is deleted, and no exception is raised. It does NOT mean that the messagenumber argument is ignored, which would result in all messages in the folder being deleted! So that needs a bit of a
: > What I get back is a dump like this: Raw dump said: CLOSED NO PORT 993 SERVER imap.gmail.com SSL YES Key dump said: 1 Msgs 2 Folder 3 Username 4 Path 5 Metadata 6 MaxRows 7 Label 8 MailSource 9 Store 10 Password 11 UseSSL 12