Git Product home page Git Product logo

remail-iphone's Introduction

Just a placeholder

remail-iphone's People

Contributors

gaborcselle avatar

Watchers

James Cloos avatar  avatar

remail-iphone's Issues

App crash at sqlite3VdbeMemGrow

I am using Remail code in my mail application. I am using Xcode 6.0.1. Sometime 
my app gets crashed at sqlite3VdbeMemGrow. Crashed log is following:- 

Thread 10 Crashed:
0   libsqlite3.dylib                0x00007fff8a0f687c sqlite3VdbeMemGrow + 252
1   libsqlite3.dylib                0x00007fff8a109d5d sqlite3VdbeExec + 69549
2   libsqlite3.dylib                0x00007fff8a0f73df sqlite3_step + 735
3   com.tprf.RCS                    0x000000010d3f3248 +[EmailProcessor 
searchUidEntry:] + 310
4   com.tprf.RCS                    0x000000010d28bbe5 -[ImapFolderWorker 
fetchFrom:to:seqDelta:syncingNew:progressOffset:progressTotal:alreadySynced:] + 
2088
5   com.tprf.RCS                    0x000000010d28ac5e -[ImapFolderWorker 
newSync:total:seqDelta:alreadySynced:] + 114
6   com.tprf.RCS                    0x000000010d28a210 -[ImapFolderWorker run] 
+ 2247
7   com.tprf.RCS                    0x000000010d4433cd -[ImapSync run] + 5138
8   com.tprf.RCS                    0x000000010d755a0a -[SyncManager runLoop] + 
322
9   com.apple.Foundation            0x00007fff885b2b7a NSThread__main + 1345
10  libsystem_pthread.dylib         0x00007fff8f8a22fc _pthread_body + 131
11  libsystem_pthread.dylib         0x00007fff8f8a2279 _pthread_start + 176
12  libsystem_pthread.dylib         0x00007fff8f8a04b1 thread_start + 13`

Please help me resolve this crash issue.

Original issue reported on code.google.com by [email protected] on 16 Dec 2014 at 5:55

Consistent SIGABRT attempting to autocomplete

What steps will reproduce the problem?
1. Built for iPhone OS 3.0 - Debug
2. Downloaded a bunch of gmail and IMAP mail (~2K emails)
3. Did some searches, then it began to crash with the first letter typed in the 
search field.

What is the expected output? What do you see instead?
App disappears. If debugging via XCode, see that application generated a 
SIGABRT.

What version of the product are you using? On what operating system?
iPhone OS 3.1.3, built with XCode 3.1.4

Please provide any additional information below.
Was hoping to be able to put a free version up in the app store, but I don't 
feel good about doing 
it with it crashing like this.

Anyone else seeing a similar behavior?  It appears to be different from the 
other crashing issues 
reported 
(http://getsatisfaction.com/remail/topics/multiple_crashes_app_unusable and 
http://getsatisfaction.com/remail/topics/remail_crashing_during_sync).

I've tried freeing memory, resetting the phone, even tried wiping the data via 
phone settings and 
starting over, but haven't been able to get another successful search.

SIGABRT should be an assertion failure of some sort, but I'm not finding 
anything.

Any help appreciated.

kb

Original issue reported on code.google.com by [email protected] on 16 Mar 2010 at 6:34

Can't compile remail-iphone

When i build projet (via xCode): 

In file included from ../three20/src/JSON/SBJsonParser.h
error redeclaration of enumerator 'ENUSUPPORTED' previous definition of 
enumerator 'EUNSUPPORTED' was here => SBJSON.h

Original issue reported on code.google.com by [email protected] on 30 Apr 2010 at 7:39

Sources Don't Build

What steps will reproduce the problem?
1. Follow the instructions and await their completion 
2. load the xcodeproj file
3. Try to build iPhone product

What is the expected output? What do you see instead?

Expected to see working build that can run on simulator or device

Instead, warned about missing SDK, and on examining the project settings I see 
that many of them only have OSX settings, not iOS settings.  This is 
conspicuous.  Actual message is "missing SDK" and it points to 
iphonesimulator3.0 but there are also numerous "missing" frameworks many of 
which I know to be present, having used them in my own projects

What version of the product are you using? On what operating system?

Latest XCode, OSX 10.7


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jan 2012 at 6:32

Update to newer MailCore version

It might be a good idea to catch up with the recent developments in MailCore.

Unfortunately, the interface has changed in incompatible ways, so this is not a 
drop-in replacement, but requires some coding changes.

See this migration guide:
https://github.com/mronge/MailCore/wiki/Migrating-to-1.0

Original issue reported on code.google.com by [email protected] on 20 Apr 2013 at 1:56

ld: library not found for -lcrt1.10.6.o

What steps will reproduce the problem?
1. Using MAC OS X 10.6 and iPhone SDK 3.2.1
2. running "sh build-all-deps.sh `pwd`/binaries"
3.

What is the expected output? What do you see instead?
-----------------
checking for C compiler default output... configure: error: C compiler
cannot create executables
See `config.log' for more details.
-----------------

less
cyrus-sasl/iPhoneSimulator_iPhoneSimulator3.0.sdk_Release/cyrus-sasl-2.1.23/conf
ig.log:
-----------------
ld: library not found for -lcrt1.10.6.o
collect2: ld returned 1 exit status
configure:2226: $? = 1
configure: failed program was:
| #line 2199 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.23"
| /* end confdefs.h.  */
| 
| int| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2265: error: C compiler cannot create executables
See `config.log' for more details.
-----------------


What version of the product are you using? On what operating system?
Using MAC OS X 10.6 and iPhone SDK 3.2.1 (newest)

Please provide any additional information below.

I found something:
http://stackoverflow.com/questions/1365211/error-in-xcode-project-ld-library-not
-found-for-lcrt1-10-6-o

this should help (tested it, other errors appear):
CFLAGS="$(OTHER_CFLAGS) -mmacosx-version-min=10.5"
LDFLAGS="$(OTHER_LDFLAGS) -mmacosx-version-min=10.5"



Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 5:39

can't build

What steps will reproduce the problem?
1. Follow the instructions and await their completion 
2. open remailiPhone.xcodeproject - build 
3. can't build

What is the expected output? What do you see instead?
build a successful!!


What version of the product are you using? On what operating system?
- OS     : Mac OS X 10.7.3
- Tools : Xcode version 4.3.2 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Mar 2012 at 6:09

Compile error: openssl/ssl.h: No such file or directory

What steps will reproduce the problem?
1. I followed all the instructions on checking out and building remail

What is the expected output? What do you see instead?
2. The expected output is I should be able to compile and build remail but
my compilation failed

What version of the product are you using? On what operating system?
Mac OS X 10.6.2
XCode 3.2.1


Why this was marked fixed? I see no fix, and EVEN after the symlink dirty
trick. Please How to solve this?

Original issue reported on code.google.com by [email protected] on 7 Mar 2010 at 12:01

  • Merged into: #1

Html parsing is not proper

What steps will reproduce the problem?
1. Send an html message from any mail service provider
2. See that mail in re-mail.

What is the expected output? What do you see instead?
It should show bold and italics in app but it shows like this *hello* as it 
should be bold.

What version of the product are you using? On what operating system?
I'm using latest version in iPhone OS.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 May 2011 at 12:34

reMail does not build with SDK 4.3

** What steps will reproduce the problem?
1. Run 'sh pull_dependencies.sh'
2. Process will end with a failure
3. Attempt to build in Xcode will fail

Errors include missing SDK, missing ssl.h, and NSCalendarDate not existing (it 
has been deprecated).

** What version of the product are you using? On what operating system?

hg clone from 2011/10/28

** Please provide any additional information below.

I was able to get it building with fairly minimal work.  Had to change the SDK 
path to copy from to 4.3 in pull_dependencies.sh.  Also, MailCore has moved to 
GitHub and fixed the NSCalendarDate problem.  Had to pull from its new 
repository (https://github.com/mronge/MailCore), and rename the directory from 
'MailCore' to 'mailcore' to correct for case changes.

Application built and installed on device.  It runs and fetches mail.  However, 
it is somewhat unstable.  I have never used it before, but I'm betting some of 
the instability is from the new MailCore and its included libetpan.



Original issue reported on code.google.com by [email protected] on 29 Oct 2011 at 4:20

Compile error when building cyrus-sasl: make: *** [digestmd5.o] Error 1

What steps will reproduce the problem?
1. sh pull_dependencies.sh
2.
3.

What is the expected output? What do you see instead?
Expected build of dependency libs. Seeing compile error instead.

What version of the product are you using? On what operating system?
Mac OS X 10.6
XCode 3.2.1

Please provide any additional information below.

digestmd5.c:812: error: expected specifier-qualifier-list before 
‘des_key_schedule’
digestmd5.c:852: error: ‘des_context_t’ has no member named ‘keysched’
digestmd5.c:853: error: ‘des_context_t’ has no member named 
‘keysched2’
digestmd5.c:854: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:855: error: ‘DES_DECRYPT’ undeclared (first use in this 
function)
digestmd5.c:855: error: (Each undeclared identifier is reported only once
digestmd5.c:855: error: for each function it appears in.)
digestmd5.c:900: error: ‘des_context_t’ has no member named ‘keysched’
digestmd5.c:901: error: ‘des_context_t’ has no member named 
‘keysched2’
digestmd5.c:902: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:903: error: ‘DES_ENCRYPT’ undeclared (first use in this 
function)
digestmd5.c:923: error: ‘des_cblock’ undeclared (first use in this function)
digestmd5.c:923: error: expected expression before ‘)’ token
digestmd5.c:927: error: expected expression before ‘)’ token
digestmd5.c:929: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:936: error: expected expression before ‘)’ token
digestmd5.c:940: error: expected expression before ‘)’ token
digestmd5.c:943: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:970: error: ‘des_context_t’ has no member named ‘keysched’
digestmd5.c:971: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:972: error: ‘DES_DECRYPT’ undeclared (first use in this 
function)
digestmd5.c:976: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:1021: error: ‘des_context_t’ has no member named 
‘keysched’
digestmd5.c:1022: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:1023: error: ‘DES_ENCRYPT’ undeclared (first use in this 
function)
digestmd5.c:1027: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:1047: error: ‘des_cblock’ undeclared (first use in this 
function)
digestmd5.c:1047: error: expected expression before ‘)’ token
digestmd5.c:1049: error: ‘des_context_t’ has no member named ‘ivec’
digestmd5.c:1056: error: expected expression before ‘)’ token
digestmd5.c:1058: error: ‘des_context_t’ has no member named ‘ivec’
make: *** [digestmd5.o] Error 1

Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 7:28

  • Merged into: #3

How to build binary for device debug

What steps will reproduce the problem?
1. sh pull_dependencies.sh
2. $ cd {YOUR REMAIL DIRECTORY}/build-crypto-deps
cp -r -v
binaries/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/De
bug/include/*
./../mailcore/libetpan/build-mac/include/.

3. Click Device, Debug and Click Build application

What is the expected output? What do you see instead?
Same error as in issue 1 but can't fix it.


Wanted to check the application on device.

Original issue reported on code.google.com by ameyashetti on 11 Mar 2010 at 11:10

ReMail crashes when reading an email

What steps will reproduce the problem?
1. Open ReMail iPhone configured with a single Rackspace account
2. Click Folders, then All Mail
3. Click on any email

(Crashes, returns to Springboard)

What is the expected output? What do you see instead?
An email

What version of the product are you using? On what operating system?
Latest checkout built today with baseline SDK 3.0 on iPhone OS 3.1.3

Please provide any additional information below.
Tue Mar  9 15:16:35 unknown kernel[0] <Debug>: launchd[3541] Builtin profile: 
container 
(seatbelt)
Tue Mar  9 15:16:35 unknown kernel[0] <Debug>: launchd[3541] Container: 
/private/var/mobile/Applications/DFADF188-B196-4D2C-975F-4AA801E6DF89 (seatbelt)
Tue Mar  9 15:16:35 unknown reMail[3541] <Warning>: applicationDidBecomeActive
Tue Mar  9 15:16:37 unknown reMail[3541] <Warning>: allMail started with dbNum 
= 0
Tue Mar  9 15:16:38 unknown reMail[3541] <Error>: *** -[UIDeviceRGBColor 
saturation]: 
unrecognized selector sent to instance 0x591c20
Tue Mar  9 15:16:38 unknown reMail[3541] <Error>: *** Terminating app due to 
uncaught 
exception 'NSInvalidArgumentException', reason: '*** -[UIDeviceRGBColor 
saturation]: 
unrecognized selector sent to instance 0x591c20'
Tue Mar  9 15:16:38 unknown reMail[3541] <Error>: Stack: (
    861696817,
    860329709,
    861700631,
    861203093,
    861166272,
    2547255,
    2547837,
    80305,
    861474215,
    2342615,
    2518333,
    2513113,
    36599,
    48223,
    861474215,
    845673073,
    861448861,
    861447005,
    861059891,
    861060063,
    834770799,
    834765939,
    624485,
    8500
)
Tue Mar  9 15:16:38 unknown UIKitApplication:net.evul.remail[0x60fc][3541] 
<Notice>: 
terminate called after throwing an instance of 'NSException'
Tue Mar  9 15:16:39 unknown ReportCrash[3542] <Notice>: Formulating crash 
report for 
process reMail[3541]
Tue Mar  9 15:16:39 unknown ReportCrash[3542] <Error>: Saved crashreport to 
/var/mobile/Library/Logs/CrashReporter/reMail_2010-03-09-151638_nicks-iPhone.pli
st using 
uid: 0 gid: 0, synthetic_euid: 501 egid: 0
Tue Mar  9 15:16:39 unknown com.apple.launchd[1] <Warning>: 
(UIKitApplication:net.evul.remail[0x60fc]) Job appears to have crashed: Abort 
trap
Tue Mar  9 15:16:39 unknown SpringBoard[378] <Warning>: Application 'reMail' 
exited 
abnormally with signal 6: Abort trap


Original issue reported on code.google.com by [email protected] on 9 Mar 2010 at 8:17

Attachments:

Can't compile the project with xcode 4.3.1

I just follow the tips with Get start,git clone the project code,then cd into 
the source directory. Build the dependencies via:"$ sh pull_dependencies.sh"
It has been download competely with 1 hour.
At last,I click the "run" button.
the project build fail with 3 errors,I try my best to fix the error. But, it 
didn't worked.
somebody give me an hand~~~ help~


Original issue reported on code.google.com by [email protected] on 17 May 2012 at 4:27

Problem in publishing a project based on remail

Hi,

I have a problem in publishing a project based on remail. It is generating an 
"Archive" with the type "Generic XCode Archive" and I can not publish it.

How do I configure my project for publication because he has other subprojects, 
including "MailCore". Does the problem may be the configuration of the 
subproject "MailCore" or "Three20"? Did the steps. What should I do to get 
success in publishing this project.

I need help.

Original issue reported on code.google.com by [email protected] on 29 May 2013 at 8:18

International characters in IMAP folder names not supported

What steps will reproduce the problem?
1. Create label in gmail with international characters - Hebrew or Greek fail 
nicely.
2. add the folder to remail
3. try to look at it in your folder lists

What is the expected output? What do you see instead?
The name isn't displayed

Patch attached.

Original issue reported on code.google.com by [email protected] on 23 Apr 2010 at 12:08

Attachments:

reMail crashes on sync

reMail Open Source crashes repeatedly trying to do the initial sync of my IMAP 
account (SSL enabled, 
via wifi). 

I have about 3700 messages in my Inbox folder and the application just quits at 
some point during 
the download process. It continues where it left off if I restart the app and 
sync again but it has yet 
to complete.

I don't see any crash reports in /var/mobile/Library/Logs/CrashReporter.

How can I help debug this?

Original issue reported on code.google.com by [email protected] on 20 Mar 2010 at 8:23

Shell command path in "pull_dependencies.sh" need to be updated.

What steps will reproduce the problem?
  1. Run command: chmod u+x pull_dependencies.sh
  2. Run shell script: ./pull_dependencies.sh


What is the expected output? What do you see instead?
  Expected: Shell script executed correctly.
  What I see: Error: /usr/bin/sh Shell command is not found.

What version of the product are you using? On what operating system?
  Mac OS X Snow Leopard 10.6.3

Please provide any additional information below.
  Changing the first line "#!/usr/bin/sh" to "#!/bin/sh", resolves the problem.
  Meanwhile, the compile script "build-all-deps.sh" under ./build-crypto-deps
is correctly set to use /bin/sh.

Requirement:
  Update pull_dependencies.sh to use /bin/sh, and also, add execution
attribute to pull_dependencies.sh.

Original issue reported on code.google.com by [email protected] on 24 May 2010 at 8:05

Mailcore can not send attachment.

Hello,

I want to use the mailcore to send attachment and then not sucess. I read its 
source and find that:
   In CTCoreMessage.m, the function: addattachment is empty.

So it can not send attachment.

Why?


Original issue reported on code.google.com by [email protected] on 6 May 2011 at 9:17

ld: library not found for -lssl

What steps will reproduce the problem?
1. When debugging and release version. Active SDK that i use iPhone
Simulator 3.1


What version of the product are you using? On what operating system?
- XCode 3.2.1
- Mac OS X Version 10.6.1

Please provide any additional information below.

Ld build/Release-iphonesimulator/reMail.app/reMail normal i386
cd /Users/MacBook/Iphone/remail-iphone
setenv MACOSX_DEPLOYMENT_TARGET 10.5
setenv PATH
"/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/
bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/us
r/local/git/bin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
-arch i386 -isysroot
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.
2.sdk
-L/Users/MacBook/Iphone/remail-iphone/build/Release-iphonesimulator
-L/Users/MacBook/Iphone/remail-iphone/binaries/Developer/Platforms/iPhoneSimulat
or.platform/Developer/SDKs/iPhoneSimulator3.1.2.sdk/Release/lib
-L/Users/MacBook/Iphone/remail-iphone
-L/Users/MacBook/Iphone/remail-iphone/../mailcore/libetpan/binaries/Developer/Pl
atforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.2.sdk/Release
/lib
-F/Users/MacBook/Iphone/remail-iphone/build/Release-iphonesimulator
-F/Users/MacBook/Iphone/remail-iphone -filelist
/Users/MacBook/Iphone/remail-iphone/build/ReMailIPhone.build/Release-iphonesimul
ator/ReMail.build/Objects-normal/i386/reMail.LinkFileList
-mmacosx-version-min=10.5 -all_load -ObjC
/Users/MacBook/Iphone/mailcore/build/Release-iphonesimulator/libmailcore.a
-framework Foundation -framework CoreGraphics -framework
SystemConfiguration -framework QuartzCore -framework MessageUI -framework
UIKit -liconv.2 -framework CoreLocation -framework AddressBook -framework
StoreKit -lssl -lcrypto -lsasl2
/Users/MacBook/Iphone/three20/src/build/Release-iphonesimulator/libThree20.a
-o
/Users/MacBook/Iphone/remail-iphone/build/Release-iphonesimulator/reMail.app/reM
ail

ld: library not found for -lssl
collect2: ld returned 1 exit status
Command
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
failed with exit code 1



Original issue reported on code.google.com by [email protected] on 9 Mar 2010 at 6:10

Support for "tall" screens

iPhone 5 introduced a new taller screen. Would be nice if remail supported that 
and make use of the extra space to show an extra email in list view etc. 

Original issue reported on code.google.com by [email protected] on 12 Apr 2013 at 12:18

Encryption support

Not sure if this is the right forum for feature requests, but it would be
nice if reMail supported encrypted storage of email data.

Currently, losing your iPhone containing a fully synced reMail install
would constitute significant data loss.

This could work by entering a password upon launching reMail which is used
to decrypt database files as they're read and written to. Ideally no emails
or other important data should be stored in plain text at any point.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 11:08

Building error on Xcode5.2 on MailCore API

What steps will reproduce the problem?
1. While running building MailCore on mac10.7,no error found.
2. When running full reMail App,it's not compiling.
3. Getting error on CTCoreMessage+ReMail.h class, Lexical or Preprocessor 
Issue.'CTCoreMessage.h' file not found.

What is the expected output? What do you see instead?
It should the full reMail app. I am not abke to copile.

What version of the product are you using? On what operating system?
xcode 4.2,mac 10.7 lion,iOS5.1.

Please provide any additional information below.

It fully compiled and run on xcode3.2,snow lepord.

Original issue reported on code.google.com by [email protected] on 19 Jan 2012 at 12:17

Attachments:

Push Notification isnt working

Hi,

The PUSH Notification is not working in this build.
I think it's because the Server-Side code is missing.. can you make this 
public, too?


Original issue reported on code.google.com by [email protected] on 23 May 2010 at 2:58

make error

Hello.
I'm Japanese.

remail build failed.
shell said "/usr/bin/ranlib: file: ../../libcrypto.a(e_seed.o) has no symbols"

Please give me any advices.

What steps will reproduce the problem?
1. Clone the repository ($ hg clone https://remail-iphone.googlecode.com/hg/ 
remail-iphone) 
2. sudo ln -s crt1.10.5.o crt1.10.6.o
3. sudo ln -s i686-apple-darwin10 i686-apple-darwin9
4. sh pull_dependencies.sh

What version of the product are you using? On what operating system?
OS : MacBook OS X 10.6.3 snow leopard
Xcode : 3.2.2

Original issue reported on code.google.com by [email protected] on 18 Jun 2010 at 1:18

crash in TTStyledLayout on autocompleting in search

What steps will reproduce the problem?
1. sync emails from GMail acount
2. click on search icon
3. type a letter, e.g. 'A'
4. "Autocompleting..." appears
5. app crashes.

What is the expected output? What do you see instead?
crash 

What version of the product are you using? On what operating system?
iPhone 3GS OS 3.1.3 compiled with XCode3.2beta4 for Device3.0


Please provide any additional information below.

(gdb) bt
#0  0x31a279ac in __kill ()
#1  0x31a279a2 in kill ()
#2  0x31a27994 in raise ()
#3  0x31a3c640 in abort ()
#4  0x3361d3b6 in __gnu_cxx::__verbose_terminate_handler ()
#5  0x3240185e in _objc_terminate ()
#6  0x3361b77c in __cxxabiv1::__terminate ()
#7  0x3361b7d0 in std::terminate ()
#8  0x3361b89c in __cxa_throw ()
#9  0x3240071a in objc_exception_throw ()
#10 0x325a5216 in -[NSObject doesNotRecognizeSelector:] ()
#11 0x3252ba94 in ___forwarding___ ()
#12 0x32522ac0 in __forwarding_prep_0___ ()
#13 0x00220522 in -[TTStyledLayout layoutText:container:] 
(self=0x5a04a0, _cmd=0x27e55e, textNode=0x59fb10, 
element=0x59f8d0) at 
/Users/gevermann/project/three20/src/TTStyledLayout.m:639
#14 0x00220d88 in -[TTStyledLayout layout:container:] (self=0x5a04a0, 
_cmd=0x27e505, node=0x59fb10, element=0x59f8d0) at 
/Users/gevermann/project/three20/src/TTStyledLayout.m:733
#15 0x0021e746 in -[TTStyledLayout layoutElement:] (self=0x5a04a0, 
_cmd=0x27e58b, elt=0x59f8d0) at 
/Users/gevermann/project/three20/src/TTStyledLayout.m:399
#16 0x00220d30 in -[TTStyledLayout layout:container:] (self=0x5a04a0, 
_cmd=0x27e505, node=0x59f8d0, element=0x0) at 
/Users/gevermann/project/three20/src/TTStyledLayout.m:730
#17 0x00220e10 in -[TTStyledLayout layout:] (self=0x5a04a0, 
_cmd=0x27e4fd, node=0x59f8d0) at 
/Users/gevermann/project/three20/src/TTStyledLayout.m:741
#18 0x001fbe9a in -[TTStyledText layoutFrames] (self=0x59fcf0, 
_cmd=0x27b24e) at 
/Users/gevermann/project/three20/src/TTStyledText.m:256
#19 0x001fc04c in -[TTStyledText layoutIfNeeded] (self=0x59fcf0, 
_cmd=0x334baa88) at 
/Users/gevermann/project/three20/src/TTStyledText.m:270
#20 0x001fbc38 in -[TTStyledText rootFrame] (self=0x59fcf0, 
_cmd=0x27e7d8) at 
/Users/gevermann/project/three20/src/TTStyledText.m:224
#21 0x001fc156 in -[TTStyledText drawAtPoint:highlighted:] 
(self=0x59fcf0, _cmd=0x27b0b2, point={x = 0, y = 0}, highlighted=0 
'\000') at /Users/gevermann/project/three20/src/TTStyledText.m:288
#22 0x001f9fc6 in -[TTStyledTextLabel drawRect:] (self=0x59ef50, 
_cmd=0x334b0650, rect={origin = {x = 0, y = 0}, size = {width = 282, 
height = 21}}) at 
/Users/gevermann/project/three20/src/TTStyledTextLabel.m:291
#23 0x32b948e8 in -[UIView(CALayerDelegate) drawLayer:inContext:] ()
#24 0x30d76308 in -[CALayer drawInContext:] ()
#25 0x30d76190 in backing_callback ()
#26 0x30d75cb6 in CABackingStoreUpdate ()
#27 0x30d7547e in -[CALayer _display] ()
#28 0x30d751ce in -[CALayer display] ()
#29 0x30d7514a in CALayerDisplayIfNeeded ()
#30 0x30d7494a in CA::Context::commit_transaction ()
#31 0x30d746a8 in CA::Transaction::commit ()
#32 0x30d7a030 in CA::Transaction::observer_callback ()
#33 0x32520b56 in __CFRunLoopDoObservers ()
#34 0x32567a38 in CFRunLoopRunSpecific ()
#35 0x3256735c in CFRunLoopRunInMode ()
#36 0x32912cbe in GSEventRunModal ()
#37 0x32912d6a in GSEventRun ()
#38 0x32b6276e in -[UIApplication _run] ()
#39 0x32b61472 in UIApplicationMain ()
#40 0x00099278 in main (argc=1, argv=0x2ffff344) at 
/Users/gevermann/project/remail-iphone/Classes/main.m:47
Current language:  auto; currently objective-c
(gdb) 

I can reproduce this, so let me know if you need further info.

Original issue reported on code.google.com by [email protected] on 12 Mar 2010 at 12:59

Compile error: openssl/ssl.h: No such file or directory

What steps will reproduce the problem?
1. I followed all the instructions on checking out and building remail

What is the expected output? What do you see instead?
2. The expected output is I should be able to compile and build remail but my 
compilation failed

What version of the product are you using? On what operating system?
Mac OS X 10.6.2
XCode 3.2.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Mar 2010 at 1:56

Attachments:

Impossible to compile after performing all steps correctly

What steps will reproduce the problem?
1. after performing sh pull_dependencies.sh
2. Selecting the iphone device 3.0 & Distro option
3. Build & go

What is the expected output? What do you see instead?
an error free compiled version of the remail app

What version of the product are you using? On what operating system?
OS x 10.5.8
xcode 3.1.4

Please provide any additional information below.

I have been trying to pull the dependencies multiple files & started from 
scratch multiple times. I only need to extend the characters the app searches 
from 30 pages to 100 or more. (In case someone can compile the files for me 
after changing the  #define BODY_LENGTH_LIMIT 30000 towards 3000000 from the 
file EmailProcessor.m)

I am facing the issues sasl.h not found and tried everything as the issue#1 
describes including creating the links. 

I'm far from a developer so any assistance would be highly appreciated. I only 
need to use this file to search more than 30 pages and I'm desperately trying 
over the last 4 days. Ps: I am using a friends apple as I don't have one myself 
(and I have to return it in 3 days)

Thanks guys!


Original issue reported on code.google.com by [email protected] on 10 Aug 2010 at 1:25

Can't build in Xcode

What steps will reproduce the problem?
1. follow the instruction to clone the code, sh pull_dependencies.h
2. remove the three20.xcodeproj in project,drag the three20.xcodeproj in 
../three20/src/Three20 and follow the new instruction 
3. build

What is the expected output? What do you see instead?
build and run in simulator.i get 14 errors instead,


/Users/www1/Documents/workspace/remail-SampleCode/remail-iphone/Classes/MailView
Controller.m:43:0 
/Users/www1/Documents/workspace/remail-SampleCode/remail-iphone/Classes/MailView
Controller.m:43: error: request for member 'size' in something not a structure 
or union

/Users/www1/Documents/workspace/remail-SampleCode/remail-iphone/Classes/MailView
Controller.m:461:0 
/Users/www1/Documents/workspace/remail-SampleCode/remail-iphone/Classes/MailView
Controller.m:461: error: request for member 'bottom' in something not a 
structure or union


/Users/www1/Documents/workspace/remail-SampleCode/remail-iphone/Classes/MailView
Controller.m:634:0 
/Users/www1/Documents/workspace/remail-SampleCode/remail-iphone/Classes/MailView
Controller.m:634: error: request for member 'right' in something not a 
structure or union





What version of the product are you using? On what operating system?
the latest update version,
i use snow leopard 10.6.3
Xcode 3.2.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Jun 2010 at 5:42

Can't compile remail-iphone

What steps will reproduce the problem?

1.  Mac OS 10.6.2 Snow Leopard
2. XCode Version 3.2.2 (Pre-release)
3. Debug | iPhone Device and/or Debug | iPhone 3.0 Simulator 

ld: library not found for -lcrypto
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
failed with exit code 1

Thanks for any advice.

Volker


Original issue reported on code.google.com by [email protected] on 25 Mar 2010 at 3:43

library not found for -lssl

What steps will reproduce the problem?
1. clone the remail using hg for mac
2. run pull_dependencies.sh for all other third party tools
3. build & run

What is the expected output? What do you see instead?



What version of the product are you using? On what operating system?
ios 10.1

Please provide any additional information below.
I am not abl to build the code. Received the following error. Please do let me 
know which library to be included.

/**** error *****/
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/*** end of error statement ******/



Original issue reported on code.google.com by [email protected] on 2 Nov 2012 at 10:54

Word docx Attachment Issues

What steps will reproduce the problem?
1. Email yourself a Word 2007 or greater (docx) file 
2. In reMail the attachment will be in a grey button as a doc file would be
3. (I edited AttachmentViewController and got the type set/button working)
4. UIWebView throws an error: didFailLoadWithError: Error 
Domain=WebKitErrorDomain Code=102 UserInfo=0x5b1b80 "Frame load 
interrupted"

What is the expected output? What do you see instead?
Hope to open Word (and this maybe the same for the new Excel files too)

What version of the product are you using? On what operating system?
Latest - just pulled down again to test again. Built for 3.0, 3.1.3 same

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2010 at 8:28

Not working with 10.5.8 OS ?

What steps will reproduce the problem?
1. sh pull_dependencies.sh
2.
3.

What is the expected output? What do you see instead?
Expected build of dependency libs. Seeing compile error instead.

What version of the product are you using? On what operating system?
Using MAC OS X 10.5.8 and iPhone SDK 3.2.1

Please provide any additional information below.
After sh pull_dependencies.sh
got following error at the end " make: *** [digestmd5.o] Error 1 "
still proceeded further
    * Open ReMailIPhone.xcodeproject
    * Click "Build and Debug" 

/Users/local/XXXXX/ameya/remail/mailcore/libetpan/build-mac/../src/data-types/ma
ilstream_ssl.c:79:27:
error: openssl/ssl.h: No such file or directory
/Users/local/XXXXX/ameya/remail/mailcore/libetpan/build-mac/../src/data-types/ma
ilstream_ssl.c:99:
error: expected specifier-qualifier-list before 'SSL_CTX'
/Users/local/XXXXX/ameya/remail/mailcore/libetpan/build-mac/../src/data-types/ma
ilstream_ssl.c:115:
error: expected specifier-qualifier-list before 'SSL'

and many more.




Original issue reported on code.google.com by ameyashetti on 8 Mar 2010 at 1:38

  • Merged into: #1

Attachments:

Building dependencies for armv7

What steps will reproduce the problem?
1. Follow instructions: http://code.google.com/p/remail-iphone/ with modified 
'pull-dependencies.sh' and 'build-all-deps.sh' for SDK iOS5.0 and ARCH=armv7 
(instead of ARCH=armv6) 
2. Try to run in debug mode on device


What is the expected output? What do you see instead?
Expect it to debug on device (as the project does in iOS-Simulator).


What version of the product are you using? On what operating system?
Mac OSX 10.7.2; XCode 4.2 Build 4D177b; iOS SDKs tried 4.1, 4.3, 5.0; iPhone 4 
- with iOS 5.0 as testing device;

Please provide any additional information below.
The complete error log is attached. What is basically says is:

>>
Undefined symbols for architecture armv7:
  "_sasl_encode64", referenced from:
      _mailimap_authenticate in libmailcore.a(mailimap.o)
<<

and before there are warnings like:

>> 
ld: warning: ignoring file 
{PATH_TO_REMAIL}/remail/build-crypto-deps/binaries/Developer/Platforms/iPhoneSim
ulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/Debug/lib/libcrypto.a, 
file was built for archive which is not the architecture being linked (armv7)
<<

Because of these errors I tried to run the 'build-all-deps.sh' with modified 
ARCH-Parameter. This one is set to 'armv6' by default (for iPhoneOS) and for 
Simulator to i386. I changed it to 'armv7' for iPhoneOS. But I'm still getting 
the same errors. 

In Simulator Mode everything works fine - this issue is only relevant for 
device testing.

Any help appreciated! 
Cheers
vikpek


Original issue reported on code.google.com by [email protected] on 31 Oct 2011 at 12:33

Attachments:

Error displaying attachments

What steps will reproduce the problem?
1. Send a email with a pdf attachment to your gmail account 
2. Sync emails to download the email to your reMail app
3. Click the attachment name (the pdf file) to start download and display

What is the expected output? What do you see instead?
Instead of seeing the file you get an error message
Error Domain=WebKitErrorDomain Code=102 "Frame load interrupted"
right after the "Displaying..." message.

What version of the product are you using? On what operating system?
I'm using the last version of reMail. I downloaded it last week. I'm getting 
this error in iOS 4.1

Please provide any additional information below.
I corrected this error by modifying 2 files: AttachmentDownloader.m and 
AttachmentViewController.m

In AttachmentDownloader.m I check to see if the filename of the attachment has 
an extension and I add that extension to the name of the file that is saved on 
the disk. I do the same thing in -(void)deliverAttachment from 
AttachmentViewController.m.

Apparently the webView has a problem reading files without extension.

Original issue reported on code.google.com by [email protected] on 15 Feb 2011 at 10:52

I am not able to download this project. I am using tortoise svn to create a repository on my windows systme and trying to checkout the code.

What steps will reproduce the problem?
1. You should have tortoise SVN on your system
2. Create a folder of name remail-iphone
3. Right click and select create repository
4. Right click and select checkout and paste "https://remail- 
iphone.googlecode.com/hg/remail-iphone"

5. Select OK button.


What is the expected output? 
Ans: Tree structure of project with all code and other files


What version of the product are you using? On what operating system?

Tortoise :Version 1.6.7
OS : Windows XP




Original issue reported on code.google.com by [email protected] on 4 May 2010 at 8:21

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.