olistudent
IPPF-Urgestein
- Mitglied seit
- 19 Okt 2004
- Beiträge
- 14,787
- Punkte für Reaktionen
- 13
- Punkte
- 38
Please have a look at target-tester.mk. Perhaps you can put the whole .c File in your package.
Regards
Oliver
Regards
Oliver
cp $(YAHOOPROXY_C)/Makefile $(YAHOOPROXY_DIR)/
Siehe EDIT 2 und "make yahooproxy-precompiled" aus meinem Beitrag #20.Meine Vermutung bezog sich hierauf, da in der Download-Datei kein Makefile enthalten ist, ...
yahooproxy >>.../yahooproxy.log 2>&1 &
$($(PKG)_BINARY): $($(PKG)_DIR)/.configured
...
$(MAKE_ENV) [COLOR="Red"]$(TARGET_CC)[/COLOR] \
$(TARGET_CFLAGS) $(TARGET_LDFLAGS) \
$(YAHOOPROXY_DIR)/yahooproxy.c \
-o $(YAHOOPROXY_DIR)/yahooproxy
snprintf( SendBuf, BufLen, "ID (\"GUID\" \"1\")\r\n");
if ( IMAP_Write( Server.conn, SendBuf, strlen(SendBuf) ) == -1 )
...
if ( ( rc = IMAP_Line_Read( &Server ) ) == -1 )
...
if (strstr(ClientAddr, "yahoo") != NULL) {
<above code>
}
So I think we don't need to worry about resource problems.ImapProxy is an extremely lightweight daemon written in C using POSIX threads
are you sure? have you verified this information? according to this link thunderbird does cache (and reuse) imap connectionsIf you use Thunderbird, selecting another folder results in a new login